|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.openorb.iiop.IIOPTransportServerInitializer
Interface for creating sockets.
| Constructor Summary | |
IIOPTransportServerInitializer(ORBInitInfo orbinfo,
FeatureInitInfo featureinfo)
Any replacement classes must implement an identical constructor. |
|
| Method Summary | |
Transport |
accept(int timeout)
Listen for an incoming connection. |
void |
close()
Stop listening for a connection. |
ListenPoint[] |
getBiDirEndpoints()
Get the list of endpoints allowed for bidirectional use. |
ListenPoint |
getPrimaryEndpoint()
Get the primary endpoint published in the IIOP profile. |
boolean |
isOpen()
Is is the transport open? |
void |
open()
Start listening for incoming connections. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public IIOPTransportServerInitializer(ORBInitInfo orbinfo,
FeatureInitInfo featureinfo)
| Method Detail |
public void open()
open in interface TransportServerInitializerCOMM_FAILURE - If unable to listen. This will result
in server shutdown.TRANSIENT - If unable to listen, and try again later.public ListenPoint getPrimaryEndpoint()
public ListenPoint[] getBiDirEndpoints()
public void close()
close in interface TransportServerInitializerpublic boolean isOpen()
isOpen in interface TransportServerInitializerpublic Transport accept(int timeout)
accept in interface TransportServerInitializerCOMM_FAILURE - If some permanent comms problem occours
this will result in server shutdown.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||