Uses of Interface
com.sun.corba.ee.spi.transport.Connection
-
-
Uses of Connection in com.sun.corba.ee.impl.encoding
Fields in com.sun.corba.ee.impl.encoding declared as Connection Modifier and Type Field Description private ConnectionCachedCodeBase. connprivate ConnectionCDROutputObject. connectionprivate ConnectionCDRInputObject. corbaConnectionMethods in com.sun.corba.ee.impl.encoding that return Connection Modifier and Type Method Description ConnectionCDRInputObject. getConnection()ConnectionCDROutputObject. getConnection()Methods in com.sun.corba.ee.impl.encoding with parameters of type Connection Modifier and Type Method Description static CDROutputObjectOutputStreamFactory. newCDROutputObject(ORB orb, MessageMediator mediator, GIOPVersion giopVersion, Connection connection, Message header, byte streamFormatVersion)voidCDROutputObject. writeTo(Connection connection)Constructors in com.sun.corba.ee.impl.encoding with parameters of type Connection Constructor Description CachedCodeBase(Connection connection)CDRInputObject(ORB orb, Connection corbaConnection, java.nio.ByteBuffer byteBuffer, Message header)CDROutputObject(ORB orb, MessageMediator mediator, GIOPVersion giopVersion, Connection connection, Message header, byte streamFormatVersion) -
Uses of Connection in com.sun.corba.ee.impl.legacy.connection
Classes in com.sun.corba.ee.impl.legacy.connection that implement Connection Modifier and Type Class Description classSocketFactoryConnectionImplMethods in com.sun.corba.ee.impl.legacy.connection that return Connection Modifier and Type Method Description ConnectionSocketFactoryContactInfoImpl. createConnection() -
Uses of Connection in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement Connection Modifier and Type Class Description private static classNoConnectionCacheImpl.NCCConnectionImplFields in com.sun.corba.ee.impl.plugin.hwlb declared as Connection Modifier and Type Field Description private ConnectionNoConnectionCacheImpl.NCCConnectionCacheImpl. connectionMethods in com.sun.corba.ee.impl.plugin.hwlb that return Connection Modifier and Type Method Description ConnectionNoConnectionCacheImpl.NCCContactInfoImpl. createConnection()ConnectionNoConnectionCacheImpl.NCCConnectionCacheImpl. get(ContactInfo contactInfo)Methods in com.sun.corba.ee.impl.plugin.hwlb with parameters of type Connection Modifier and Type Method Description private voidNoConnectionCacheImpl.NCCContactInfoImpl. createdConnection(Connection conn)voidNoConnectionCacheImpl.NCCConnectionCacheImpl. put(ContactInfo contactInfo, Connection conn)private voidNoConnectionCacheImpl.NCCConnectionCacheImpl. removeConnectionInfo(Connection conn) -
Uses of Connection in com.sun.corba.ee.impl.protocol
Fields in com.sun.corba.ee.impl.protocol declared as Connection Modifier and Type Field Description protected ConnectionMessageMediatorImpl. connectionprivate ConnectionMessageParserImpl. connectionMethods in com.sun.corba.ee.impl.protocol that return Connection Modifier and Type Method Description ConnectionMessageMediatorImpl. getConnection()Methods in com.sun.corba.ee.impl.protocol with parameters of type Connection Modifier and Type Method Description protected voidClientRequestDispatcherImpl. addCodeSetServiceContext(Connection conn, ServiceContexts ctxs, GIOPVersion giopVersion)private voidClientRequestDispatcherImpl. connectionCached(Connection conn)private voidMessageMediatorImpl. connectionInfo(Connection conn)private voidClientRequestDispatcherImpl. connectionRegistered(Connection conn)MessageMessageParserImpl. parseBytes(java.nio.ByteBuffer byteBuffer, Connection connection)private voidMessageMediatorImpl. reportConnection(Connection conn)private voidClientRequestDispatcherImpl. usingCachedConnection(Connection conn)private voidClientRequestDispatcherImpl. usingCreatedConnection(Connection conn)Constructors in com.sun.corba.ee.impl.protocol with parameters of type Connection Constructor Description MessageMediatorImpl(ORB orb, Connection connection)MessageMediatorImpl(ORB orb, Connection connection, Message dispatchHeader, java.nio.ByteBuffer byteBuffer)MessageMediatorImpl(ORB orb, ContactInfo contactInfo, Connection connection, GIOPVersion giopVersion, IOR ior, int requestId, short addrDisposition, java.lang.String operationName, boolean isOneWay)MessageParserImpl(ORB orb, Connection connection) -
Uses of Connection in com.sun.corba.ee.impl.protocol.giopmsgheaders
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type Connection Modifier and Type Method Description static MessageBaseMessageBase. parseGiopHeader(ORB orb, Connection connection, java.nio.ByteBuffer buf, int startPosition) -
Uses of Connection in com.sun.corba.ee.impl.transport
Classes in com.sun.corba.ee.impl.transport that implement Connection Modifier and Type Class Description classConnectionImplFields in com.sun.corba.ee.impl.transport declared as Connection Modifier and Type Field Description private ConnectionReaderThreadImpl. connectionprivate ConnectionResponseWaitingRoomImpl. connectionFields in com.sun.corba.ee.impl.transport with type parameters of type Connection Modifier and Type Field Description protected java.util.Collection<Connection>InboundConnectionCacheImpl. connectionCacheprotected java.util.Map<ContactInfo,Connection>OutboundConnectionCacheImpl. connectionCacheMethods in com.sun.corba.ee.impl.transport that return Connection Modifier and Type Method Description ConnectionContactInfoImpl. createConnection()ConnectionSharedCDRContactInfoImpl. createConnection()ConnectionInboundConnectionCacheImpl. get(Acceptor acceptor)ConnectionOutboundConnectionCacheImpl. get(ContactInfo contactInfo)ConnectionAcceptorBase. getConnection()ConnectionConnectionImpl. getConnection()ConnectionReaderThreadImpl. getConnection()Methods in com.sun.corba.ee.impl.transport with parameters of type Connection Modifier and Type Method Description private voidConnectionCacheBase. closingInfo(Connection toClose)MessageMediatorContactInfoBase. createMessageMediator(ORB broker, ContactInfo contactInfo, Connection connection, java.lang.String methodName, boolean isOneWay)MessageMediatorSharedCDRContactInfoImpl. createMessageMediator(ORB broker, ContactInfo contactInfo, Connection connection, java.lang.String methodName, boolean isOneWay)voidInboundConnectionCacheImpl. put(Acceptor acceptor, Connection connection)voidOutboundConnectionCacheImpl. put(ContactInfo contactInfo, Connection connection)voidInboundConnectionCacheImpl. remove(Connection connection)voidConnectionCacheBase. stampTime(Connection c)Constructors in com.sun.corba.ee.impl.transport with parameters of type Connection Constructor Description ReaderThreadImpl(ORB orb, Connection connection)ResponseWaitingRoomImpl(ORB orb, Connection connection) -
Uses of Connection in com.sun.corba.ee.spi.logging
Methods in com.sun.corba.ee.spi.logging with parameters of type Connection Modifier and Type Method Description BAD_PARAMORBUtilSystemException. codeBaseUnavailable(Connection conn)INTERNALORBUtilSystemException. connectionNotNullInCreateMessageMediator(Connection connection)COMM_FAILUREORBUtilSystemException. exceptionBlockingReadWithTemporarySelector(java.lang.Exception exc, Connection arg0)COMM_FAILUREORBUtilSystemException. ioexceptionWhenReadingConnection(java.lang.Exception exc, Connection arg0)COMM_FAILUREORBUtilSystemException. nonBlockingReadOnBlockingSocketChannel(Connection arg0)COMM_FAILUREORBUtilSystemException. temporaryReadSelectorWithBlockingConnection(Connection arg0)COMM_FAILUREORBUtilSystemException. temporaryWriteSelectorWithBlockingConnection(Connection arg0) -
Uses of Connection in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that return Connection Modifier and Type Method Description ConnectionMessageMediator. getConnection()Methods in com.sun.corba.ee.spi.protocol with parameters of type Connection Modifier and Type Method Description MessageMessageParser. parseBytes(java.nio.ByteBuffer byteBuffer, Connection connection)If there are sufficient bytes in theByteBufferto compose aMessage, then return a newly initializedMessage. -
Uses of Connection in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return Connection Modifier and Type Method Description ConnectionContactInfo. createConnection()ConnectionInboundConnectionCache. get(Acceptor acceptor)ConnectionOutboundConnectionCache. get(ContactInfo contactInfo)ConnectionEventHandler. getConnection()ConnectionReaderThread. getConnection()Methods in com.sun.corba.ee.spi.transport with parameters of type Connection Modifier and Type Method Description MessageMediatorContactInfo. createMessageMediator(ORB broker, ContactInfo contactInfo, Connection connection, java.lang.String methodName, boolean isOneWay)voidInboundConnectionCache. put(Acceptor acceptor, Connection connection)voidOutboundConnectionCache. put(ContactInfo contactInfo, Connection connection)voidInboundConnectionCache. remove(Connection connection)voidConnectionCache. stampTime(Connection connection)
-