com.sun.corba.se.impl.logging.NamingSystemException Java Examples
The following examples show how to use
com.sun.corba.se.impl.logging.NamingSystemException.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: TransientNamingContext.java From jdk1.8-source-analysis with Apache License 2.0 | 6 votes |
/** * Constructs a new TransientNamingContext object. * @param orb an orb object. * @param initial the initial naming context. * @exception Exception a Java exception thrown of the base class cannot * initialize. */ public TransientNamingContext(com.sun.corba.se.spi.orb.ORB orb, org.omg.CORBA.Object initial, POA nsPOA ) throws java.lang.Exception { super(orb, nsPOA ); wrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING ) ; this.localRoot = initial; readLogger = orb.getLogger( CORBALogDomains.NAMING_READ); updateLogger = orb.getLogger( CORBALogDomains.NAMING_UPDATE); lifecycleLogger = orb.getLogger( CORBALogDomains.NAMING_LIFECYCLE); lifecycleLogger.fine( "Root TransientNamingContext LIFECYCLE.CREATED" ); }
Example #2
Source File: NamingContextImpl.java From openjdk-8 with GNU General Public License v2.0 | 6 votes |
/** * Create a naming context servant. * Runs the super constructor. * @param orb an ORB object. * @param objKey as String * @param TheNameService as NameService * @param TheServantManagerImpl as ServantManagerImpl * @exception java.lang.Exception a Java exception. */ public NamingContextImpl(ORB orb, String objKey, NameService theNameService, ServantManagerImpl theServantManagerImpl ) throws Exception { super(); this.orb = orb; readWrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_READ ) ; updateWrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_UPDATE ) ; debug = true ; // orb.namingDebugFlag ; this.objKey = objKey; theNameServiceHandle = theNameService; theServantManagerImplHandle = theServantManagerImpl; insImpl = new com.sun.corba.se.impl.naming.cosnaming.InterOperableNamingImpl(); }
Example #3
Source File: TransientNamingContext.java From openjdk-8 with GNU General Public License v2.0 | 6 votes |
/** * Constructs a new TransientNamingContext object. * @param orb an orb object. * @param initial the initial naming context. * @exception Exception a Java exception thrown of the base class cannot * initialize. */ public TransientNamingContext(com.sun.corba.se.spi.orb.ORB orb, org.omg.CORBA.Object initial, POA nsPOA ) throws java.lang.Exception { super(orb, nsPOA ); wrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING ) ; this.localRoot = initial; readLogger = orb.getLogger( CORBALogDomains.NAMING_READ); updateLogger = orb.getLogger( CORBALogDomains.NAMING_UPDATE); lifecycleLogger = orb.getLogger( CORBALogDomains.NAMING_LIFECYCLE); lifecycleLogger.fine( "Root TransientNamingContext LIFECYCLE.CREATED" ); }
Example #4
Source File: NamingContextImpl.java From openjdk-8-source with GNU General Public License v2.0 | 6 votes |
/** * Create a naming context servant. * Runs the super constructor. * @param orb an ORB object. * @param objKey as String * @param TheNameService as NameService * @param TheServantManagerImpl as ServantManagerImpl * @exception java.lang.Exception a Java exception. */ public NamingContextImpl(ORB orb, String objKey, NameService theNameService, ServantManagerImpl theServantManagerImpl ) throws Exception { super(); this.orb = orb; readWrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_READ ) ; updateWrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_UPDATE ) ; debug = true ; // orb.namingDebugFlag ; this.objKey = objKey; theNameServiceHandle = theNameService; theServantManagerImplHandle = theServantManagerImpl; insImpl = new com.sun.corba.se.impl.naming.cosnaming.InterOperableNamingImpl(); }
Example #5
Source File: TransientNamingContext.java From openjdk-8-source with GNU General Public License v2.0 | 6 votes |
/** * Constructs a new TransientNamingContext object. * @param orb an orb object. * @param initial the initial naming context. * @exception Exception a Java exception thrown of the base class cannot * initialize. */ public TransientNamingContext(com.sun.corba.se.spi.orb.ORB orb, org.omg.CORBA.Object initial, POA nsPOA ) throws java.lang.Exception { super(orb, nsPOA ); wrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING ) ; this.localRoot = initial; readLogger = orb.getLogger( CORBALogDomains.NAMING_READ); updateLogger = orb.getLogger( CORBALogDomains.NAMING_UPDATE); lifecycleLogger = orb.getLogger( CORBALogDomains.NAMING_LIFECYCLE); lifecycleLogger.fine( "Root TransientNamingContext LIFECYCLE.CREATED" ); }
Example #6
Source File: NamingContextImpl.java From hottub with GNU General Public License v2.0 | 6 votes |
/** * Create a naming context servant. * Runs the super constructor. * @param orb an ORB object. * @param objKey as String * @param TheNameService as NameService * @param TheServantManagerImpl as ServantManagerImpl * @exception java.lang.Exception a Java exception. */ public NamingContextImpl(ORB orb, String objKey, NameService theNameService, ServantManagerImpl theServantManagerImpl ) throws Exception { super(); this.orb = orb; readWrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_READ ) ; updateWrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_UPDATE ) ; debug = true ; // orb.namingDebugFlag ; this.objKey = objKey; theNameServiceHandle = theNameService; theServantManagerImplHandle = theServantManagerImpl; insImpl = new com.sun.corba.se.impl.naming.cosnaming.InterOperableNamingImpl(); }
Example #7
Source File: TransientNamingContext.java From hottub with GNU General Public License v2.0 | 6 votes |
/** * Constructs a new TransientNamingContext object. * @param orb an orb object. * @param initial the initial naming context. * @exception Exception a Java exception thrown of the base class cannot * initialize. */ public TransientNamingContext(com.sun.corba.se.spi.orb.ORB orb, org.omg.CORBA.Object initial, POA nsPOA ) throws java.lang.Exception { super(orb, nsPOA ); wrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING ) ; this.localRoot = initial; readLogger = orb.getLogger( CORBALogDomains.NAMING_READ); updateLogger = orb.getLogger( CORBALogDomains.NAMING_UPDATE); lifecycleLogger = orb.getLogger( CORBALogDomains.NAMING_LIFECYCLE); lifecycleLogger.fine( "Root TransientNamingContext LIFECYCLE.CREATED" ); }
Example #8
Source File: NamingContextImpl.java From openjdk-jdk9 with GNU General Public License v2.0 | 6 votes |
/** * Create a naming context servant. * Runs the super constructor. * @param orb an ORB object. * @param objKey as String * @param theNameService as NameService * @param theServantManagerImpl as ServantManagerImpl * @exception java.lang.Exception a Java exception. */ public NamingContextImpl(ORB orb, String objKey, NameService theNameService, ServantManagerImpl theServantManagerImpl ) throws Exception { super(); this.orb = orb; readWrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_READ ) ; updateWrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_UPDATE ) ; debug = true ; // orb.namingDebugFlag ; this.objKey = objKey; theNameServiceHandle = theNameService; theServantManagerImplHandle = theServantManagerImpl; insImpl = new com.sun.corba.se.impl.naming.cosnaming.InterOperableNamingImpl(); }
Example #9
Source File: TransientNamingContext.java From openjdk-jdk9 with GNU General Public License v2.0 | 6 votes |
/** * Constructs a new TransientNamingContext object. * @param orb an orb object. * @param initial the initial naming context. * @exception Exception a Java exception thrown of the base class cannot * initialize. */ public TransientNamingContext(com.sun.corba.se.spi.orb.ORB orb, org.omg.CORBA.Object initial, POA nsPOA ) throws java.lang.Exception { super(orb, nsPOA ); wrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING ) ; this.localRoot = initial; readLogger = orb.getLogger( CORBALogDomains.NAMING_READ); updateLogger = orb.getLogger( CORBALogDomains.NAMING_UPDATE); lifecycleLogger = orb.getLogger( CORBALogDomains.NAMING_LIFECYCLE); lifecycleLogger.fine( "Root TransientNamingContext LIFECYCLE.CREATED" ); }
Example #10
Source File: NamingContextImpl.java From openjdk-jdk8u-backup with GNU General Public License v2.0 | 6 votes |
/** * Create a naming context servant. * Runs the super constructor. * @param orb an ORB object. * @param objKey as String * @param TheNameService as NameService * @param TheServantManagerImpl as ServantManagerImpl * @exception java.lang.Exception a Java exception. */ public NamingContextImpl(ORB orb, String objKey, NameService theNameService, ServantManagerImpl theServantManagerImpl ) throws Exception { super(); this.orb = orb; readWrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_READ ) ; updateWrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_UPDATE ) ; debug = true ; // orb.namingDebugFlag ; this.objKey = objKey; theNameServiceHandle = theNameService; theServantManagerImplHandle = theServantManagerImpl; insImpl = new com.sun.corba.se.impl.naming.cosnaming.InterOperableNamingImpl(); }
Example #11
Source File: TransientNamingContext.java From openjdk-jdk8u-backup with GNU General Public License v2.0 | 6 votes |
/** * Constructs a new TransientNamingContext object. * @param orb an orb object. * @param initial the initial naming context. * @exception Exception a Java exception thrown of the base class cannot * initialize. */ public TransientNamingContext(com.sun.corba.se.spi.orb.ORB orb, org.omg.CORBA.Object initial, POA nsPOA ) throws java.lang.Exception { super(orb, nsPOA ); wrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING ) ; this.localRoot = initial; readLogger = orb.getLogger( CORBALogDomains.NAMING_READ); updateLogger = orb.getLogger( CORBALogDomains.NAMING_UPDATE); lifecycleLogger = orb.getLogger( CORBALogDomains.NAMING_LIFECYCLE); lifecycleLogger.fine( "Root TransientNamingContext LIFECYCLE.CREATED" ); }
Example #12
Source File: NamingContextImpl.java From openjdk-jdk8u with GNU General Public License v2.0 | 6 votes |
/** * Create a naming context servant. * Runs the super constructor. * @param orb an ORB object. * @param objKey as String * @param TheNameService as NameService * @param TheServantManagerImpl as ServantManagerImpl * @exception java.lang.Exception a Java exception. */ public NamingContextImpl(ORB orb, String objKey, NameService theNameService, ServantManagerImpl theServantManagerImpl ) throws Exception { super(); this.orb = orb; readWrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_READ ) ; updateWrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_UPDATE ) ; debug = true ; // orb.namingDebugFlag ; this.objKey = objKey; theNameServiceHandle = theNameService; theServantManagerImplHandle = theServantManagerImpl; insImpl = new com.sun.corba.se.impl.naming.cosnaming.InterOperableNamingImpl(); }
Example #13
Source File: TransientNamingContext.java From openjdk-jdk8u with GNU General Public License v2.0 | 6 votes |
/** * Constructs a new TransientNamingContext object. * @param orb an orb object. * @param initial the initial naming context. * @exception Exception a Java exception thrown of the base class cannot * initialize. */ public TransientNamingContext(com.sun.corba.se.spi.orb.ORB orb, org.omg.CORBA.Object initial, POA nsPOA ) throws java.lang.Exception { super(orb, nsPOA ); wrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING ) ; this.localRoot = initial; readLogger = orb.getLogger( CORBALogDomains.NAMING_READ); updateLogger = orb.getLogger( CORBALogDomains.NAMING_UPDATE); lifecycleLogger = orb.getLogger( CORBALogDomains.NAMING_LIFECYCLE); lifecycleLogger.fine( "Root TransientNamingContext LIFECYCLE.CREATED" ); }
Example #14
Source File: NamingContextImpl.java From JDKSourceCode1.8 with MIT License | 6 votes |
/** * Create a naming context servant. * Runs the super constructor. * @param orb an ORB object. * @param objKey as String * @param TheNameService as NameService * @param TheServantManagerImpl as ServantManagerImpl * @exception java.lang.Exception a Java exception. */ public NamingContextImpl(ORB orb, String objKey, NameService theNameService, ServantManagerImpl theServantManagerImpl ) throws Exception { super(); this.orb = orb; readWrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_READ ) ; updateWrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_UPDATE ) ; debug = true ; // orb.namingDebugFlag ; this.objKey = objKey; theNameServiceHandle = theNameService; theServantManagerImplHandle = theServantManagerImpl; insImpl = new com.sun.corba.se.impl.naming.cosnaming.InterOperableNamingImpl(); }
Example #15
Source File: TransientNamingContext.java From JDKSourceCode1.8 with MIT License | 6 votes |
/** * Constructs a new TransientNamingContext object. * @param orb an orb object. * @param initial the initial naming context. * @exception Exception a Java exception thrown of the base class cannot * initialize. */ public TransientNamingContext(com.sun.corba.se.spi.orb.ORB orb, org.omg.CORBA.Object initial, POA nsPOA ) throws java.lang.Exception { super(orb, nsPOA ); wrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING ) ; this.localRoot = initial; readLogger = orb.getLogger( CORBALogDomains.NAMING_READ); updateLogger = orb.getLogger( CORBALogDomains.NAMING_UPDATE); lifecycleLogger = orb.getLogger( CORBALogDomains.NAMING_LIFECYCLE); lifecycleLogger.fine( "Root TransientNamingContext LIFECYCLE.CREATED" ); }
Example #16
Source File: NamingContextImpl.java From jdk1.8-source-analysis with Apache License 2.0 | 6 votes |
/** * Create a naming context servant. * Runs the super constructor. * @param orb an ORB object. * @param objKey as String * @param TheNameService as NameService * @param TheServantManagerImpl as ServantManagerImpl * @exception java.lang.Exception a Java exception. */ public NamingContextImpl(ORB orb, String objKey, NameService theNameService, ServantManagerImpl theServantManagerImpl ) throws Exception { super(); this.orb = orb; readWrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_READ ) ; updateWrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_UPDATE ) ; debug = true ; // orb.namingDebugFlag ; this.objKey = objKey; theNameServiceHandle = theNameService; theServantManagerImplHandle = theServantManagerImpl; insImpl = new com.sun.corba.se.impl.naming.cosnaming.InterOperableNamingImpl(); }
Example #17
Source File: NamingContextImpl.java From jdk8u60 with GNU General Public License v2.0 | 6 votes |
/** * Create a naming context servant. * Runs the super constructor. * @param orb an ORB object. * @param objKey as String * @param TheNameService as NameService * @param TheServantManagerImpl as ServantManagerImpl * @exception java.lang.Exception a Java exception. */ public NamingContextImpl(ORB orb, String objKey, NameService theNameService, ServantManagerImpl theServantManagerImpl ) throws Exception { super(); this.orb = orb; readWrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_READ ) ; updateWrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_UPDATE ) ; debug = true ; // orb.namingDebugFlag ; this.objKey = objKey; theNameServiceHandle = theNameService; theServantManagerImplHandle = theServantManagerImpl; insImpl = new com.sun.corba.se.impl.naming.cosnaming.InterOperableNamingImpl(); }
Example #18
Source File: TransientNamingContext.java From jdk8u60 with GNU General Public License v2.0 | 6 votes |
/** * Constructs a new TransientNamingContext object. * @param orb an orb object. * @param initial the initial naming context. * @exception Exception a Java exception thrown of the base class cannot * initialize. */ public TransientNamingContext(com.sun.corba.se.spi.orb.ORB orb, org.omg.CORBA.Object initial, POA nsPOA ) throws java.lang.Exception { super(orb, nsPOA ); wrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING ) ; this.localRoot = initial; readLogger = orb.getLogger( CORBALogDomains.NAMING_READ); updateLogger = orb.getLogger( CORBALogDomains.NAMING_UPDATE); lifecycleLogger = orb.getLogger( CORBALogDomains.NAMING_LIFECYCLE); lifecycleLogger.fine( "Root TransientNamingContext LIFECYCLE.CREATED" ); }
Example #19
Source File: TransientNamingContext.java From TencentKona-8 with GNU General Public License v2.0 | 6 votes |
/** * Constructs a new TransientNamingContext object. * @param orb an orb object. * @param initial the initial naming context. * @exception Exception a Java exception thrown of the base class cannot * initialize. */ public TransientNamingContext(com.sun.corba.se.spi.orb.ORB orb, org.omg.CORBA.Object initial, POA nsPOA ) throws java.lang.Exception { super(orb, nsPOA ); wrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING ) ; this.localRoot = initial; readLogger = orb.getLogger( CORBALogDomains.NAMING_READ); updateLogger = orb.getLogger( CORBALogDomains.NAMING_UPDATE); lifecycleLogger = orb.getLogger( CORBALogDomains.NAMING_LIFECYCLE); lifecycleLogger.fine( "Root TransientNamingContext LIFECYCLE.CREATED" ); }
Example #20
Source File: NamingContextImpl.java From TencentKona-8 with GNU General Public License v2.0 | 6 votes |
/** * Create a naming context servant. * Runs the super constructor. * @param orb an ORB object. * @param objKey as String * @param TheNameService as NameService * @param TheServantManagerImpl as ServantManagerImpl * @exception java.lang.Exception a Java exception. */ public NamingContextImpl(ORB orb, String objKey, NameService theNameService, ServantManagerImpl theServantManagerImpl ) throws Exception { super(); this.orb = orb; readWrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_READ ) ; updateWrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_UPDATE ) ; debug = true ; // orb.namingDebugFlag ; this.objKey = objKey; theNameServiceHandle = theNameService; theServantManagerImplHandle = theServantManagerImpl; insImpl = new com.sun.corba.se.impl.naming.cosnaming.InterOperableNamingImpl(); }
Example #21
Source File: NamingContextImpl.java From jdk1.8-source-analysis with Apache License 2.0 | 5 votes |
/** * Create a naming context servant. * Runs the super constructor. * @param orb an ORB object. * @exception java.lang.Exception a Java exception. */ public NamingContextImpl(ORB orb, POA poa) throws java.lang.Exception { super(); this.orb = orb; wrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_UPDATE ) ; insImpl = new InterOperableNamingImpl( ); this.nsPOA = poa; readLogger = orb.getLogger( CORBALogDomains.NAMING_READ); updateLogger = orb.getLogger( CORBALogDomains.NAMING_UPDATE); lifecycleLogger = orb.getLogger( CORBALogDomains.NAMING_LIFECYCLE); }
Example #22
Source File: NamingContextImpl.java From openjdk-jdk8u with GNU General Public License v2.0 | 5 votes |
/** * Create a naming context servant. * Runs the super constructor. * @param orb an ORB object. * @exception java.lang.Exception a Java exception. */ public NamingContextImpl(ORB orb, POA poa) throws java.lang.Exception { super(); this.orb = orb; wrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_UPDATE ) ; insImpl = new InterOperableNamingImpl( ); this.nsPOA = poa; readLogger = orb.getLogger( CORBALogDomains.NAMING_READ); updateLogger = orb.getLogger( CORBALogDomains.NAMING_UPDATE); lifecycleLogger = orb.getLogger( CORBALogDomains.NAMING_LIFECYCLE); }
Example #23
Source File: NamingContextImpl.java From openjdk-8 with GNU General Public License v2.0 | 5 votes |
/** * Create a naming context servant. * Runs the super constructor. * @param orb an ORB object. * @exception java.lang.Exception a Java exception. */ public NamingContextImpl(ORB orb, POA poa) throws java.lang.Exception { super(); this.orb = orb; wrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_UPDATE ) ; insImpl = new InterOperableNamingImpl( ); this.nsPOA = poa; readLogger = orb.getLogger( CORBALogDomains.NAMING_READ); updateLogger = orb.getLogger( CORBALogDomains.NAMING_UPDATE); lifecycleLogger = orb.getLogger( CORBALogDomains.NAMING_LIFECYCLE); }
Example #24
Source File: NamingContextImpl.java From TencentKona-8 with GNU General Public License v2.0 | 5 votes |
/** * Create a naming context servant. * Runs the super constructor. * @param orb an ORB object. * @exception java.lang.Exception a Java exception. */ public NamingContextImpl(ORB orb, POA poa) throws java.lang.Exception { super(); this.orb = orb; wrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_UPDATE ) ; insImpl = new InterOperableNamingImpl( ); this.nsPOA = poa; readLogger = orb.getLogger( CORBALogDomains.NAMING_READ); updateLogger = orb.getLogger( CORBALogDomains.NAMING_UPDATE); lifecycleLogger = orb.getLogger( CORBALogDomains.NAMING_LIFECYCLE); }
Example #25
Source File: NamingContextImpl.java From openjdk-8-source with GNU General Public License v2.0 | 5 votes |
/** * Create a naming context servant. * Runs the super constructor. * @param orb an ORB object. * @exception java.lang.Exception a Java exception. */ public NamingContextImpl(ORB orb, POA poa) throws java.lang.Exception { super(); this.orb = orb; wrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_UPDATE ) ; insImpl = new InterOperableNamingImpl( ); this.nsPOA = poa; readLogger = orb.getLogger( CORBALogDomains.NAMING_READ); updateLogger = orb.getLogger( CORBALogDomains.NAMING_UPDATE); lifecycleLogger = orb.getLogger( CORBALogDomains.NAMING_LIFECYCLE); }
Example #26
Source File: NamingContextImpl.java From jdk8u60 with GNU General Public License v2.0 | 5 votes |
/** * Create a naming context servant. * Runs the super constructor. * @param orb an ORB object. * @exception java.lang.Exception a Java exception. */ public NamingContextImpl(ORB orb, POA poa) throws java.lang.Exception { super(); this.orb = orb; wrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_UPDATE ) ; insImpl = new InterOperableNamingImpl( ); this.nsPOA = poa; readLogger = orb.getLogger( CORBALogDomains.NAMING_READ); updateLogger = orb.getLogger( CORBALogDomains.NAMING_UPDATE); lifecycleLogger = orb.getLogger( CORBALogDomains.NAMING_LIFECYCLE); }
Example #27
Source File: NamingContextImpl.java From hottub with GNU General Public License v2.0 | 5 votes |
/** * Create a naming context servant. * Runs the super constructor. * @param orb an ORB object. * @exception java.lang.Exception a Java exception. */ public NamingContextImpl(ORB orb, POA poa) throws java.lang.Exception { super(); this.orb = orb; wrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_UPDATE ) ; insImpl = new InterOperableNamingImpl( ); this.nsPOA = poa; readLogger = orb.getLogger( CORBALogDomains.NAMING_READ); updateLogger = orb.getLogger( CORBALogDomains.NAMING_UPDATE); lifecycleLogger = orb.getLogger( CORBALogDomains.NAMING_LIFECYCLE); }
Example #28
Source File: NamingContextImpl.java From openjdk-jdk9 with GNU General Public License v2.0 | 5 votes |
/** * Create a naming context servant. * Runs the super constructor. * @param orb an ORB object. * @exception java.lang.Exception a Java exception. */ public NamingContextImpl(ORB orb, POA poa) throws java.lang.Exception { super(); this.orb = orb; wrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_UPDATE ) ; insImpl = new InterOperableNamingImpl( ); this.nsPOA = poa; readLogger = orb.getLogger( CORBALogDomains.NAMING_READ); updateLogger = orb.getLogger( CORBALogDomains.NAMING_UPDATE); lifecycleLogger = orb.getLogger( CORBALogDomains.NAMING_LIFECYCLE); }
Example #29
Source File: NamingContextImpl.java From JDKSourceCode1.8 with MIT License | 5 votes |
/** * Create a naming context servant. * Runs the super constructor. * @param orb an ORB object. * @exception java.lang.Exception a Java exception. */ public NamingContextImpl(ORB orb, POA poa) throws java.lang.Exception { super(); this.orb = orb; wrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_UPDATE ) ; insImpl = new InterOperableNamingImpl( ); this.nsPOA = poa; readLogger = orb.getLogger( CORBALogDomains.NAMING_READ); updateLogger = orb.getLogger( CORBALogDomains.NAMING_UPDATE); lifecycleLogger = orb.getLogger( CORBALogDomains.NAMING_LIFECYCLE); }
Example #30
Source File: NamingContextImpl.java From openjdk-jdk8u-backup with GNU General Public License v2.0 | 5 votes |
/** * Create a naming context servant. * Runs the super constructor. * @param orb an ORB object. * @exception java.lang.Exception a Java exception. */ public NamingContextImpl(ORB orb, POA poa) throws java.lang.Exception { super(); this.orb = orb; wrapper = NamingSystemException.get( orb, CORBALogDomains.NAMING_UPDATE ) ; insImpl = new InterOperableNamingImpl( ); this.nsPOA = poa; readLogger = orb.getLogger( CORBALogDomains.NAMING_READ); updateLogger = orb.getLogger( CORBALogDomains.NAMING_UPDATE); lifecycleLogger = orb.getLogger( CORBALogDomains.NAMING_LIFECYCLE); }