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 InvocationServiceWorkManager.WorkHolder. m_serviceThe underlying Invocation service.Methods in com.tangosol.coherence.commonj that return InvocationService Modifier and Type Method Description InvocationServiceWorkManager. getService()Return an InvocationService used by this WorkManager.InvocationServiceWorkManager.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 voidWorkManager.ScheduleWork. init(InvocationService service)Called by the InvocationService exactly once on this Invocable object as part of its initialization.voidWorkManager.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 InvocationServiceSessionHelper. getInvocationService(String sService)Obtain a session management invocation service by name.protected InvocationServiceAbstractHttpSessionCollection. 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 voidExitTask. 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 classWrapperInvocationServiceInvocationService implementation that delegates to a wrapped InvocationService instance.Methods in com.tangosol.net that return InvocationService Modifier and Type Method Description InvocationServiceWrapperInvocationService. getInvocationService()Return the wrapped InvocationService.InvocationServiceAbstractInvocable. getService()Obtain the containing InvocationService.Methods in com.tangosol.net with parameters of type InvocationService Modifier and Type Method Description voidAbstractInvocable. init(InvocationService service)Called by the InvocationService exactly once on this Invocable object as part of its initialization.voidInvocable. 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.
-