Uses of Interface
com.sun.corba.ee.spi.legacy.connection.LegacyServerSocketEndPointInfo
-
Packages that use LegacyServerSocketEndPointInfo Package Description com.sun.corba.ee.impl.legacy.connection com.sun.corba.ee.impl.orb com.sun.corba.ee.impl.transport com.sun.corba.ee.spi.legacy.connection -
-
Uses of LegacyServerSocketEndPointInfo in com.sun.corba.ee.impl.legacy.connection
Classes in com.sun.corba.ee.impl.legacy.connection that implement LegacyServerSocketEndPointInfo Modifier and Type Class Description class
EndPointInfoImpl
class
SocketFactoryAcceptorImpl
Methods in com.sun.corba.ee.impl.legacy.connection that return LegacyServerSocketEndPointInfo Modifier and Type Method Description private LegacyServerSocketEndPointInfo
LegacyServerSocketManagerImpl. cast(java.lang.Object o)
LegacyServerSocketEndPointInfo
LegacyServerSocketManagerImpl. legacyGetEndpoint(java.lang.String name)
-
Uses of LegacyServerSocketEndPointInfo in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb that return LegacyServerSocketEndPointInfo Modifier and Type Method Description LegacyServerSocketEndPointInfo
ORBSingleton. getServerEndpoint()
-
Uses of LegacyServerSocketEndPointInfo in com.sun.corba.ee.impl.transport
Classes in com.sun.corba.ee.impl.transport that implement LegacyServerSocketEndPointInfo Modifier and Type Class Description class
AcceptorAcceptOnlyImpl
This version of an acceptor is the other half of CorbaAcceptorLazyImpl.class
AcceptorBase
class
AcceptorImpl
class
AcceptorLazyImpl
A version of an Acceptor that does not own the ServerSocket. -
Uses of LegacyServerSocketEndPointInfo in com.sun.corba.ee.spi.legacy.connection
Methods in com.sun.corba.ee.spi.legacy.connection that return LegacyServerSocketEndPointInfo Modifier and Type Method Description LegacyServerSocketEndPointInfo
LegacyServerSocketManager. legacyGetEndpoint(java.lang.String name)
-