#include <FmsAuthEvents.h>
| enum IFmsAuthEvent::Field |
| IFmsAuthEvent::IFmsAuthEvent | ( | ) | [protected] |
Creates an IFmsAuthEvent object.
| IFmsAuthEvent::IFmsAuthEvent | ( | const IFmsAuthEvent & | aev | ) | [protected] |
Creates an IFmsAuthEvent object.
| virtual IFmsAuthEvent::~IFmsAuthEvent | ( | ) | [protected, virtual] |
Destroys an IFmsAuthEvent object.
| virtual EventType IFmsAuthEvent::getType | ( | ) | const [pure virtual] |
Gets the type of the event.
| virtual Status IFmsAuthEvent::getField | ( | Field | fn, | |
| FmsVariant & | field | |||
| ) | const [pure virtual] |
Gets the field value.
| virtual Status IFmsAuthEvent::setField | ( | Field | fn, | |
| const FmsVariant & | field | |||
| ) | [pure virtual] |
Sets the field value.
| virtual IFmsDisconnectAction* IFmsAuthEvent::addDisconnectAction | ( | const char * | strText = 0 |
) | [pure virtual] |
Attaches a disconnect action to an event. The disconnect action disconnects a client from the server when the event it's attached to is executed.
Actions execute in the order they're attached to events. This can affect the execution result if there are dependencies.
| strText | A customized description of an action. Used in the x-comment field of the authEvent.NN.log file if that field and the action event are enabled in the Logging.xml file. |
| virtual IFmsNotifyAction* IFmsAuthEvent::addNotifyAction | ( | const char * | strText = 0 |
) | [pure virtual] |
Attaches a notify action to an event. The notify action calls a method you've defined in a server-side script when the event it's attached to is executed.
Actions execute in the order they're attached to events. This can impact the execution result if there are dependencies.
| strText | A customized description of an action. Used in the comment column of the authEvent.NN.log file if that field and the action event are enabled in the Logging.xml file. |
| bool IFmsAuthEvent::operator== | ( | const IFmsAuthEvent & | aev | ) | const [protected] |
friend class EventContext [friend] |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flashmediaserver/3.0/plugin_apiref/html/class_i_fms_auth_event.html