|
||||||||
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 TransportServerInitializer
COMM_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 TransportServerInitializer
public boolean isOpen()
isOpen
in interface TransportServerInitializer
public Transport accept(int timeout)
accept
in interface TransportServerInitializer
COMM_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 |