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 classThe InvocationObserver for all posted work.Fields in com.tangosol.coherence.commonj declared as InvocationObserverModifier and TypeFieldDescriptionprotected InvocationObserverWorkManager.m_workObserverThe ScheduleWork agent observer. -
Uses of InvocationObserver in com.tangosol.coherence.servlet
Classes in com.tangosol.coherence.servlet that implement InvocationObserverModifier and TypeClassDescriptionclassThis 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 TypeMethodDescriptionvoidInvocationService.execute(Invocable task, Set setMembers, InvocationObserver observer) Asynchronously invoke the specified task on each of the specified members.voidWrapperInvocationService.execute(Invocable task, Set setMembers, InvocationObserver observer) Asynchronously invoke the specified task on each of the specified members.