Uses of Interface
com.tangosol.net.InvocationObserver
Packages that use InvocationObserver
Package
Description
Contains Coherence-based WorkManager implementation classes.
Contains classes related to the HTTP Session Replication Module.
Contains basic cluster interfaces and factories.
-
Uses of InvocationObserver in com.tangosol.coherence.commonj
Classes in com.tangosol.coherence.commonj that implement InvocationObserverModifier and TypeClassDescriptionprotected class
The InvocationObserver for all posted work.Fields in com.tangosol.coherence.commonj declared as InvocationObserverModifier and TypeFieldDescriptionprotected InvocationObserver
WorkManager.m_workObserver
The ScheduleWork agent observer. -
Uses of InvocationObserver in com.tangosol.coherence.servlet
Classes in com.tangosol.coherence.servlet that implement InvocationObserverModifier and TypeClassDescriptionclass
This InvocationObserver waits for an ExitAgent to report back that some server in the cluster did have the specified session id locked. -
Uses of InvocationObserver in com.tangosol.net
Methods in com.tangosol.net with parameters of type InvocationObserverModifier and TypeMethodDescriptionvoid
InvocationService.execute
(Invocable task, Set setMembers, InvocationObserver observer) Asynchronously invoke the specified task on each of the specified members.void
WrapperInvocationService.execute
(Invocable task, Set setMembers, InvocationObserver observer) Asynchronously invoke the specified task on each of the specified members.