org.omg.CORBA.INITIALIZE Java Examples

The following examples show how to use org.omg.CORBA.INITIALIZE. 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: NamingSystemException.java    From JDKSourceCode1.8 with MIT License 5 votes vote down vote up
public INITIALIZE transNsCannotCreateInitialNcSys( CompletionStatus cs, Throwable t ) {
    INITIALIZE exc = new INITIALIZE( TRANS_NS_CANNOT_CREATE_INITIAL_NC_SYS, cs ) ;
    if (t != null)
        exc.initCause( t ) ;
    
    if (logger.isLoggable( Level.WARNING )) {
        Object[] parameters = null ;
        doLog( Level.WARNING, "NAMING.transNsCannotCreateInitialNcSys",
            parameters, NamingSystemException.class, exc ) ;
    }
    
    return exc ;
}
 
Example #2
Source File: ActivationSystemException.java    From jdk1.8-source-analysis with Apache License 2.0 5 votes vote down vote up
public INITIALIZE cannotReadRepositoryDb( CompletionStatus cs, Throwable t ) {
    INITIALIZE exc = new INITIALIZE( CANNOT_READ_REPOSITORY_DB, cs ) ;
    if (t != null)
        exc.initCause( t ) ;
    
    if (logger.isLoggable( Level.WARNING )) {
        Object[] parameters = null ;
        doLog( Level.WARNING, "ACTIVATION.cannotReadRepositoryDb",
            parameters, ActivationSystemException.class, exc ) ;
    }
    
    return exc ;
}
 
Example #3
Source File: POASystemException.java    From JDKSourceCode1.8 with MIT License 5 votes vote down vote up
public INITIALIZE persistentServeridNotSet( CompletionStatus cs, Throwable t ) {
    INITIALIZE exc = new INITIALIZE( PERSISTENT_SERVERID_NOT_SET, cs ) ;
    if (t != null)
        exc.initCause( t ) ;
    
    if (logger.isLoggable( Level.WARNING )) {
        Object[] parameters = null ;
        doLog( Level.WARNING, "POA.persistentServeridNotSet",
            parameters, POASystemException.class, exc ) ;
    }
    
    return exc ;
}
 
Example #4
Source File: POASystemException.java    From jdk1.8-source-analysis with Apache License 2.0 5 votes vote down vote up
public INITIALIZE bootstrapError( CompletionStatus cs, Throwable t ) {
    INITIALIZE exc = new INITIALIZE( BOOTSTRAP_ERROR, cs ) ;
    if (t != null)
        exc.initCause( t ) ;
    
    if (logger.isLoggable( Level.WARNING )) {
        Object[] parameters = null ;
        doLog( Level.WARNING, "POA.bootstrapError",
            parameters, POASystemException.class, exc ) ;
    }
    
    return exc ;
}
 
Example #5
Source File: ActivationSystemException.java    From jdk1.8-source-analysis with Apache License 2.0 5 votes vote down vote up
public INITIALIZE cannotAddInitialNaming( CompletionStatus cs, Throwable t ) {
    INITIALIZE exc = new INITIALIZE( CANNOT_ADD_INITIAL_NAMING, cs ) ;
    if (t != null)
        exc.initCause( t ) ;
    
    if (logger.isLoggable( Level.WARNING )) {
        Object[] parameters = null ;
        doLog( Level.WARNING, "ACTIVATION.cannotAddInitialNaming",
            parameters, ActivationSystemException.class, exc ) ;
    }
    
    return exc ;
}
 
Example #6
Source File: POASystemException.java    From JDKSourceCode1.8 with MIT License 5 votes vote down vote up
public INITIALIZE persistentServerportNotSet( CompletionStatus cs, Throwable t ) {
    INITIALIZE exc = new INITIALIZE( PERSISTENT_SERVERPORT_NOT_SET, cs ) ;
    if (t != null)
        exc.initCause( t ) ;
    
    if (logger.isLoggable( Level.WARNING )) {
        Object[] parameters = null ;
        doLog( Level.WARNING, "POA.persistentServerportNotSet",
            parameters, POASystemException.class, exc ) ;
    }
    
    return exc ;
}
 
