Uses of Interface
org.omg.ETF.Connection

Packages that use Connection
org.jacorb.orb   
org.jacorb.orb.giop   
org.jacorb.orb.iiop   
org.omg.ETF   
 

Uses of Connection in org.jacorb.orb
 

Methods in org.jacorb.orb with parameters of type Connection
 boolean BasicAdapter.add_input(Connection conn)
          Announces a new connection instance to the ORB.
 void BasicAdapter.closed_by_peer(Connection conn)
          In some cases, the client side can initiate the closing of a connection.
 void BasicAdapter.signal_data_available(Connection conn)
          The plugged-in transport (e.g. the Listener instance) shall call this function when it owns a server-side Connection and data arrives on the local endpoint.
 

Uses of Connection in org.jacorb.orb.giop
 

Fields in org.jacorb.orb.giop declared as Connection
protected  Connection GIOPConnection.transport
           
 

Methods in org.jacorb.orb.giop that return Connection
 Connection GIOPConnection.getTransport()
           
 

Methods in org.jacorb.orb.giop with parameters of type Connection
 ServerGIOPConnection GIOPConnectionManager.createServerGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener)
           
 GIOPConnection GIOPConnectionManager.createClientGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener)
           
 

Constructors in org.jacorb.orb.giop with parameters of type Connection
ServerGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener, StatisticsProvider statistics_provider, GIOPConnectionManager manager)
           
GIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener, StatisticsProvider statistics_provider)
           
ClientGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener, StatisticsProvider statistics_provider)
           
 

Uses of Connection in org.jacorb.orb.iiop
 

Classes in org.jacorb.orb.iiop that implement Connection
 class ClientIIOPConnection
          ClientIIOPConnection.java Created: Sun Aug 12 20:56:32 2002
 class IIOPConnection
          IIOPConnection.java Created: Sun Aug 12 20:18:47 2002
 class ServerIIOPConnection
          ServerIIOPConnection.java Created: Sun Aug 12 20:56:32 2002
 

Methods in org.jacorb.orb.iiop that return Connection
 Connection IIOPListener.accept()
          This call is an alternative to using set_handle() to initiate the callback-style of accepting new connections.
protected  Connection IIOPListener.createServerConnection(java.net.Socket socket, boolean is_ssl)
          Template method to create a server-side ETF Connection.
 Connection IIOPFactories.create_connection(ProtocolProperties props)
           
 

Methods in org.jacorb.orb.iiop with parameters of type Connection
 void IIOPListener.completed_data(Connection conn)
          The connection instance is returned to the Listener.
 

Uses of Connection in org.omg.ETF
 

Subinterfaces of Connection in org.omg.ETF
 interface ConnectionZeroCopy
          Generated from IDL interface "ConnectionZeroCopy"
 

Classes in org.omg.ETF that implement Connection
 class _ConnectionLocalBase
          Abstract base class for implementations of local interface Connection
 class _ConnectionZeroCopyLocalBase
          Abstract base class for implementations of local interface ConnectionZeroCopy
 class ConnectionLocalTie
          Generated from IDL interface "Connection"
 class ConnectionZeroCopyLocalTie
          Generated from IDL interface "ConnectionZeroCopy"
 

Fields in org.omg.ETF declared as Connection
 Connection ConnectionHolder.value
           
 

Methods in org.omg.ETF that return Connection
 Connection ListenerOperations.accept()
           
 Connection ListenerLocalTie.accept()
           
 Connection FactoriesOperations.create_connection(ProtocolProperties props)
           
 Connection FactoriesLocalTie.create_connection(ProtocolProperties props)
           
static Connection ConnectionHelper.extract(Any any)
           
static Connection ConnectionHelper.read(InputStream in)
           
static Connection ConnectionHelper.narrow(java.lang.Object obj)
           
static Connection ConnectionHelper.narrow(Object obj)
           
static Connection ConnectionHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.ETF with parameters of type Connection
 void ListenerOperations.completed_data(Connection conn)
           
 void ListenerLocalTie.completed_data(Connection conn)
           
 boolean HandleOperations.add_input(Connection conn)
           
 void HandleOperations.signal_data_available(Connection conn)
           
 void HandleOperations.closed_by_peer(Connection conn)
           
 void HandleLocalTie.signal_data_available(Connection conn)
           
 void HandleLocalTie.closed_by_peer(Connection conn)
           
 boolean HandleLocalTie.add_input(Connection conn)
           
static void ConnectionHelper.insert(Any any, Connection s)
           
static void ConnectionHelper.write(OutputStream _out, Connection s)
           
 

Constructors in org.omg.ETF with parameters of type Connection
ConnectionHolder(Connection initial)