Uses of Interface
com.tangosol.net.InvocationObserver
-
Packages that use InvocationObserver Package Description com.tangosol.coherence.commonj Contains Coherence-based WorkManager implementation classes.com.tangosol.coherence.servlet Contains classes related to the HTTP Session Replication Module.com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of InvocationObserver in com.tangosol.coherence.commonj
Classes in com.tangosol.coherence.commonj that implement InvocationObserver Modifier and Type Class Description protected classWorkManager.WorkObserverThe InvocationObserver for all posted work.Fields in com.tangosol.coherence.commonj declared as InvocationObserver Modifier and Type Field Description protected InvocationObserverWorkManager. m_workObserverThe ScheduleWork agent observer. -
Uses of InvocationObserver in com.tangosol.coherence.servlet
Classes in com.tangosol.coherence.servlet that implement InvocationObserver Modifier and Type Class Description classExitObserverThis 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 InvocationObserver Modifier and Type Method Description voidInvocationService. 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.
-