Example #7
Source File: POASystemException.java    From JDKSourceCode1.8 with MIT License 5 votes vote down vote up
public INITIALIZE jtsInitError( CompletionStatus cs, Throwable t ) {
    INITIALIZE exc = new INITIALIZE( JTS_INIT_ERROR, cs ) ;
    if (t != null)
        exc.initCause( t ) ;
    
    if (logger.isLoggable( Level.WARNING )) {
        Object[] parameters = null ;
        doLog( Level.WARNING, "POA.jtsInitError",
            parameters, POASystemException.class, exc ) ;
    }
    
    return exc ;
}
 
Example #8
Source File: POASystemException.java    From jdk1.8-source-analysis with Apache License 2.0 5 votes vote down vote up
public INITIALIZE orbdError( CompletionStatus cs, Throwable t ) {
    INITIALIZE exc = new INITIALIZE( ORBD_ERROR, cs ) ;
    if (t != null)
        exc.initCause( t ) ;
    
    if (logger.isLoggable( Level.WARNING )) {
        Object[] parameters = null ;
        doLog( Level.WARNING, "POA.orbdError",
            parameters, POASystemException.class, exc ) ;
    }
    
    return exc ;
}
 
Example #9
Source File: OMGSystemException.java    From JDKSourceCode1.8 with MIT License 5 votes vote down vote up
public INITIALIZE priorityRangeRestrict( CompletionStatus cs, Throwable t ) {
    INITIALIZE exc = new INITIALIZE( PRIORITY_RANGE_RESTRICT, cs ) ;
    if (t != null)
        exc.initCause( t ) ;
    
    if (logger.isLoggable( Level.WARNING )) {
        Object[] parameters = null ;
        doLog( Level.WARNING, "OMG.priorityRangeRestrict",
            parameters, OMGSystemException.class, exc ) ;
    }
    
    return exc ;
}
 
Example #10
Source File: POASystemException.java    From JDKSourceCode1.8 with MIT License 5 votes vote down vote up
public INITIALIZE orbdError( CompletionStatus cs, Throwable t ) {
    INITIALIZE exc = new INITIALIZE( ORBD_ERROR, cs ) ;
    if (t != null)
        exc.initCause( t ) ;
    
    if (logger.isLoggable( Level.WARNING )) {
        Object[] parameters = null ;
        doLog( Level.WARNING, "POA.orbdError",
            parameters, POASystemException.class, exc ) ;
    }
    
    return exc ;
}
 
Example #11
Source File: POASystemException.java    From jdk1.8-source-analysis with Apache License 2.0 5 votes vote down vote up
public INITIALIZE persistentServerportNotSet( CompletionStatus cs, Throwable t ) {
    INITIALIZE exc = new INITIALIZE( PERSISTENT_SERVERPORT_NOT_SET, cs ) ;
    if (t != null)
        exc.initCause( t ) ;
    
    if (logger.isLoggable( Level.WARNING )) {
        Object[] parameters = null ;
        doLog( Level.WARNING, "POA.persistentServerportNotSet",
            parameters, POASystemException.class, exc ) ;
    }
    
    return exc ;
}
 
Example #12
Source File: OMGSystemException.java    From jdk1.8-source-analysis with Apache License 2.0 5 votes vote down vote up
public INITIALIZE priorityRangeRestrict( CompletionStatus cs, Throwable t ) {
    INITIALIZE exc = new INITIALIZE( PRIORITY_RANGE_RESTRICT, cs ) ;
    if (t != null)
        exc.initCause( t ) ;
    
    if (logger.isLoggable( Level.WARNING )) {
        Object[] parameters = null ;
        doLog( Level.WARNING, "OMG.priorityRangeRestrict",
            parameters, OMGSystemException.class, exc ) ;
    }
    
    return exc ;
}
 
Example #13
Source File: NamingSystemException.java    From JDKSourceCode1.8 with MIT License 5 votes vote down vote up
public INITIALIZE transNsCannotCreateInitialNc( CompletionStatus cs, Throwable t ) {
    INITIALIZE exc = new INITIALIZE( TRANS_NS_CANNOT_CREATE_INITIAL_NC, cs ) ;
    if (t != null)
        exc.initCause( t ) ;
    
    if (logger.isLoggable( Level.WARNING )) {
        Object[] parameters = null ;
        doLog( Level.WARNING, "NAMING.transNsCannotCreateInitialNc",
            parameters, NamingSystemException.class, exc ) ;
    }
    
    return exc ;
}
 
