Uses of Class
com.gigaspaces.internal.server.space.events.NotifyContext
Packages that use NotifyContext
-
Uses of NotifyContext in com.gigaspaces.internal.server.space.events
Fields in com.gigaspaces.internal.server.space.events declared as NotifyContextFields in com.gigaspaces.internal.server.space.events with type parameters of type NotifyContextModifier and TypeFieldDescriptionprotected List<NotifyContext>NotifyContextsHolder._notifyContextsListMethods in com.gigaspaces.internal.server.space.events that return NotifyContextModifier and TypeMethodDescriptionUpdateNotifyContextHolder.getMatchedNotifyContext()NotifyContextsHolder.getNotifyContext()UpdateNotifyContextHolder.getRematchedNotifyContext()RemoteEventBusPacket.getStatus()Methods in com.gigaspaces.internal.server.space.events that return types with arguments of type NotifyContextMethods in com.gigaspaces.internal.server.space.events with parameters of type NotifyContextModifier and TypeMethodDescriptionvoidSpaceDataEventManager.finishTemplatesSearch(NotifyContext notifyContext) Called when the matching search is overvoidSpaceDataEventManager.notifyReturned(NotifyContext notifyContext, ITemplateHolder template) Called when a notification returnedvoidSpaceDataEventManager.notifyTemplate(NotifyTemplateHolder template, IEntryHolder entry, IEntryHolder oldEntry, NotifyContext notifyContext, Context ctx) Notifies a notification template with the specified remote event Notification is done asynchronously, by sending a bus packet to the Notifier.Constructors in com.gigaspaces.internal.server.space.events with parameters of type NotifyContextModifierConstructorDescriptionRemoteEventBusPacket(ITemplateHolder templateHolder, RemoteEvent re, int TTL, NotifyContext notifyContext, boolean fromReplication) Construct a mobile remote event instance, by instantiating a bus packet and attaching it a remote event. -
Uses of NotifyContext in com.gigaspaces.server.filter
Methods in com.gigaspaces.server.filter that return NotifyContextConstructors in com.gigaspaces.server.filter with parameters of type NotifyContextModifierConstructorDescriptionNotifyEvent(IEntryHolder holder, ITypeDesc tte, NotifyContext notifyContext)