Class SpaceDataEventDispatcher
java.lang.Object
com.gigaspaces.internal.server.space.events.SpaceDataEventDispatcher
- All Implemented Interfaces:
IConsumerObject<RemoteEventBusPacket>
public class SpaceDataEventDispatcher
extends Object
implements IConsumerObject<RemoteEventBusPacket>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanUp()clean up resourcesvoiddispatch(RemoteEventBusPacket packet) dispatch in an asynchronous manner a remote event object via a remote event listener ( which is retrieved through the RemoteEventBusPacket ).voidvoidsetLeaseManager(LeaseManager leaseManager)
-
Constructor Details
-
SpaceDataEventDispatcher
-
-
Method Details
-
setLeaseManager
-
cleanUp
public void cleanUp()Description copied from interface:IConsumerObjectclean up resources- Specified by:
cleanUpin interfaceIConsumerObject<RemoteEventBusPacket>
-
dispatch
dispatch in an asynchronous manner a remote event object via a remote event listener ( which is retrieved through the RemoteEventBusPacket ). The dispatch will take place if the remote event listener exists. If the dispatching will fail with the UnknownEventException the template will be removed from the SpaceEngine.- Specified by:
dispatchin interfaceIConsumerObject<RemoteEventBusPacket>
-
execute
- Throws:
Exception
-