|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openorb.iiop.IIOPServerChannel
IIOP implementation of ServerChannel
| Field Summary |
|---|
| 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()
public ORB orb()
ServerChannel
orb in interface ServerChannelpublic int state()
ServerChannel
state in interface ServerChannelpublic int active_requests()
active_requests in interface Channelpublic int channel_age()
channel_age in interface Channelpublic void close()
close in interface ServerChannelpublic void soft_close(boolean ifActive)
soft_close in interface ServerChannelpublic boolean recv(int timeout)
recv in interface Channelpublic void run_recv()
run_recv in interface Channel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||