org.openejb.corba.sunorb
Class OpenEJBSocketFactory

java.lang.Object
  extended byorg.openejb.corba.sunorb.OpenEJBSocketFactory
All Implemented Interfaces:
com.sun.corba.se.connection.ORBSocketFactory

public class OpenEJBSocketFactory
extends Object
implements com.sun.corba.se.connection.ORBSocketFactory

Version:
$Revision: 445774 $ $Date: 2005-10-07 21:57:06 +0200 (Fri, 07 Oct 2005) $

Field Summary
static String IIOP_SSL
           
static String SOCKET_REQUIRES
           
static String SOCKET_SUPPORTS
           
 
Fields inherited from interface com.sun.corba.se.connection.ORBSocketFactory
IIOP_CLEAR_TEXT
 
Constructor Summary
OpenEJBSocketFactory()
           
 
Method Summary
 ServerSocket createServerSocket(String type, int port)
           
 Socket createSocket(com.sun.corba.se.connection.EndPointInfo endPointInfo)
           
 com.sun.corba.se.connection.EndPointInfo getEndPointInfo(ORB orb, com.sun.corba.se.internal.core.IOR ior, com.sun.corba.se.connection.EndPointInfo endPointInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IIOP_SSL

public static final String IIOP_SSL
See Also:
Constant Field Values

SOCKET_SUPPORTS

public static final String SOCKET_SUPPORTS
See Also:
Constant Field Values

SOCKET_REQUIRES

public static final String SOCKET_REQUIRES
See Also:
Constant Field Values
Constructor Detail

OpenEJBSocketFactory

public OpenEJBSocketFactory()
Method Detail

createServerSocket

public ServerSocket createServerSocket(String type,
                                       int port)
                                throws IOException
Specified by:
createServerSocket in interface com.sun.corba.se.connection.ORBSocketFactory
Throws:
IOException

createSocket

public Socket createSocket(com.sun.corba.se.connection.EndPointInfo endPointInfo)
                    throws IOException,
                           com.sun.corba.se.connection.GetEndPointInfoAgainException
Specified by:
createSocket in interface com.sun.corba.se.connection.ORBSocketFactory
Throws:
IOException
com.sun.corba.se.connection.GetEndPointInfoAgainException

getEndPointInfo

public com.sun.corba.se.connection.EndPointInfo getEndPointInfo(ORB orb,
                                                                com.sun.corba.se.internal.core.IOR ior,
                                                                com.sun.corba.se.connection.EndPointInfo endPointInfo)
Specified by:
getEndPointInfo in interface com.sun.corba.se.connection.ORBSocketFactory


Copyright © 1999-2006 OpenEJB. All Rights Reserved.