Uses of Class
com.gigaspaces.events.GSEventRegistration
Packages that use GSEventRegistration
Package
Description
Provides GigaSpaces events related interfaces.
Provides Space properties and security context services
Provides GigaSpaces client interface services
-
Uses of GSEventRegistration in com.gigaspaces.events
Methods in com.gigaspaces.events with parameters of type GSEventRegistrationModifier and TypeMethodDescriptionvoidGSEventRegistration.addSequenceNumber(GSEventRegistration registration) when in partitioned space scenario, multiple EventRegistration objects are received, each with his own sequence number.voidManagedRemoteEventListener.init(GSEventRegistration registration) Recursive initialization of managed listener.voidManagedRemoteEventListener.shutdown(GSEventRegistration registration) lifecycle recursive callback for the managed listener. -
Uses of GSEventRegistration in com.gigaspaces.internal.client.spaceproxy.events
Methods in com.gigaspaces.internal.client.spaceproxy.events with parameters of type GSEventRegistrationModifier and TypeMethodDescriptionvoidDataEventListener.init(GSEventRegistration registration) voidFifoDataEventListener.init(GSEventRegistration registration) voidMultiplexDataEventListener.init(GSEventRegistration registration) voidDataEventListener.shutdown(GSEventRegistration registration) voidFifoDataEventListener.shutdown(GSEventRegistration registration) voidMultiplexDataEventListener.shutdown(GSEventRegistration registration) voidSpaceProxyDataEventListener.shutdown(GSEventRegistration registration) -
Uses of GSEventRegistration in com.gigaspaces.internal.client.spaceproxy.operations
Methods in com.gigaspaces.internal.client.spaceproxy.operations that return GSEventRegistrationModifier and TypeMethodDescriptionRegisterEntriesListenerSpaceOperationResult.getEventRegistration()Methods in com.gigaspaces.internal.client.spaceproxy.operations with parameters of type GSEventRegistrationModifier and TypeMethodDescriptionvoidRegisterEntriesListenerSpaceOperationResult.setEventRegistration(GSEventRegistration eventRegistration) -
Uses of GSEventRegistration in com.gigaspaces.internal.cluster.node.impl.gateway.sink
Methods in com.gigaspaces.internal.cluster.node.impl.gateway.sink that return GSEventRegistrationModifier and TypeMethodDescriptionLocalCLusterReplicationReplicaConsumeFacade.insertNotifyTemplate(ITemplatePacket templatePacket, String templateUid, NotifyInfo notifyInfo) -
Uses of GSEventRegistration in com.gigaspaces.internal.cluster.node.impl.replica
Methods in com.gigaspaces.internal.cluster.node.impl.replica that return GSEventRegistrationModifier and TypeMethodDescriptionISpaceReplicaConsumeFacade.insertNotifyTemplate(ITemplatePacket templatePacket, String templateUid, NotifyInfo notifyInfo) Methods in com.gigaspaces.internal.cluster.node.impl.replica with parameters of type GSEventRegistrationModifier and TypeMethodDescriptionvoidSpaceCopyIntermediateResult.addRegisteredNotifyTemplate(String templateClassName, GSEventRegistration notifyRegistration) -
Uses of GSEventRegistration in com.gigaspaces.internal.lease
Constructors in com.gigaspaces.internal.lease with parameters of type GSEventRegistrationModifierConstructorDescriptionSpaceNotifyLease(IDirectSpaceProxy spaceProxy, String typeName, String uid, Object routingValue, long expiration, ManagedRemoteEventListener listener, GSEventRegistration reg) -
Uses of GSEventRegistration in com.gigaspaces.internal.lrmi.stubs
Methods in com.gigaspaces.internal.lrmi.stubs with parameters of type GSEventRegistrationModifier and TypeMethodDescriptionvoidLRMIRemoteEventListener.init(GSEventRegistration registration) voidLRMIRemoteEventListener.shutdown(GSEventRegistration registration) -
Uses of GSEventRegistration in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that return GSEventRegistrationModifier and TypeMethodDescriptionSpaceEngineReplicaConsumerFacade.insertNotifyTemplate(ITemplatePacket templatePacket, String templateUid, NotifyInfo notifyInfo) SpaceEngineReplicaDirectPersistencySyncConsumerFacade.insertNotifyTemplate(ITemplatePacket templatePacket, String templateUid, NotifyInfo notifyInfo) SpaceEngine.notify(ITemplatePacket template, long lease, boolean fromReplication, String templateUid, SpaceContext sc, NotifyInfo info) SpaceImpl.notify(ITemplatePacket template, Transaction txn, long lease, SpaceContext sc, NotifyInfo info) -
Uses of GSEventRegistration in com.j_spaces.core
Methods in com.j_spaces.core that return GSEventRegistrationMethods in com.j_spaces.core with parameters of type GSEventRegistrationModifier and TypeMethodDescriptionvoidAnswerHolder.setEventRegistration(GSEventRegistration m_EventRegistration) -
Uses of GSEventRegistration in com.j_spaces.core.client
Methods in com.j_spaces.core.client that return GSEventRegistration