public interface ServerChannel extends Channel
| Modifier and Type | Field and Description |
|---|---|
static int |
STATE_CLOSED
Connection closed perminently.
|
static int |
STATE_CONNECTED
Connection open and ready for use.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
active_requests, channel_age, recv, run_recv, transportstatic final int STATE_CONNECTED
static final int STATE_CLOSED
org.omg.CORBA.ORB orb()
int state()
void soft_close(boolean reject_new)
void close()