|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActivationAdmin
An administrative interface for the activation system daemon. This
interface is implemented directly by the same proxy that implements
ActivationSystem
.
Method Summary | |
---|---|
Map |
getActivatableObjects(ActivationGroupID id)
Returns a map from ActivationID to
ActivationDesc for all activatable objects
registered in the group registered under the specified activation
group identifier. |
Map |
getActivationGroups()
Returns a map from ActivationGroupID to
ActivationGroupDesc for all registered
activation groups. |
Method Detail |
---|
Map getActivationGroups() throws RemoteException
ActivationGroupID
to
ActivationGroupDesc
for all registered
activation groups. The map contains a snapshot of the state at
the time of the call; subsequent state changes are not reflected
in the map, nor do changes in the map cause changes in the state
of the activation system daemon.
ActivationGroupID
to
ActivationGroupDesc
for all registered activation groups
RemoteException
- if a communication-related exception occursMap getActivatableObjects(ActivationGroupID id) throws UnknownGroupException, RemoteException
ActivationID
to
ActivationDesc
for all activatable objects
registered in the group registered under the specified activation
group identifier. The map contains a snapshot of the state at
the time of the call; subsequent state changes are not reflected
in the map, nor do changes in the map cause changes in the state
of the activation system daemon.
id
- activation group identifier
ActivationID
to
ActivationDesc
for all activatable objects registered in
the group registered under the specified activation group identifier
UnknownGroupException
- if no group is registered under the
specified activation group identifier
RemoteException
- if a communication-related exception occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |