Uses of Interface
com.tangosol.net.InvocationService
-
Packages that use InvocationService 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 InvocationService in com.tangosol.coherence.commonj
Fields in com.tangosol.coherence.commonj declared as InvocationService Modifier and Type Field Description protected InvocationService
WorkManager.WorkHolder. m_service
The underlying Invocation service.Methods in com.tangosol.coherence.commonj that return InvocationService Modifier and Type Method Description InvocationService
WorkManager. getService()
Return an InvocationService used by this WorkManager.InvocationService
WorkManager.WorkHolder. getService()
Return the InvocationService used to execute the corresponding Work.Methods in com.tangosol.coherence.commonj with parameters of type InvocationService Modifier and Type Method Description void
WorkManager.ScheduleWork. init(InvocationService service)
Called by the InvocationService exactly once on this Invocable object as part of its initialization.void
WorkManager.SendFeedback. init(InvocationService service)
Called by the InvocationService exactly once on this Invocable object as part of its initialization.Constructors in com.tangosol.coherence.commonj with parameters of type InvocationService Constructor Description WorkHolder(long lWorkId, commonj.work.WorkListener listener, InvocationService service, Member member)
Construct a WorkHolder for a Work with a given work id that is scheduled to be executed on a specified service. -
Uses of InvocationService in com.tangosol.coherence.servlet
Methods in com.tangosol.coherence.servlet that return InvocationService Modifier and Type Method Description InvocationService
SessionHelper. getInvocationService(String sService)
Obtain a session management invocation service by name.protected InvocationService
AbstractHttpSessionCollection. getStickyService()
Get the invocation service to use to manage sticky session ownership.Methods in com.tangosol.coherence.servlet with parameters of type InvocationService Modifier and Type Method Description void
ExitTask. init(InvocationService service)
Called by the InvocationService exactly once on this Invocable object as part of its initialization. -
Uses of InvocationService in com.tangosol.net
Classes in com.tangosol.net that implement InvocationService Modifier and Type Class Description class
WrapperInvocationService
InvocationService implementation that delegates to a wrapped InvocationService instance.Methods in com.tangosol.net that return InvocationService Modifier and Type Method Description InvocationService
WrapperInvocationService. getInvocationService()
Return the wrapped InvocationService.InvocationService
AbstractInvocable. getService()
Obtain the containing InvocationService.Methods in com.tangosol.net with parameters of type InvocationService Modifier and Type Method Description void
AbstractInvocable. init(InvocationService service)
Called by the InvocationService exactly once on this Invocable object as part of its initialization.void
Invocable. init(InvocationService service)
Called by the InvocationService exactly once on this Invocable object as part of its initialization.Constructors in com.tangosol.net with parameters of type InvocationService Constructor Description WrapperInvocationService(InvocationService service)
Create a new WrapperInvocationService that delegates to the given InvocationService instance.
-