|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.avalon.framework.logger.AbstractLogEnabled
org.openorb.orb.iiop.IIOPTransportServerInitializer
org.openorb.orb.ssl.SSLTransportServerInitializer
public class SSLTransportServerInitializer
Interface for creating sockets.
| Constructor Summary | |
|---|---|
SSLTransportServerInitializer()
Default constructor. |
|
| Method Summary | |
|---|---|
org.openorb.orb.net.Transport |
accept(int timeout)
Listen for an incoming connection. |
void |
close()
Stop listening for a connection. |
org.omg.IIOP.ListenPoint[] |
getBiDirEndpoints()
Get the list of endpoints allowed for bidirectional use. |
java.lang.String |
getName()
Return the name of the initializer. |
void |
init(org.omg.PortableInterceptor.ORBInitInfo orbinfo,
org.openorb.orb.pi.FeatureInitInfo featureinfo)
Initalize the server side. |
boolean |
isOpen()
Checks whether the transport is open or not. |
void |
open()
Start listening for incoming connections. |
java.lang.String |
toString()
Return an info string. |
| Methods inherited from class org.openorb.orb.iiop.IIOPTransportServerInitializer |
|---|
getListenHost, getPrimaryEndpoint, svrString |
| Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
|---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SSLTransportServerInitializer()
| Method Detail |
|---|
public java.lang.String getName()
getName in interface org.openorb.orb.InitializergetName in class org.openorb.orb.iiop.IIOPTransportServerInitializer
public void init(org.omg.PortableInterceptor.ORBInitInfo orbinfo,
org.openorb.orb.pi.FeatureInitInfo featureinfo)
init in class org.openorb.orb.iiop.IIOPTransportServerInitializerorbinfo - The ORB init info.featureinfo - The ORB features.public void open()
open in interface org.openorb.orb.net.TransportServerInitializeropen in class org.openorb.orb.iiop.IIOPTransportServerInitializerorg.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.public org.omg.IIOP.ListenPoint[] getBiDirEndpoints()
getBiDirEndpoints in class org.openorb.orb.iiop.IIOPTransportServerInitializerpublic void close()
close in interface org.openorb.orb.net.TransportServerInitializerclose in class org.openorb.orb.iiop.IIOPTransportServerInitializerpublic boolean isOpen()
isOpen in interface org.openorb.orb.net.TransportServerInitializerisOpen in class org.openorb.orb.iiop.IIOPTransportServerInitializerpublic org.openorb.orb.net.Transport accept(int timeout)
accept in interface org.openorb.orb.net.TransportServerInitializeraccept in class org.openorb.orb.iiop.IIOPTransportServerInitializertimeout - The timeout value how long to wait for connections.
org.omg.CORBA.COMM_FAILURE - If some permanent comms problem occours
this will result in server shutdown.public java.lang.String toString()
toString in class org.openorb.orb.iiop.IIOPTransportServerInitializer
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||