// bind the corba naming service to JNDI.
CorbaServiceUtil.bindObject(context.getChildTarget(), "corbanaming", namingService);
JacORBLogger.ROOT_LOGGER.corbaNamingServiceStarted();
JacORBLogger.ROOT_LOGGER.debugNamingServiceIOR(orb.object_to_string(namingService));
}
@Override
public void stop(StopContext context) {
JacORBLogger.ROOT_LOGGER.debugServiceStop(context.getController().getName().getCanonicalName());