594595596597598599600601602603604
checkDestructionApparent (); if (!isRetain() || !isSystemId()) { throw new WrongPolicy(); } byte[] objectId = generateObjectId(); try
627628629630631632633634635636637
throw new org.omg.CORBA.BAD_PARAM( "Cannot activate_object_with_id with null ID." ); } if ( !isRetain() ) { throw new WrongPolicy(); } if ( isSystemId() && !previouslyGeneratedObjectId(oid) ) { if (logger.isWarnEnabled())
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())