Uses of Class
net.jini.core.event.UnknownEventException
Packages that use UnknownEventException
Package
Description
-
Uses of UnknownEventException in com.gigaspaces.events.batching
Methods in com.gigaspaces.events.batching that throw UnknownEventExceptionModifier and TypeMethodDescriptionvoidBatchRemoteEventListener.notifyBatch(BatchRemoteEvent theEvents) voidLRMIBatchNotifyDelegatorListener.notifyBatch(BatchRemoteEvent theEvents) -
Uses of UnknownEventException in com.gigaspaces.internal.client.cache.localcache
Methods in com.gigaspaces.internal.client.cache.localcache that throw UnknownEventExceptionModifier and TypeMethodDescriptionvoidLocalCacheListener.notify(RemoteEvent event) voidLocalCacheListener.notifyBatch(BatchRemoteEvent event) -
Uses of UnknownEventException in com.gigaspaces.internal.client.spaceproxy.events
Methods in com.gigaspaces.internal.client.spaceproxy.events that throw UnknownEventExceptionModifier and TypeMethodDescriptionvoidDataEventListener.notify(RemoteEvent event) voidFifoDataEventListener.notify(RemoteEvent event) voidMultiplexDataEventListener.notify(RemoteEvent event) voidSpaceProxyDataEventListener.notify(RemoteEvent event) voidDataEventListener.notifyBatch(BatchRemoteEvent batchEvent) voidFifoDataEventListener.notifyBatch(BatchRemoteEvent batchEvent) voidMultiplexDataEventListener.notifyBatch(BatchRemoteEvent batchEvent) voidSpaceProxyDataEventListener.notifyBatch(BatchRemoteEvent batchEvent) -
Uses of UnknownEventException in com.gigaspaces.internal.lrmi.stubs
Methods in com.gigaspaces.internal.lrmi.stubs that throw UnknownEventException -
Uses of UnknownEventException in com.gigaspaces.internal.query.continous
Methods in com.gigaspaces.internal.query.continous that throw UnknownEventExceptionModifier and TypeMethodDescriptionvoidContinousQuery.notify(RemoteEvent remoteEvent) voidContinousQuery.notifyBatch(BatchRemoteEvent theEvents) -
Uses of UnknownEventException in com.gigaspaces.internal.server.space.events
Methods in com.gigaspaces.internal.server.space.events that throw UnknownEventExceptionModifier and TypeMethodDescriptionvoidBatchNotifyExecutor.execute(RemoteEventBusPacket re) voidSpaceDataEventManager.executePacket(RemoteEventBusPacket re, NotifyTemplateHolder th) voidRemoteEventBatchBusPacket.notifyListener()voidRemoteEventBusPacket.notifyListener()Send notification to the client -
Uses of UnknownEventException in com.j_spaces.core.client.cache.map
Methods in com.j_spaces.core.client.cache.map that throw UnknownEventException -
Uses of UnknownEventException in com.j_spaces.kernel.weaklistener
Methods in com.j_spaces.kernel.weaklistener that throw UnknownEventExceptionModifier and TypeMethodDescriptionvoidWeakBatchRemoteEventListener.notify(RemoteEvent event) Delegate the notification to the listener.voidWeakRemoteEventListener.notify(RemoteEvent event) Delegate the notification to the listener.voidWeakBatchRemoteEventListener.notifyBatch(BatchRemoteEvent theEvents) -
Uses of UnknownEventException in net.jini.core.event
Methods in net.jini.core.event that throw UnknownEventExceptionModifier and TypeMethodDescriptionvoidRemoteEventListener.notify(RemoteEvent theEvent) Notify the listener about an event. -
Uses of UnknownEventException in org.jini.rio.event
Methods in org.jini.rio.event that throw UnknownEventExceptionModifier 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.