Uses of Interface
com.tangosol.net.InvocationService
Packages that use InvocationService
Package
Description
Contains Coherence-based WorkManager implementation classes.
Contains classes related to the HTTP Session Replication Module.
Contains basic cluster interfaces and factories.
-
Uses of InvocationService in com.tangosol.coherence.commonj
Fields in com.tangosol.coherence.commonj declared as InvocationServiceModifier and TypeFieldDescriptionprotected InvocationServiceWorkManager.WorkHolder.m_serviceThe underlying Invocation service.Methods in com.tangosol.coherence.commonj that return InvocationServiceModifier and TypeMethodDescriptionWorkManager.getService()Return an InvocationService used by this WorkManager.WorkManager.WorkHolder.getService()Return the InvocationService used to execute the corresponding Work.Methods in com.tangosol.coherence.commonj with parameters of type InvocationServiceModifier and TypeMethodDescriptionvoidWorkManager.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 InvocationServiceModifierConstructorDescriptionWorkHolder(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 InvocationServiceModifier and TypeMethodDescriptionSessionHelper.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 InvocationServiceModifier and TypeMethodDescriptionvoidExitTask.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 InvocationServiceModifier and TypeClassDescriptionclassInvocationService implementation that delegates to a wrapped InvocationService instance.Methods in com.tangosol.net that return InvocationServiceModifier and TypeMethodDescriptionWrapperInvocationService.getInvocationService()Return the wrapped InvocationService.AbstractInvocable.getService()Obtain the containing InvocationService.Methods in com.tangosol.net with parameters of type InvocationServiceModifier and TypeMethodDescriptionvoidAbstractInvocable.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 InvocationServiceModifierConstructorDescriptionCreate a new WrapperInvocationService that delegates to the given InvocationService instance.