Uses of Class
com.tangosol.net.AbstractInvocable
-
Packages that use AbstractInvocable 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. -
-
Uses of AbstractInvocable in com.tangosol.coherence.commonj
Subclasses of AbstractInvocable in com.tangosol.coherence.commonj 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 AbstractInvocable in com.tangosol.coherence.servlet
Subclasses of AbstractInvocable in com.tangosol.coherence.servlet Modifier and Type Class Description classExitAgentThis agent is used to request the other servers in the cluster to unlock the specified session ID.classLogThreadsHoldingLockAgentAn invocation service that logs the stacktraces of all threads holding a lock for a session.
-