Example #14
Source File: POASystemException.java    From JDKSourceCode1.8 with MIT License 5 votes vote down vote up
public INITIALIZE bootstrapError( CompletionStatus cs, Throwable t ) {
    INITIALIZE exc = new INITIALIZE( BOOTSTRAP_ERROR, cs ) ;
    if (t != null)
        exc.initCause( t ) ;
    
    if (logger.isLoggable( Level.WARNING )) {
        Object[] parameters = null ;
        doLog( Level.WARNING, "POA.bootstrapError",
            parameters, POASystemException.class, exc ) ;
    }
    
    return exc ;
}
 
Example #15
Source File: TransientNameService.java    From jdk1.8-source-analysis with Apache License 2.0 5 votes vote down vote up
/**
 * Constructs a new TransientNameService, and creates an initial
 * NamingContext, whose object
 * reference can be obtained by the initialNamingContext method.
 * @param orb The ORB object
 * @exception org.omg.CORBA.INITIALIZE Thrown if
 * the TransientNameService cannot initialize.
 */
public TransientNameService(com.sun.corba.se.spi.orb.ORB orb )
    throws org.omg.CORBA.INITIALIZE
{
    // Default constructor uses "NameService" as the key for the Root Naming
    // Context. If default constructor is used then INS's object key for
    // Transient Name Service is "NameService"
    initialize( orb, "NameService" );
}
 
Example #16
Source File: ActivationSystemException.java    From JDKSourceCode1.8 with MIT License 5 votes vote down vote up
public INITIALIZE cannotAddInitialNaming( CompletionStatus cs, Throwable t ) {
    INITIALIZE exc = new INITIALIZE( CANNOT_ADD_INITIAL_NAMING, cs ) ;
    if (t != null)
        exc.initCause( t ) ;
    
    if (logger.isLoggable( Level.WARNING )) {
        Object[] parameters = null ;
        doLog( Level.WARNING, "ACTIVATION.cannotAddInitialNaming",
            parameters, ActivationSystemException.class, exc ) ;
    }
    
    return exc ;
}
 
Example #17
Source File: POASystemException.java    From jdk1.8-source-analysis with Apache License 2.0 5 votes vote down vote up
public INITIALIZE jtsInitError( CompletionStatus cs, Throwable t ) {
    INITIALIZE exc = new INITIALIZE( JTS_INIT_ERROR, cs ) ;
    if (t != null)
        exc.initCause( t ) ;
    
    if (logger.isLoggable( Level.WARNING )) {
        Object[] parameters = null ;
        doLog( Level.WARNING, "POA.jtsInitError",
            parameters, POASystemException.class, exc ) ;
    }
    
    return exc ;
}
 
Example #18
Source File: ActivationSystemException.java    From JDKSourceCode1.8 with MIT License 5 votes vote down vote up
public INITIALIZE cannotReadRepositoryDb( CompletionStatus cs, Throwable t ) {
    INITIALIZE exc = new INITIALIZE( CANNOT_READ_REPOSITORY_DB, cs ) ;
    if (t != null)
        exc.initCause( t ) ;
    
    if (logger.isLoggable( Level.WARNING )) {
        Object[] parameters = null ;
        doLog( Level.WARNING, "ACTIVATION.cannotReadRepositoryDb",
            parameters, ActivationSystemException.class, exc ) ;
    }
    
    return exc ;
}
 
Example #19
Source File: TransientNameService.java    From TencentKona-8 with GNU General Public License v2.0 5 votes vote down vote up
/**
 * Constructs a new TransientNameService, and creates an initial
 * NamingContext, whose object
 * reference can be obtained by the initialNamingContext method.
 * @param orb The ORB object
 * @exception org.omg.CORBA.INITIALIZE Thrown if
 * the TransientNameService cannot initialize.
 */
public TransientNameService(com.sun.corba.se.spi.orb.ORB orb )
    throws org.omg.CORBA.INITIALIZE
{
    // Default constructor uses "NameService" as the key for the Root Naming
    // Context. If default constructor is used then INS's object key for
    // Transient Name Service is "NameService"
    initialize( orb, "NameService" );
}
 
