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 classEndPointInfoImplclassSocketFactoryAcceptorImplMethods in com.sun.corba.ee.impl.legacy.connection that return LegacyServerSocketEndPointInfo Modifier and Type Method Description private LegacyServerSocketEndPointInfoLegacyServerSocketManagerImpl. cast(java.lang.Object o)LegacyServerSocketEndPointInfoLegacyServerSocketManagerImpl. 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 LegacyServerSocketEndPointInfoORBSingleton. 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 classAcceptorAcceptOnlyImplThis version of an acceptor is the other half of CorbaAcceptorLazyImpl.classAcceptorBaseclassAcceptorImplclassAcceptorLazyImplA 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 LegacyServerSocketEndPointInfoLegacyServerSocketManager. legacyGetEndpoint(java.lang.String name)
-