Methods Summary |
---|
public org.omg.CORBA.BAD_INV_ORDER | badState1(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
BAD_INV_ORDER exc = new BAD_INV_ORDER( BAD_STATE1, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[2] ;
parameters[0] = arg0 ;
parameters[1] = arg1 ;
doLog( Level.WARNING, "INTERCEPTORS.badState1",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | badState1(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1)
return badState1( cs, null, arg0, arg1 ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badState1(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
return badState1( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badState1(java.lang.Object arg0, java.lang.Object arg1)
return badState1( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badState2(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
BAD_INV_ORDER exc = new BAD_INV_ORDER( BAD_STATE2, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[3] ;
parameters[0] = arg0 ;
parameters[1] = arg1 ;
parameters[2] = arg2 ;
doLog( Level.WARNING, "INTERCEPTORS.badState2",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | badState2(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return badState2( cs, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badState2(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return badState2( CompletionStatus.COMPLETED_NO, t, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | badState2(java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return badState2( CompletionStatus.COMPLETED_NO, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | cantPopOnlyCurrent2(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( CANT_POP_ONLY_CURRENT_2, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.cantPopOnlyCurrent2",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | cantPopOnlyCurrent2(org.omg.CORBA.CompletionStatus cs)
return cantPopOnlyCurrent2( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | cantPopOnlyCurrent2(java.lang.Throwable t)
return cantPopOnlyCurrent2( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | cantPopOnlyCurrent2()
return cantPopOnlyCurrent2( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | cantPopOnlyPicurrent(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( CANT_POP_ONLY_PICURRENT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.cantPopOnlyPicurrent",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | cantPopOnlyPicurrent(org.omg.CORBA.CompletionStatus cs)
return cantPopOnlyPicurrent( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | cantPopOnlyPicurrent(java.lang.Throwable t)
return cantPopOnlyPicurrent( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | cantPopOnlyPicurrent()
return cantPopOnlyPicurrent( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | clientInfoStackNull(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( CLIENT_INFO_STACK_NULL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.clientInfoStackNull",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | clientInfoStackNull(org.omg.CORBA.CompletionStatus cs)
return clientInfoStackNull( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | clientInfoStackNull(java.lang.Throwable t)
return clientInfoStackNull( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | clientInfoStackNull()
return clientInfoStackNull( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | delegateNotClientsub(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( DELEGATE_NOT_CLIENTSUB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.delegateNotClientsub",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | delegateNotClientsub(org.omg.CORBA.CompletionStatus cs)
return delegateNotClientsub( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | delegateNotClientsub(java.lang.Throwable t)
return delegateNotClientsub( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | delegateNotClientsub()
return delegateNotClientsub( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | exceptionInArguments(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( EXCEPTION_IN_ARGUMENTS, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.exceptionInArguments",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | exceptionInArguments(org.omg.CORBA.CompletionStatus cs)
return exceptionInArguments( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | exceptionInArguments(java.lang.Throwable t)
return exceptionInArguments( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | exceptionInArguments()
return exceptionInArguments( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | exceptionInContexts(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( EXCEPTION_IN_CONTEXTS, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.exceptionInContexts",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | exceptionInContexts(org.omg.CORBA.CompletionStatus cs)
return exceptionInContexts( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | exceptionInContexts(java.lang.Throwable t)
return exceptionInContexts( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | exceptionInContexts()
return exceptionInContexts( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | exceptionInExceptions(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( EXCEPTION_IN_EXCEPTIONS, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.exceptionInExceptions",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | exceptionInExceptions(org.omg.CORBA.CompletionStatus cs)
return exceptionInExceptions( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | exceptionInExceptions(java.lang.Throwable t)
return exceptionInExceptions( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | exceptionInExceptions()
return exceptionInExceptions( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | exceptionInvalid(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( EXCEPTION_INVALID, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.exceptionInvalid",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | exceptionInvalid(org.omg.CORBA.CompletionStatus cs)
return exceptionInvalid( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | exceptionInvalid(java.lang.Throwable t)
return exceptionInvalid( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | exceptionInvalid()
return exceptionInvalid( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | exceptionUnavailable(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( EXCEPTION_UNAVAILABLE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.exceptionUnavailable",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | exceptionUnavailable(org.omg.CORBA.CompletionStatus cs)
return exceptionUnavailable( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | exceptionUnavailable(java.lang.Throwable t)
return exceptionUnavailable( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | exceptionUnavailable()
return exceptionUnavailable( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | exceptionWasNull(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( EXCEPTION_WAS_NULL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.exceptionWasNull",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | exceptionWasNull(org.omg.CORBA.CompletionStatus cs)
return exceptionWasNull( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | exceptionWasNull(java.lang.Throwable t)
return exceptionWasNull( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | exceptionWasNull()
return exceptionWasNull( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | exceptionWasNull2(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( EXCEPTION_WAS_NULL_2, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.exceptionWasNull2",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | exceptionWasNull2(org.omg.CORBA.CompletionStatus cs)
return exceptionWasNull2( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | exceptionWasNull2(java.lang.Throwable t)
return exceptionWasNull2( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | exceptionWasNull2()
return exceptionWasNull2( CompletionStatus.COMPLETED_NO, null ) ;
|
public static com.sun.corba.se.impl.logging.InterceptorsSystemException | get(com.sun.corba.se.spi.orb.ORB orb, java.lang.String logDomain)
InterceptorsSystemException wrapper =
(InterceptorsSystemException) orb.getLogWrapper( logDomain,
"INTERCEPTORS", factory ) ;
return wrapper ;
|
public static com.sun.corba.se.impl.logging.InterceptorsSystemException | get(java.lang.String logDomain)
InterceptorsSystemException wrapper =
(InterceptorsSystemException) ORB.staticGetLogWrapper( logDomain,
"INTERCEPTORS", factory ) ;
return wrapper ;
|
public org.omg.CORBA.INTERNAL | interceptorListLocked(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( INTERCEPTOR_LIST_LOCKED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.interceptorListLocked",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | interceptorListLocked(org.omg.CORBA.CompletionStatus cs)
return interceptorListLocked( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | interceptorListLocked(java.lang.Throwable t)
return interceptorListLocked( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | interceptorListLocked()
return interceptorListLocked( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | ioexceptionDuringCancelRequest(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
COMM_FAILURE exc = new COMM_FAILURE( IOEXCEPTION_DURING_CANCEL_REQUEST, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.ioexceptionDuringCancelRequest",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.COMM_FAILURE | ioexceptionDuringCancelRequest(org.omg.CORBA.CompletionStatus cs)
return ioexceptionDuringCancelRequest( cs, null ) ;
|
public org.omg.CORBA.COMM_FAILURE | ioexceptionDuringCancelRequest(java.lang.Throwable t)
return ioexceptionDuringCancelRequest( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.COMM_FAILURE | ioexceptionDuringCancelRequest()
return ioexceptionDuringCancelRequest( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | markAndResetFailed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( MARK_AND_RESET_FAILED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.markAndResetFailed",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | markAndResetFailed(org.omg.CORBA.CompletionStatus cs)
return markAndResetFailed( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | markAndResetFailed(java.lang.Throwable t)
return markAndResetFailed( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | markAndResetFailed()
return markAndResetFailed( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | nameNull(java.lang.Throwable t)
return nameNull( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | nameNull()
return nameNull( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | nameNull(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( NAME_NULL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.nameNull",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | nameNull(org.omg.CORBA.CompletionStatus cs)
return nameNull( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | objectHasNoDelegate(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( OBJECT_HAS_NO_DELEGATE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.objectHasNoDelegate",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | objectHasNoDelegate(org.omg.CORBA.CompletionStatus cs)
return objectHasNoDelegate( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | objectHasNoDelegate(java.lang.Throwable t)
return objectHasNoDelegate( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | objectHasNoDelegate()
return objectHasNoDelegate( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | objectNotObjectimpl(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( OBJECT_NOT_OBJECTIMPL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.objectNotObjectimpl",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | objectNotObjectimpl(org.omg.CORBA.CompletionStatus cs)
return objectNotObjectimpl( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | objectNotObjectimpl(java.lang.Throwable t)
return objectNotObjectimpl( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | objectNotObjectimpl()
return objectNotObjectimpl( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | orbinitinfoInvalid(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
OBJECT_NOT_EXIST exc = new OBJECT_NOT_EXIST( ORBINITINFO_INVALID, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "INTERCEPTORS.orbinitinfoInvalid",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | orbinitinfoInvalid(org.omg.CORBA.CompletionStatus cs)
return orbinitinfoInvalid( cs, null ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | orbinitinfoInvalid(java.lang.Throwable t)
return orbinitinfoInvalid( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.OBJECT_NOT_EXIST | orbinitinfoInvalid()
return orbinitinfoInvalid( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | piDiiResultIsNull(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( PI_DII_RESULT_IS_NULL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.piDiiResultIsNull",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | piDiiResultIsNull(org.omg.CORBA.CompletionStatus cs)
return piDiiResultIsNull( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | piDiiResultIsNull(java.lang.Throwable t)
return piDiiResultIsNull( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | piDiiResultIsNull()
return piDiiResultIsNull( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | piDsiResultIsNull(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( PI_DSI_RESULT_IS_NULL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.piDsiResultIsNull",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | piDsiResultIsNull(org.omg.CORBA.CompletionStatus cs)
return piDsiResultIsNull( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | piDsiResultIsNull(java.lang.Throwable t)
return piDsiResultIsNull( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | piDsiResultIsNull()
return piDsiResultIsNull( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | piOrbNotPolicyBased(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
NO_IMPLEMENT exc = new NO_IMPLEMENT( PI_ORB_NOT_POLICY_BASED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.piOrbNotPolicyBased",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.NO_IMPLEMENT | piOrbNotPolicyBased(org.omg.CORBA.CompletionStatus cs)
return piOrbNotPolicyBased( cs, null ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | piOrbNotPolicyBased(java.lang.Throwable t)
return piOrbNotPolicyBased( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.NO_IMPLEMENT | piOrbNotPolicyBased()
return piOrbNotPolicyBased( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | replyStatusNotInit(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( REPLY_STATUS_NOT_INIT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.replyStatusNotInit",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | replyStatusNotInit(org.omg.CORBA.CompletionStatus cs)
return replyStatusNotInit( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | replyStatusNotInit(java.lang.Throwable t)
return replyStatusNotInit( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | replyStatusNotInit()
return replyStatusNotInit( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | rirInvalidPreInit(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_INV_ORDER exc = new BAD_INV_ORDER( RIR_INVALID_PRE_INIT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.rirInvalidPreInit",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_INV_ORDER | rirInvalidPreInit(org.omg.CORBA.CompletionStatus cs)
return rirInvalidPreInit( cs, null ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | rirInvalidPreInit(java.lang.Throwable t)
return rirInvalidPreInit( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_INV_ORDER | rirInvalidPreInit()
return rirInvalidPreInit( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | servantInvalid(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( SERVANT_INVALID, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.servantInvalid",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | servantInvalid(org.omg.CORBA.CompletionStatus cs)
return servantInvalid( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | servantInvalid(java.lang.Throwable t)
return servantInvalid( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | servantInvalid()
return servantInvalid( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | serverInfoStackNull(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( SERVER_INFO_STACK_NULL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.serverInfoStackNull",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | serverInfoStackNull(org.omg.CORBA.CompletionStatus cs)
return serverInfoStackNull( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | serverInfoStackNull(java.lang.Throwable t)
return serverInfoStackNull( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | serverInfoStackNull()
return serverInfoStackNull( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | slotTableInvariant(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
INTERNAL exc = new INTERNAL( SLOT_TABLE_INVARIANT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[2] ;
parameters[0] = arg0 ;
parameters[1] = arg1 ;
doLog( Level.WARNING, "INTERCEPTORS.slotTableInvariant",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | slotTableInvariant(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1)
return slotTableInvariant( cs, null, arg0, arg1 ) ;
|
public org.omg.CORBA.INTERNAL | slotTableInvariant(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)
return slotTableInvariant( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
|
public org.omg.CORBA.INTERNAL | slotTableInvariant(java.lang.Object arg0, java.lang.Object arg1)
return slotTableInvariant( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
|
public org.omg.CORBA.INTERNAL | sortSizeMismatch(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( SORT_SIZE_MISMATCH, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "INTERCEPTORS.sortSizeMismatch",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | sortSizeMismatch(org.omg.CORBA.CompletionStatus cs)
return sortSizeMismatch( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | sortSizeMismatch(java.lang.Throwable t)
return sortSizeMismatch( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | sortSizeMismatch()
return sortSizeMismatch( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | typeOutOfRange(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
BAD_PARAM exc = new BAD_PARAM( TYPE_OUT_OF_RANGE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "INTERCEPTORS.typeOutOfRange",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | typeOutOfRange(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return typeOutOfRange( cs, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | typeOutOfRange(java.lang.Throwable t, java.lang.Object arg0)
return typeOutOfRange( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | typeOutOfRange(java.lang.Object arg0)
return typeOutOfRange( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.UNKNOWN | unknownRequestInvoke(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
UNKNOWN exc = new UNKNOWN( UNKNOWN_REQUEST_INVOKE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "INTERCEPTORS.unknownRequestInvoke",
parameters, InterceptorsSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.UNKNOWN | unknownRequestInvoke(org.omg.CORBA.CompletionStatus cs)
return unknownRequestInvoke( cs, null ) ;
|
public org.omg.CORBA.UNKNOWN | unknownRequestInvoke(java.lang.Throwable t)
return unknownRequestInvoke( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.UNKNOWN | unknownRequestInvoke()
return unknownRequestInvoke( CompletionStatus.COMPLETED_NO, null ) ;
|