Methods Summary |
---|
public org.omg.CORBA.INITIALIZE | cannotAddInitialNaming(java.lang.Throwable t)
return cannotAddInitialNaming( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INITIALIZE | cannotAddInitialNaming()
return cannotAddInitialNaming( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INITIALIZE | cannotAddInitialNaming(org.omg.CORBA.CompletionStatus cs, java.lang.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 ;
|
public org.omg.CORBA.INITIALIZE | cannotAddInitialNaming(org.omg.CORBA.CompletionStatus cs)
return cannotAddInitialNaming( cs, null ) ;
|
public org.omg.CORBA.INITIALIZE | cannotReadRepositoryDb(org.omg.CORBA.CompletionStatus cs, java.lang.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 ;
|
public org.omg.CORBA.INITIALIZE | cannotReadRepositoryDb(org.omg.CORBA.CompletionStatus cs)
return cannotReadRepositoryDb( cs, null ) ;
|
public org.omg.CORBA.INITIALIZE | cannotReadRepositoryDb(java.lang.Throwable t)
return cannotReadRepositoryDb( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INITIALIZE | cannotReadRepositoryDb()
return cannotReadRepositoryDb( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | cannotWriteRepositoryDb(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( CANNOT_WRITE_REPOSITORY_DB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ACTIVATION.cannotWriteRepositoryDb",
parameters, ActivationSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | cannotWriteRepositoryDb(org.omg.CORBA.CompletionStatus cs)
return cannotWriteRepositoryDb( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | cannotWriteRepositoryDb(java.lang.Throwable t)
return cannotWriteRepositoryDb( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | cannotWriteRepositoryDb()
return cannotWriteRepositoryDb( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | errorInBadServerIdHandler(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJECT_NOT_EXIST exc = new OBJECT_NOT_EXIST( ERROR_IN_BAD_SERVER_ID_HANDLER, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ACTIVATION.errorInBadServerIdHandler",
parameters, ActivationSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | errorInBadServerIdHandler(org.omg.CORBA.CompletionStatus cs)
return errorInBadServerIdHandler( cs, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | errorInBadServerIdHandler(java.lang.Throwable t)
return errorInBadServerIdHandler( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | errorInBadServerIdHandler()
return errorInBadServerIdHandler( CompletionStatus.COMPLETED_NO, null ) ;
|
public static com.sun.corba.se.impl.logging.ActivationSystemException | get(com.sun.corba.se.spi.orb.ORB orb, java.lang.String logDomain)
ActivationSystemException wrapper =
(ActivationSystemException) orb.getLogWrapper( logDomain,
"ACTIVATION", factory ) ;
return wrapper ;
|
public static com.sun.corba.se.impl.logging.ActivationSystemException | get(java.lang.String logDomain)
ActivationSystemException wrapper =
(ActivationSystemException) ORB.staticGetLogWrapper( logDomain,
"ACTIVATION", factory ) ;
return wrapper ;
|
public org.omg.CORBA.INTERNAL | serverNotExpectedToRegister(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( SERVER_NOT_EXPECTED_TO_REGISTER, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ACTIVATION.serverNotExpectedToRegister",
parameters, ActivationSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | serverNotExpectedToRegister(org.omg.CORBA.CompletionStatus cs)
return serverNotExpectedToRegister( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | serverNotExpectedToRegister(java.lang.Throwable t)
return serverNotExpectedToRegister( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | serverNotExpectedToRegister()
return serverNotExpectedToRegister( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | serverNotRunning(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( SERVER_NOT_RUNNING, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ACTIVATION.serverNotRunning",
parameters, ActivationSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | serverNotRunning(org.omg.CORBA.CompletionStatus cs)
return serverNotRunning( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | serverNotRunning(java.lang.Throwable t)
return serverNotRunning( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | serverNotRunning()
return serverNotRunning( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | unableToStartProcess(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( UNABLE_TO_START_PROCESS, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ACTIVATION.unableToStartProcess",
parameters, ActivationSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | unableToStartProcess(org.omg.CORBA.CompletionStatus cs)
return unableToStartProcess( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | unableToStartProcess(java.lang.Throwable t)
return unableToStartProcess( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | unableToStartProcess()
return unableToStartProcess( CompletionStatus.COMPLETED_NO, null ) ;
|