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 ORB
orb
private static ORBUtilSystemException
wrapper
-
Constructor Summary
Constructors Constructor Description LegacyServerSocketManagerImpl(ORB orb)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private LegacyServerSocketEndPointInfo
cast(java.lang.Object o)
protected void
dprint(java.lang.String msg)
private java.util.Iterator
getAcceptorIterator()
LegacyServerSocketEndPointInfo
legacyGetEndpoint(java.lang.String name)
int
legacyGetPersistentServerPort(java.lang.String socketType)
private int
legacyGetServerPort(java.lang.String socketType, boolean isPersistent)
int
legacyGetTransientOrPersistentServerPort(java.lang.String socketType)
int
legacyGetTransientServerPort(java.lang.String type)
boolean
legacyIsLocalServerPort(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:
legacyGetTransientServerPort
in interfaceLegacyServerSocketManager
-
legacyGetPersistentServerPort
public int legacyGetPersistentServerPort(java.lang.String socketType)
- Specified by:
legacyGetPersistentServerPort
in interfaceLegacyServerSocketManager
-
legacyGetTransientOrPersistentServerPort
public int legacyGetTransientOrPersistentServerPort(java.lang.String socketType)
- Specified by:
legacyGetTransientOrPersistentServerPort
in interfaceLegacyServerSocketManager
-
legacyGetEndpoint
public LegacyServerSocketEndPointInfo legacyGetEndpoint(java.lang.String name)
- Specified by:
legacyGetEndpoint
in interfaceLegacyServerSocketManager
-
legacyIsLocalServerPort
public boolean legacyIsLocalServerPort(int port)
- Specified by:
legacyIsLocalServerPort
in 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)
-
-