|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerChannel
A server channel represents a connection with a client through which requests can be issued.
Field Summary | |
---|---|
static int |
STATE_CLOSED
Connection closed perminently. |
static int |
STATE_CONNECTED
Connection open and ready for use. |
Method Summary | |
---|---|
void |
close()
Close the connection. |
org.omg.CORBA.ORB |
orb()
An orb reference. |
void |
soft_close(boolean reject_new)
Close the connection after all currently processing requests are complete. |
int |
state()
Return the state of the channel. |
Methods inherited from interface org.openorb.orb.net.Channel |
---|
active_requests, channel_age, recv, run_recv, transport |
Field Detail |
---|
static final int STATE_CONNECTED
static final int STATE_CLOSED
Method Detail |
---|
org.omg.CORBA.ORB orb()
int state()
void soft_close(boolean reject_new)
void close()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |