|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openorb.orb.adapter.AdapterDestroyedException
This exception indicates that the request requires a target adapter which is currently in the process of being destroyed. The request can be safely be reissued once the destruction of the specified adapter has occoured.
Constructor Summary | |
AdapterDestroyedException(ObjectAdapter adapter,
byte[] aid)
Create new AdapterDestroyedException. |
Method Summary | |
byte[] |
getAdapterID()
Adapter ID of the adapter being destroyed. |
ObjectAdapter |
getObjectAdapter()
Object adapter which is currently in the process of being destroyed |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AdapterDestroyedException(ObjectAdapter adapter, byte[] aid)
Method Detail |
public ObjectAdapter getObjectAdapter()
public byte[] getAdapterID()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |