Uses of Class
net.jini.core.event.EventRegistration
Packages that use EventRegistration
Package
Description
Provides GigaSpaces events related interfaces.
Provides Space properties and security context services
JavaSpaces(TM) servers provide a place on the network, a space,
for clients to store and exchange objects.
A notify event container allowing to use GigaSpace support for notifications.
-
Uses of EventRegistration in com.gigaspaces.events
Subclasses of EventRegistration in com.gigaspaces.eventsMethods in com.gigaspaces.events that return EventRegistrationModifier and TypeMethodDescriptionAbstractDataEventSession.addListener(Object template, long lease, NotifyInfo notifyInfo) AbstractDataEventSession.addListener(Object template, RemoteEventListener listener) AbstractDataEventSession.addListener(Object template, RemoteEventListener listener, long lease, NotifyActionType actionTypes) AbstractDataEventSession.addListener(Object template, RemoteEventListener listener, long lease, MarshalledObject handback, INotifyDelegatorFilter filter, NotifyActionType notifyType) AbstractDataEventSession.addListener(Object template, RemoteEventListener listener, NotifyActionType actionTypes) AbstractDataEventSession.addListener(Object template, RemoteEventListener listener, NotifyActionType notifyType, MarshalledObject handback, INotifyDelegatorFilter filter) DataEventSession.addListener(Object template, RemoteEventListener listener) Registers a listener with a space using a POJO template.DataEventSession.addListener(Object template, RemoteEventListener listener, long lease, NotifyActionType actionTypes) Deprecated.Since 9.7DataEventSession.addListener(Object template, RemoteEventListener listener, long lease, MarshalledObject handback, INotifyDelegatorFilter filter, NotifyActionType actionTypes) Deprecated.Since 9.7DataEventSession.addListener(Object template, RemoteEventListener listener, NotifyActionType actionTypes) Registers a listener with a space using a POJO templateDataEventSession.addListener(Object template, RemoteEventListener listener, NotifyActionType actionTypes, MarshalledObject handback, INotifyDelegatorFilter filter) Registers a listener with a space using a POJO templateprotected abstract EventRegistrationAbstractDataEventSession.addListenerInternal(Object template, long lease, NotifyInfo notifyInfo) protected EventRegistrationDefaultDataEventSession.addListenerInternal(Object template, long lease, NotifyInfo info) Methods in com.gigaspaces.events with parameters of type EventRegistrationModifier and TypeMethodDescriptionvoidAbstractDataEventSession.removeListener(EventRegistration registration) voidDataEventSession.removeListener(EventRegistration registration) Unregisters the listener from the space.voidDefaultDataEventSession.removeListener(EventRegistration registration) -
Uses of EventRegistration in com.gigaspaces.events.lease
Methods in com.gigaspaces.events.lease with parameters of type EventRegistrationModifier and TypeMethodDescriptionvoidEventLeaseRenewalManager.registerAutoRenew(EventRegistration eventRegistration, LeaseListener listener) voidJiniEventLeaseRenewalManager.registerAutoRenew(EventRegistration eventRegistration, LeaseListener listener) voidEventLeaseRenewalManager.unregisterAutoRenew(EventRegistration eventRegistration) voidJiniEventLeaseRenewalManager.unregisterAutoRenew(EventRegistration eventRegistration) -
Uses of EventRegistration in com.gigaspaces.internal.client.spaceproxy
Methods in com.gigaspaces.internal.client.spaceproxy that return EventRegistrationModifier and TypeMethodDescriptionAbstractSpaceProxy.notify(Entry template, Transaction txn, RemoteEventListener listener, long lease, MarshalledObject handback) -
Uses of EventRegistration in com.gigaspaces.internal.client.spaceproxy.events
Methods in com.gigaspaces.internal.client.spaceproxy.events that return EventRegistrationModifier and TypeMethodDescriptionSpaceProxyDataEventsManager.addListener(Object template, long lease, NotifyInfo notifyInfo, boolean isMultiplex) Methods in com.gigaspaces.internal.client.spaceproxy.events with parameters of type EventRegistrationModifier and TypeMethodDescriptionvoidBatchLeaseRenewalManager.registerAutoRenew(EventRegistration eventRegistration, LeaseListener listener) voidBatchLeaseRenewalManager.unregisterAutoRenew(EventRegistration eventRegistration) -
Uses of EventRegistration in com.gigaspaces.internal.cluster.node.impl.replica
Methods in com.gigaspaces.internal.cluster.node.impl.replica that return types with arguments of type EventRegistrationConstructor parameters in com.gigaspaces.internal.cluster.node.impl.replica with type arguments of type EventRegistrationModifierConstructorDescriptionSpaceCopyIntermediateResult(Map<String, Integer> writtenTypesCount, Map<String, Integer> notifyTemplateTypesCount, Map<String, String> duplicateEntries, int totalCopiedObjects, int blockedByFilterEntries, Exception failureReason, ConcurrentHashSet<EventRegistration> notifyRegistrations) -
Uses of EventRegistration in com.gigaspaces.internal.events
Methods in com.gigaspaces.internal.events with parameters of type EventRegistrationModifier and TypeMethodDescriptionIInternalEventSessionAdmin.dumpState(EventRegistration registration) -
Uses of EventRegistration in com.gigaspaces.internal.events.durable
Methods in com.gigaspaces.internal.events.durable that return EventRegistrationModifier and TypeMethodDescriptionprotected EventRegistrationDurableUnicastDelegatorSession.addListenerInternal(Object template, long lease, NotifyInfo info) Methods in com.gigaspaces.internal.events.durable with parameters of type EventRegistrationModifier and TypeMethodDescriptionDurableUnicastDelegatorSession.dumpState(EventRegistration registration) voidDurableUnicastDelegatorSession.removeListener(EventRegistration registration) -
Uses of EventRegistration in com.gigaspaces.internal.lease
Methods in com.gigaspaces.internal.lease that return EventRegistration -
Uses of EventRegistration in com.j_spaces.core
Methods in com.j_spaces.core that return types with arguments of type EventRegistrationModifier and TypeMethodDescriptionSpaceCopyStatus.getNotifyTemplRegistration()SpaceCopyStatusImpl.getNotifyTemplRegistration()Methods in com.j_spaces.core with parameters of type EventRegistrationModifier and TypeMethodDescriptionvoidSpaceCopyStatusImpl.addNotifyTemplate(String templateName, EventRegistration eventRegistration) -
Uses of EventRegistration in net.jini.core.lookup
Subclasses of EventRegistration in net.jini.core.lookup -
Uses of EventRegistration in net.jini.space
Methods in net.jini.space that return EventRegistrationModifier and TypeMethodDescriptionJavaSpace.notify(Entry tmpl, Transaction txn, RemoteEventListener listener, long lease, MarshalledObject handback) When entries are written that match this template notify the givenlistenerwith aRemoteEventthat includes thehandbackobject. -
Uses of EventRegistration in org.jini.rio.event
Methods in org.jini.rio.event that return EventRegistrationModifier and TypeMethodDescriptionEventProducer.register(EventDescriptor descriptor, RemoteEventListener listener, MarshalledObject handback, long duration) The register method creates a leasedEventRegistrationfor the EventDescriptor type passed in based on the requested lease duration. -
Uses of EventRegistration in org.openspaces.events.notify
Methods in org.openspaces.events.notify that return EventRegistrationModifier and TypeMethodDescriptionprotected EventRegistrationSimpleNotifyEventListenerContainer.registerListener(DataEventSession dataEventSession, RemoteEventListener listener) Registers a listener using the providedDataEventSessionand based on different parameters set on this container.