public static class SharedActivatableServiceDescriptor.Created extends Object
SharedActivatableServiceDescriptor.create()
method that returns the associated proxy, activation 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 group hosting 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 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.