|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.jini.start.SharedActivatableServiceDescriptor.Created
public static class SharedActivatableServiceDescriptor.Created
Object returned by
SharedActivatableServiceDescriptor.create()
method that returns the associated proxy, activation group
identifier, and activation identifier
for the created service.
Field Summary | |
---|---|
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 Summary | |
---|---|
SharedActivatableServiceDescriptor.Created(ActivationGroupID gid,
ActivationID aid,
Object proxy)
Constructs an instance of this class. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final ActivationGroupID gid
public final ActivationID aid
public final Object proxy
Constructor Detail |
---|
public SharedActivatableServiceDescriptor.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 service
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |