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 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.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.