Uses of Interface
com.tangosol.net.InvocationObserver
Packages that use InvocationObserver
Package
Description
Contains Coherence-based WorkManager implementation classes.
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.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.