|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface TransportServerInitializer
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 |
|---|
void open()
org.omg.CORBA.COMM_FAILURE - If unable to listen. This will result
in server shutdown.
org.omg.CORBA.TRANSIENT - If unable to listen, and try again later.void close()
boolean isOpen()
Transport accept(int timeout)
org.omg.CORBA.COMM_FAILURE - If some permanent comms problem occours
this will result in server shutdown.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||