public abstract class POAPolicyMediatorBase_R extends POAPolicyMediatorBase
| Modifier and Type | Method and Description |
|---|---|
void |
activateObject(byte[] id,
Servant servant) |
void |
clearAOM()
Delete everything in the active object map.
|
Servant |
deactivateObject(ActiveObjectMap.Key key) |
Servant |
deactivateObject(byte[] id)
Deactivate the object that is associated with the given id.
|
void |
returnServant()
Release a servant that was obtained from getInvocationServant.
|
byte[] |
servantToId(Servant servant) |
getInvocationServant, getPolicies, getScid, getServerId, newSystemIdequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitetherealizeAll, getDefaultServant, getServantManager, idToServant, setDefaultServant, setServantManagerpublic void returnServant()
POAPolicyMediatorpublic void clearAOM()
POAPolicyMediatorpublic final void activateObject(byte[] id,
Servant servant)
throws WrongPolicy,
ServantAlreadyActive,
ObjectAlreadyActive
public Servant deactivateObject(byte[] id) throws ObjectNotActive, WrongPolicy
POAPolicyMediatorObjectNotActiveWrongPolicypublic Servant deactivateObject(ActiveObjectMap.Key key) throws ObjectNotActive, WrongPolicy
ObjectNotActiveWrongPolicypublic byte[] servantToId(Servant servant) throws ServantNotActive, WrongPolicy
ServantNotActiveWrongPolicyCopyright © 2020 ADDC Infotech GmbH. All rights reserved.