|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Instances of this interface manage listening for incoming connection requests.
Method Summary | |
Transport |
accept(int timeout)
Listen for an incoming connection. |
void |
close()
Stop listening for a connection. |
boolean |
isOpen()
Is is the transport open? |
void |
open()
Start listening for incoming connections. |
Method Detail |
public void open()
COMM_FAILURE
- If unable to listen. This will result
in server shutdown.TRANSIENT
- If unable to listen, and try again later.public void close()
public boolean isOpen()
public Transport accept(int timeout)
COMM_FAILURE
- If some permanent comms problem occours
this will result in server shutdown.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |