Skip navigation links
oracle.adf.model.events
Class RemoteEventDefinitionImpl
java.lang.Object
oracle.adf.model.events.AbstractEventDefinition
oracle.adf.model.events.EventDefinitionImpl
oracle.adf.model.events.RemoteEventDefinitionImpl
- All Implemented Interfaces:
- java.io.Serializable, EventDefinition
-
public class RemoteEventDefinitionImpl
- extends EventDefinitionImpl
- implements java.io.Serializable
RemoteEventDefinitionImpl is the serializable representation of EventDefinition. EventDefinitions which are marked with DispatchMode as Remote are represented as RemoteEventDefinition.
- See Also:
- Serialized Form
Constructor Summary |
RemoteEventDefinitionImpl(java.lang.String eName, java.io.Serializable payload)
constructor used during creation of RemoteEventDefintionImpl |
Methods inherited from class oracle.adf.model.events.EventDefinitionImpl |
evaluateCustomPayLoadValue, getAttributeName, getCustomPayLoad, getCustomPayloadType, getRaiseCondition, isRaisable, loadFromXML, setAttributeName, setCustomPayLoad, setEventName, setRaiseCondition |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteEventDefinitionImpl
public RemoteEventDefinitionImpl(java.lang.String eName,
java.io.Serializable payload)
- constructor used during creation of RemoteEventDefintionImpl
- Parameters:
eName
- Name of the EventDefinition
payload
- customPayLoad of the EventDefinition which is serializable
getCustomPayLoadValue
public java.lang.Object getCustomPayLoadValue()
- getCustomPayLoadValue returns the serializable CustomPayLoad
-
- Overrides:
getCustomPayLoadValue
in class EventDefinitionImpl
-
- Returns:
- remoteCustomPayLoadValue a Serializable Object
getEventName
public java.lang.String getEventName()
- getEventName returns the name of the RemoteEventDefintion
-
- Specified by:
getEventName
in interface EventDefinition
- Overrides:
getEventName
in class EventDefinitionImpl
-
- Returns:
- remoteEventName Event name.
getDispatchMode
public AbstractEventDefinition.DispatchMode getDispatchMode()
- getDispatchMode returns the DispatchMode of the RemoteEventDefinition.
-
- Overrides:
getDispatchMode
in class EventDefinitionImpl
-
- Returns:
- remoteDispatchMode returns DispatchMode.remote
Skip navigation links
Copyright © 1997, 2016, Oracle. All rights reserved.