Package | Description |
---|---|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
Modifier and Type | Class | Description |
---|---|---|
class |
WrapperInvocationService
InvocationService implementation that delegates to a wrapped
InvocationService instance.
|
Modifier and Type | Method | Description |
---|---|---|
InvocationService |
WrapperInvocationService.getInvocationService()
Return the wrapped InvocationService.
|
|
InvocationService |
AbstractInvocable.getService()
Obtain the containing 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.
|
Constructor | Description |
---|---|
WrapperInvocationService(InvocationService service)
Create a new WrapperInvocationService that delegates to the given
InvocationService instance.
|