public static class RioActivatableServiceDescriptor.Created extends Object
RioActivatableServiceDescriptor.create()
method that returns the proxy, group identifier,
and activation identifier for the created service.Modifier and Type | Field and Description |
---|---|
ActivationID |
aid
The activation id of the service
|
ActivationGroupID |
gid
The activation group id of the service
|
Object |
proxy
The reference to the proxy of the created service
|
Constructor and Description |
---|
Created(ActivationGroupID gid,
ActivationID aid,
Object proxy)
Constructs an instance of this class.
|
public final ActivationGroupID gid
public final ActivationID aid
public final Object proxy
public Created(ActivationGroupID gid, ActivationID aid, Object proxy)
gid
- activation group id of the created serviceaid
- activation id of the created serviceproxy
- reference to the proxy of the created serviceCopyright © GigaSpaces.