|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rioproject.boot.RioActivatableServiceDescriptor.Created
public static class RioActivatableServiceDescriptor.Created
Object returned by
RioActivatableServiceDescriptor.create() method that returns the proxy,
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 service |
Object |
proxy
The reference to the proxy of the created service |
| Constructor Summary | |
|---|---|
RioActivatableServiceDescriptor.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 RioActivatableServiceDescriptor.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
|
Copyright © Rio Project. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||