Uses of Interface
com.tangosol.net.Invocable
- 
Packages that use Invocable 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 Invocable in com.tangosol.coherence.commonj
Classes in com.tangosol.coherence.commonj that implement Invocable Modifier and Type Class Description protected static classWorkManager.AbstractWorkBase class for Invocable tasks related to the WorkManager.protected static classWorkManager.CollectMembershipInfoInvocable task used during handshake, which has to be scheduledimmediately.protected static classWorkManager.ReleaseWorkInvocable task that forces a release for a wrapped Work object.protected static classWorkManager.RequestStatusInvocable task that requests a status for a given Work.protected static classWorkManager.ScheduleWorkInvocable task that posts a wrapped Work object to a WorkManager queue.protected static classWorkManager.SendFeedbackInvocable task that delivers a WorkEvent to a WorkListener. - 
Uses of Invocable in com.tangosol.coherence.servlet
Classes in com.tangosol.coherence.servlet that implement Invocable Modifier and Type Class Description classExitAgentThis agent is used to request the other servers in the cluster to unlock the specified session ID.classExitTaskThis task is used to unlock a session ID.classLogThreadsHoldingLockAgentAn invocation service that logs the stacktraces of all threads holding a lock for a session. - 
Uses of Invocable in com.tangosol.net
Subinterfaces of Invocable in com.tangosol.net Modifier and Type Interface Description interfaceInvocableInOrderThe InvocableInOrder interface allows to control the ordering in which the results of Invocable tasks are returned back to the caller by the Invocation service with a thread pool.interfaceNonBlockingInvocableNonBlockingInvocable is anInvocablethat can be executed asynchronously.Classes in com.tangosol.net that implement Invocable Modifier and Type Class Description classAbstractInvocableAn abstract base for Invocable and PriorityTask implementations.Methods in com.tangosol.net with parameters of type Invocable 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.MapInvocationService. query(Invocable task, Set setMembers)Synchronously invoke the specified task on each of the specified members.MapWrapperInvocationService. query(Invocable task, Set setMembers)Synchronously invoke the specified task on each of the specified members. 
 -