Uses of Class
org.omg.CORBA.COMM_FAILURE

Packages that use COMM_FAILURE
org.jacorb.orb.http   
org.jacorb.orb.iiop   
org.omg.CORBA   
 

Uses of COMM_FAILURE in org.jacorb.orb.http
 

Methods in org.jacorb.orb.http that throw COMM_FAILURE
 void ClientConnection.reconnect()
           
 LocateReplyInputStream ClientConnection.sendLocateRequest(LocateRequestOutputStream os)
           
 InputStream ClientConnection.sendRequest(Object o, RequestOutputStream os)
          writes the arguments of method calls to the output stream
 void ServerConnection.reconnect()
           
 void ServerConnection.sendCloseConnection()
          send a "close connection" message to the other side.
 void ServerConnection.sendLocateReply(int request_id, int status, Object arg, int giop_minor)
           
 

Uses of COMM_FAILURE in org.jacorb.orb.iiop
 

Methods in org.jacorb.orb.iiop that return COMM_FAILURE
protected  COMM_FAILURE IIOPConnection.to_COMM_FAILURE(java.io.IOException ex)
           
 

Uses of COMM_FAILURE in org.omg.CORBA
 

Methods in org.omg.CORBA that return COMM_FAILURE
static COMM_FAILURE COMM_FAILUREHelper.extract(Any any)
           
static COMM_FAILURE COMM_FAILUREHelper.read(InputStream in)
           
 

Methods in org.omg.CORBA with parameters of type COMM_FAILURE
static void COMM_FAILUREHelper.insert(Any any, COMM_FAILURE s)
           
static void COMM_FAILUREHelper.write(OutputStream out, COMM_FAILURE s)