Uses of Interface
com.sun.corba.ee.spi.transport.Acceptor
Packages that use Acceptor
Package
Description
-
Uses of Acceptor in com.sun.corba.ee.impl.legacy.connection
Classes in com.sun.corba.ee.impl.legacy.connection that implement Acceptor -
Uses of Acceptor in com.sun.corba.ee.impl.orb
Classes in com.sun.corba.ee.impl.orb that implement AcceptorModifier and TypeClassDescriptionstatic final classstatic final classFields in com.sun.corba.ee.impl.orb declared as AcceptorMethods in com.sun.corba.ee.impl.orb that return AcceptorMethods in com.sun.corba.ee.impl.orb with parameters of type AcceptorModifier and TypeMethodDescriptionvoidParserTable.TestORBSocketFactory.setAcceptedSocketOptions(Acceptor acceptor, ServerSocket serverSocket, Socket socket) -
Uses of Acceptor in com.sun.corba.ee.impl.transport
Classes in com.sun.corba.ee.impl.transport that implement AcceptorModifier and TypeClassDescriptionclassThis version of an acceptor is the other half of CorbaAcceptorLazyImpl.classclassclassA version of an Acceptor that does not own the ServerSocket.Fields in com.sun.corba.ee.impl.transport declared as AcceptorModifier and TypeFieldDescriptionprotected AcceptorConnectionImpl.acceptorprivate AcceptorListenerThreadImpl.acceptorFields in com.sun.corba.ee.impl.transport with type parameters of type AcceptorMethods in com.sun.corba.ee.impl.transport that return AcceptorModifier and TypeMethodDescriptionAcceptorBase.getAcceptor()ConnectionImpl.getAcceptor()ListenerThreadImpl.getAcceptor()Methods in com.sun.corba.ee.impl.transport that return types with arguments of type AcceptorModifier and TypeMethodDescriptionTransportManagerImpl.getAcceptors()TransportManagerImpl.getAcceptors(String objectAdapterManagerId, ObjectAdapterId objectAdapterId) Methods in com.sun.corba.ee.impl.transport with parameters of type AcceptorModifier and TypeMethodDescriptionTransportManagerImpl.getInboundConnectionCache(Acceptor acceptor) voidInboundConnectionCacheImpl.put(Acceptor acceptor, Connection connection) voidTransportManagerImpl.registerAcceptor(Acceptor acceptor) voidDefaultSocketFactoryImpl.setAcceptedSocketOptions(Acceptor acceptor, ServerSocket serverSocket, Socket socket) voidTransportManagerImpl.unregisterAcceptor(Acceptor acceptor) Constructors in com.sun.corba.ee.impl.transport with parameters of type AcceptorModifierConstructorDescriptionConnectionImpl(ORB orb, Acceptor acceptor, Socket socket) privateConnectionImpl(ORB orb, Acceptor acceptor, Socket socket, boolean useSelectThreadToWait, boolean useWorkerThread) InboundConnectionCacheImpl(ORB orb, Acceptor acceptor) ListenerThreadImpl(ORB orb, Acceptor acceptor) -
Uses of Acceptor in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return Acceptor -
Uses of Acceptor in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return AcceptorModifier and TypeMethodDescriptionConnection.getAcceptor()EventHandler.getAcceptor()ListenerThread.getAcceptor()static AcceptorTransportDefault.makeAcceptOnlyCorbaAcceptor(ORB orb, int port, String name, String type, org.glassfish.pfl.basic.func.UnaryVoidFunction<Socket> operation) static AcceptorTransportDefault.makeLazyCorbaAcceptor(ORB orb, int port, String name, String type) static AcceptorTransportDefault.makeStandardCorbaAcceptor(ORB orb, int port, String name, String type) Methods in com.sun.corba.ee.spi.transport that return types with arguments of type AcceptorModifier and TypeMethodDescriptionTransportManager.getAcceptors()TransportManager.getAcceptors(String objectAdapterManagerId, ObjectAdapterId objectAdapterId) Methods in com.sun.corba.ee.spi.transport with parameters of type AcceptorModifier and TypeMethodDescriptionTransportManager.getInboundConnectionCache(Acceptor acceptor) voidInboundConnectionCache.put(Acceptor acceptor, Connection connection) voidTransportManager.registerAcceptor(Acceptor acceptor) voidORBSocketFactory.setAcceptedSocketOptions(Acceptor acceptor, ServerSocket serverSocket, Socket socket) voidTransportManager.unregisterAcceptor(Acceptor acceptor)