Uses of Interface
com.tangosol.net.InvocationService
-
Packages that use InvocationService Package Description com.tangosol.net Contains basic cluster interfaces and factories. -
-
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.
-