Uses of Interface
org.exolab.jms.net.connector.Connection

Packages that use Connection
org.exolab.jms.net.connector Connector framework 
org.exolab.jms.net.multiplexer Abstract connector that multiplexes data over a physical connection 
org.exolab.jms.net.orb Object Broker 
 

Uses of Connection in org.exolab.jms.net.connector
 

Methods in org.exolab.jms.net.connector that return Connection
 Connection ConnectionManager.allocateConnection(ManagedConnectionFactory factory, java.security.Principal principal, ConnectionRequestInfo info)
          Allocate a new connection
 Connection AbstractConnectionManager.allocateConnection(ManagedConnectionFactory factory, java.security.Principal principal, ConnectionRequestInfo info)
          Allocate a new connection.
 Connection AbstractConnectionManager.getConnection(java.security.Principal principal, URI uri)
          Returns a connection to the specified URI, using the default connection properties.
 Connection AbstractConnectionManager.getConnection(java.security.Principal principal, URI uri, java.util.Map properties)
          Returns a connection to the specified URI, using the specified connection properties.
 Connection ConnectionFactory.getConnection(java.security.Principal principal, URI uri)
          Returns a connection to the specified URI, using the default connection properties.
 Connection ConnectionFactory.getConnection(java.security.Principal principal, URI uri, java.util.Map properties)
          Returns a connection to the specified URI, using the specified connection properties.
static Connection ConnectionContext.getConnection(URI uri)
          Returns a connection using the principal and connection factory associated with the current thread.
 Connection AbstractConnectionFactory.getConnection(java.security.Principal principal, URI uri)
          Returns a connection to the specified URI, using the default connection properties.
 Connection AbstractConnectionFactory.getConnection(java.security.Principal principal, URI uri, java.util.Map properties)
          Returns a connection to the specified URI, using the specified connection properties.
 Connection ManagedConnection.getConnection()
          Creates a new connection handle for the underlying physical connection.
 

Uses of Connection in org.exolab.jms.net.multiplexer
 

Methods in org.exolab.jms.net.multiplexer that return Connection
 Connection MultiplexedManagedConnection.getConnection()
          Creates a new connection handle for the underlying physical connection.
 

Methods in org.exolab.jms.net.multiplexer with parameters of type Connection
protected  Response MultiplexedManagedConnection.invoke(Connection connection, Request request)
          Invoke a method on a remote object.
 

Uses of Connection in org.exolab.jms.net.orb
 

Methods in org.exolab.jms.net.orb that return Connection
protected  Connection UnicastDelegate.getConnection()
          Returns the connection to perform invocations.
 

Constructors in org.exolab.jms.net.orb with parameters of type Connection
UnicastDelegate(java.rmi.server.ObjID objID, Connection connection)
          Construct a new UnicastDelegate.
 



Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.