Class LegacyServerSocketManagerImpl
- java.lang.Object
-
- com.sun.corba.ee.impl.legacy.connection.LegacyServerSocketManagerImpl
-
- All Implemented Interfaces:
LegacyServerSocketManager
public class LegacyServerSocketManagerImpl extends java.lang.Object implements LegacyServerSocketManager
-
-
Field Summary
Fields Modifier and Type Field Description protected ORBorbprivate static ORBUtilSystemExceptionwrapper
-
Constructor Summary
Constructors Constructor Description LegacyServerSocketManagerImpl(ORB orb)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private LegacyServerSocketEndPointInfocast(java.lang.Object o)protected voiddprint(java.lang.String msg)private java.util.IteratorgetAcceptorIterator()LegacyServerSocketEndPointInfolegacyGetEndpoint(java.lang.String name)intlegacyGetPersistentServerPort(java.lang.String socketType)private intlegacyGetServerPort(java.lang.String socketType, boolean isPersistent)intlegacyGetTransientOrPersistentServerPort(java.lang.String socketType)intlegacyGetTransientServerPort(java.lang.String type)booleanlegacyIsLocalServerPort(int port)
-
-
-
Field Detail
-
orb
protected ORB orb
-
wrapper
private static final ORBUtilSystemException wrapper
-
-
Constructor Detail
-
LegacyServerSocketManagerImpl
public LegacyServerSocketManagerImpl(ORB orb)
-
-
Method Detail
-
legacyGetTransientServerPort
public int legacyGetTransientServerPort(java.lang.String type)
- Specified by:
legacyGetTransientServerPortin interfaceLegacyServerSocketManager
-
legacyGetPersistentServerPort
public int legacyGetPersistentServerPort(java.lang.String socketType)
- Specified by:
legacyGetPersistentServerPortin interfaceLegacyServerSocketManager
-
legacyGetTransientOrPersistentServerPort
public int legacyGetTransientOrPersistentServerPort(java.lang.String socketType)
- Specified by:
legacyGetTransientOrPersistentServerPortin interfaceLegacyServerSocketManager
-
legacyGetEndpoint
public LegacyServerSocketEndPointInfo legacyGetEndpoint(java.lang.String name)
- Specified by:
legacyGetEndpointin interfaceLegacyServerSocketManager
-
legacyIsLocalServerPort
public boolean legacyIsLocalServerPort(int port)
- Specified by:
legacyIsLocalServerPortin interfaceLegacyServerSocketManager
-
legacyGetServerPort
private int legacyGetServerPort(java.lang.String socketType, boolean isPersistent)
-
getAcceptorIterator
private java.util.Iterator getAcceptorIterator()
-
cast
private LegacyServerSocketEndPointInfo cast(java.lang.Object o)
-
dprint
protected void dprint(java.lang.String msg)
-
-