public interface ActivationAdmin extends Remote
ActivationSystem
.Modifier and Type | Method and Description |
---|---|
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. |
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 groupsRemoteException
- 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 identifierActivationID
to
ActivationDesc
for all activatable objects registered in
the group registered under the specified activation group identifierUnknownGroupException
- if no group is registered under the
specified activation group identifierRemoteException
- if a communication-related exception occursCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.