|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openorb.iiop.IIOPServerChannel
IIOP implementation of ServerChannel
Fields inherited from interface org.openorb.net.ServerChannel |
STATE_CLOSED, STATE_CONNECTED |
Method Summary | |
int |
active_requests()
Active request count. |
int |
channel_age()
Indication of channel age. |
void |
close()
Close the connection. |
int |
getTCSC()
|
int |
getTCSW()
|
ORB |
orb()
An orb reference. |
boolean |
recv(int timeout)
Wait the specified amount of time for an incoming message. |
void |
run_recv()
Donate a thread for recieving messages. |
void |
soft_close(boolean ifActive)
Close the connection after all currently processing requests are complete. |
int |
state()
Return the state of the channel. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public int getTCSC()
public int getTCSW()
public java.lang.String toString()
toString
in class java.lang.Object
public ORB orb()
ServerChannel
orb
in interface ServerChannel
public int state()
ServerChannel
state
in interface ServerChannel
public int active_requests()
active_requests
in interface Channel
public int channel_age()
channel_age
in interface Channel
public void close()
close
in interface ServerChannel
public void soft_close(boolean ifActive)
soft_close
in interface ServerChannel
public boolean recv(int timeout)
recv
in interface Channel
public void run_recv()
run_recv
in interface Channel
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |