public interface TransportServerInitializer
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.