| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | WorkManager.AbstractWorkBase class for Invocable tasks related to the WorkManager. | 
| protected static class  | WorkManager.CollectMembershipInfoInvocable task used during handshake, which has to be scheduled  immediately. | 
| protected static class  | WorkManager.ReleaseWorkInvocable task that forces a release for a wrapped Work object. | 
| protected static class  | WorkManager.RequestStatusInvocable task that requests a status for a given Work. | 
| protected static class  | WorkManager.ScheduleWorkInvocable task that posts a wrapped Work object to a WorkManager queue. | 
| protected static class  | WorkManager.SendFeedbackInvocable task that delivers a WorkEvent to a WorkListener. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ExitAgentThis agent is used to request the other servers in the cluster to unlock the specified session ID. | 
| class  | ExitTaskThis task is used to unlock a session ID. | 
| class  | LogThreadsHoldingLockAgentAn invocation service that logs the stacktraces of all threads holding a lock for a session. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | InvocableInOrderThe 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. | 
| interface  | NonBlockingInvocableNonBlockingInvocable is an  Invocablethat can be executed asynchronously. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractInvocableAn abstract base for Invocable and PriorityTask implementations. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | 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. | 
| Map | InvocationService. query(Invocable task, Set setMembers)Synchronously invoke the specified task on each of the specified members. | 
| Map | WrapperInvocationService. query(Invocable task, Set setMembers)Synchronously invoke the specified task on each of the specified members. |