Package | Description |
---|---|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
Modifier and Type | Class and Description |
---|---|
class |
WrapperInvocationService
InvocationService implementation that delegates to a wrapped
InvocationService instance.
|
Modifier and Type | Method and Description |
---|---|
InvocationService |
WrapperInvocationService.getInvocationService()
Return the wrapped InvocationService.
|
InvocationService |
AbstractInvocable.getService()
Obtain the containing InvocationService.
|
Modifier and Type | Method and Description |
---|---|
void |
Invocable.init(InvocationService service)
Called by the InvocationService exactly once on this Invocable object
as part of its initialization.
|
void |
AbstractInvocable.init(InvocationService service)
Called by the InvocationService exactly once on this Invocable object
as part of its initialization.
|
Constructor and Description |
---|
WrapperInvocationService(InvocationService service)
Create a new WrapperInvocationService that delegates to the given
InvocationService instance.
|