Uses of Interface
com.tangosol.net.InvocationService
Packages that use InvocationService
- 
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.