910911912913914915916917918919
checkDestructionApparent(); if (!isSystemId()) { throw new WrongPolicy(); } return getReference (generateObjectId (), intf_rep_id, false); }
979980981982983984985986987988989
{ checkIsConfigured(); if (!isRetain()) { throw new WrongPolicy(); } aom.remove( oid, requestController,
11801181118211831184118511861187118811891190
checkDestructionApparent(); if (!isUseDefaultServant()) { throw new WrongPolicy(); } if (defaultServant == null) { throw new NoServant();
1201120212031204120512061207120812091210
checkDestructionApparent(); if (!isUseServantManager()) { throw new WrongPolicy(); } return servantManager; }
13481349135013511352135313541355135613571358
{ checkDestructionApparent (); if ( !isRetain() ) { throw new WrongPolicy(); } final Servant servant = aom.getServant(oid); // objectId is not active if (servant == null)
13721373137413751376137713781379138013811382
{ checkDestructionApparent (); if (!isRetain() && !isUseDefaultServant()) { throw new WrongPolicy(); } // servant is active if (isRetain()) {
17681769177017711772177317741775177617771778
checkDestructionApparent(); checkNotLocal(reference); if (!isRetain() && !isUseDefaultServant()) { throw new WrongPolicy(); } byte[] objectId = POAUtil.extractOID(reference); /* not spec (isSystemId) */
18281829183018311832183318341835183618371838
if ((!isUseDefaultServant()) && (!isRetain() || !isUniqueId()) && (!isRetain() || !isImplicitActivation())) { throw new WrongPolicy(); } byte[] objectId = null; if (isRetain())
19021903190419051906190719081909191019111912
if ( (!isRetain() || !isUniqueId()) && (!isRetain() || !isImplicitActivation()) && !isInInvocationContext ) { throw new WrongPolicy(); } byte[] objectId = null; if (isInInvocationContext)
19781979198019811982198319841985198619871988
{ checkDestructionApparent(); if (!isUseDefaultServant()) { throw new WrongPolicy(); } defaultServant = _defaultServant; if (defaultServant != null)