6061626364656667686970
checkCreation (); switch (state.value()) { case State._INACTIVE : throw new AdapterInactive(); case State._ACTIVE : break; default: state = State.ACTIVE; monitor.setToActive();
106107108109110111112113114115116
} switch (state.value()) { case State._INACTIVE : throw new AdapterInactive(); default : state = State.INACTIVE; monitor.setToInactive(wait_for_completion, etherealize_objects); final boolean etherealize = etherealize_objects;
156157158159160161162163164165166
} switch (state.value()) { case State._INACTIVE : throw new AdapterInactive(); case State._DISCARDING : break; default : state = State.DISCARDING; monitor.setToDiscarding(wait_for_completion);
234235236237238239240241242243244
throw new org.omg.CORBA.BAD_INV_ORDER(); } switch (state.value()) { case State._INACTIVE : throw new AdapterInactive(); case State._HOLDING : break; default : state = State.HOLDING; monitor.setToHolding(wait_for_completion);
6768697071727374757677
113114115116117118119120121122123
163164165166167168169170171172173
241242243244245246247248249250251