Example #20
Source File: NamingSystemException.java    From jdk1.8-source-analysis with Apache License 2.0 5 votes vote down vote up
public INITIALIZE transNsCannotCreateInitialNc( CompletionStatus cs, Throwable t ) {
    INITIALIZE exc = new INITIALIZE( TRANS_NS_CANNOT_CREATE_INITIAL_NC, cs ) ;
    if (t != null)
        exc.initCause( t ) ;
    
    if (logger.isLoggable( Level.WARNING )) {
        Object[] parameters = null ;
        doLog( Level.WARNING, "NAMING.transNsCannotCreateInitialNc",
            parameters, NamingSystemException.class, exc ) ;
    }
    
    return exc ;
}
 
Example #21
Source File: TransientNameService.java    From jdk8u60 with GNU General Public License v2.0 5 votes vote down vote up
/**
 * Constructs a new TransientNameService, and creates an initial
 * NamingContext, whose object
 * reference can be obtained by the initialNamingContext method.
 * @param orb The ORB object
 * @exception org.omg.CORBA.INITIALIZE Thrown if
 * the TransientNameService cannot initialize.
 */
public TransientNameService(com.sun.corba.se.spi.orb.ORB orb )
    throws org.omg.CORBA.INITIALIZE
{
    // Default constructor uses "NameService" as the key for the Root Naming
    // Context. If default constructor is used then INS's object key for
    // Transient Name Service is "NameService"
    initialize( orb, "NameService" );
}
 
Example #22
Source File: POASystemException.java    From JDKSourceCode1.8 with MIT License 4 votes vote down vote up
public INITIALIZE bootstrapError( CompletionStatus cs ) {
    return bootstrapError( cs, null  ) ;
}
 
Example #23
Source File: POASystemException.java    From JDKSourceCode1.8 with MIT License 4 votes vote down vote up
public INITIALIZE persistentServeridNotSet(  ) {
    return persistentServeridNotSet( CompletionStatus.COMPLETED_NO, null  ) ;
}
 
Example #24
Source File: POASystemException.java    From JDKSourceCode1.8 with MIT License 4 votes vote down vote up
public INITIALIZE jtsInitError( Throwable t ) {
    return jtsInitError( CompletionStatus.COMPLETED_NO, t  ) ;
}
 
Example #25
Source File: POASystemException.java    From JDKSourceCode1.8 with MIT License 4 votes vote down vote up
public INITIALIZE jtsInitError( CompletionStatus cs ) {
    return jtsInitError( cs, null  ) ;
}
 
Example #26
Source File: NamingSystemException.java    From JDKSourceCode1.8 with MIT License 4 votes vote down vote up
public INITIALIZE transNsCannotCreateInitialNcSys( CompletionStatus cs ) {
    return transNsCannotCreateInitialNcSys( cs, null  ) ;
}
 
Example #27
Source File: NamingSystemException.java    From JDKSourceCode1.8 with MIT License 4 votes vote down vote up
public INITIALIZE transNsCannotCreateInitialNc(  ) {
    return transNsCannotCreateInitialNc( CompletionStatus.COMPLETED_NO, null  ) ;
}
 
Example #28
Source File: NamingSystemException.java    From JDKSourceCode1.8 with MIT License 4 votes vote down vote up
public INITIALIZE transNsCannotCreateInitialNcSys( Throwable t ) {
    return transNsCannotCreateInitialNcSys( CompletionStatus.COMPLETED_NO, t  ) ;
}
 
Example #29
Source File: NamingSystemException.java    From JDKSourceCode1.8 with MIT License 4 votes vote down vote up
public INITIALIZE transNsCannotCreateInitialNcSys(  ) {
    return transNsCannotCreateInitialNcSys( CompletionStatus.COMPLETED_NO, null  ) ;
}
 
Example #30
Source File: NamingSystemException.java    From JDKSourceCode1.8 with MIT License 4 votes vote down vote up
public INITIALIZE transNsCannotCreateInitialNc( CompletionStatus cs ) {
    return transNsCannotCreateInitialNc( cs, null  ) ;
}