public class RemoteEventDefinitionImpl extends EventDefinitionImpl implements java.io.Serializable
AbstractEventDefinition.DispatchMode| Constructor and Description |
|---|
RemoteEventDefinitionImpl(java.lang.String eName,
java.io.Serializable payload)
constructor
used during creation of RemoteEventDefintionImpl
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getCustomPayLoadValue()
getCustomPayLoadValue returns the serializable CustomPayLoad
|
AbstractEventDefinition.DispatchMode |
getDispatchMode()
getDispatchMode returns the DispatchMode of the RemoteEventDefinition.
|
java.lang.String |
getEventName()
getEventName returns the name of the RemoteEventDefintion
|
evaluateCustomPayLoadValue, getAttributeName, getCustomPayLoad, getCustomPayloadType, getRaiseCondition, isRaisable, loadFromXML, setAttributeName, setCustomPayLoad, setEventName, setRaiseConditionpublic RemoteEventDefinitionImpl(java.lang.String eName,
java.io.Serializable payload)
eName - Name of the EventDefinitionpayload - customPayLoad of the EventDefinition which is serializablepublic java.lang.Object getCustomPayLoadValue()
getCustomPayLoadValue in class EventDefinitionImplpublic java.lang.String getEventName()
getEventName in interface EventDefinitiongetEventName in class EventDefinitionImplpublic AbstractEventDefinition.DispatchMode getDispatchMode()
getDispatchMode in class EventDefinitionImpl