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

Packages that use ConnectionRequestInfo
org.exolab.jms.net.connector Connector framework 
org.exolab.jms.net.http HTTP connector 
org.exolab.jms.net.rmi RMI connector 
org.exolab.jms.net.socket Abstract connector that multiplexes data over a socket 
org.exolab.jms.net.tcp TCP and TCPS connectors 
org.exolab.jms.net.vm Intra-VM connector 
 

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

Classes in org.exolab.jms.net.connector that implement ConnectionRequestInfo
 class URIRequestInfo
          Implementation of the ConnectionRequestInfo interface that enables a connector to pass URI data across the connection request flow.
 

Methods in org.exolab.jms.net.connector that return ConnectionRequestInfo
protected abstract  ConnectionRequestInfo AbstractConnectionFactory.getConnectionRequestInfo(URI uri, java.util.Map properties)
          Returns connection request info for the specified URI and connection properties.
protected  ConnectionRequestInfo AbstractConnectionFactory.getAcceptorRequestInfo(URI uri, java.util.Map properties)
          Returns connection request info for the specified URI and connection acceptor properties.
 

Methods in org.exolab.jms.net.connector with parameters of type ConnectionRequestInfo
 Connection ConnectionManager.allocateConnection(ManagedConnectionFactory factory, java.security.Principal principal, ConnectionRequestInfo info)
          Allocate a new connection
 void ConnectionManager.accept(ManagedConnectionFactory factory, ConnectionRequestInfo info)
          Start accepting connections
 Connection AbstractConnectionManager.allocateConnection(ManagedConnectionFactory factory, java.security.Principal principal, ConnectionRequestInfo info)
          Allocate a new connection.
 void AbstractConnectionManager.accept(ManagedConnectionFactory factory, ConnectionRequestInfo info)
          Start accepting connections.
 ManagedConnection ManagedConnectionFactory.createManagedConnection(java.security.Principal principal, ConnectionRequestInfo info)
          Creates a new connection
 ManagedConnectionAcceptor ManagedConnectionFactory.createManagedConnectionAcceptor(Authenticator authenticator, ConnectionRequestInfo info)
          Creates an acceptor for connections
 ManagedConnection ManagedConnectionFactory.matchManagedConnections(java.util.List connections, java.security.Principal principal, ConnectionRequestInfo info)
          Returns a matched connection from the candidate set of connections
 ManagedConnectionAcceptor ManagedConnectionFactory.matchManagedConnectionAcceptors(java.util.List acceptors, ConnectionRequestInfo info)
          Returns a matched connection acceptor from the candidate set of acceptors
 ManagedConnection ConnectionPool.createManagedConnection(java.security.Principal principal, ConnectionRequestInfo info)
          Creates a new connection.
 ManagedConnectionAcceptor ConnectionPool.createManagedConnectionAcceptor(Authenticator authenticator, ConnectionRequestInfo info)
          Creates an acceptor for connections
 ManagedConnection ConnectionPool.matchManagedConnections(java.security.Principal principal, ConnectionRequestInfo info)
          Returns a matched connection from the set of pooled connections.
 ManagedConnectionAcceptor ConnectionPool.matchManagedConnectionAcceptors(ConnectionRequestInfo info)
          Returns a matched acceptor from the set of pooled connections.
 

Uses of ConnectionRequestInfo in org.exolab.jms.net.http
 

Classes in org.exolab.jms.net.http that implement ConnectionRequestInfo
 class HTTPRequestInfo
          Implementation of the ConnectionRequestInfo interface that enables the HTTP connector to pass data across the connection request flow.
 

Methods in org.exolab.jms.net.http that return ConnectionRequestInfo
protected  ConnectionRequestInfo AbstractHTTPConnectionFactory.getConnectionRequestInfo(URI uri, java.util.Map properties)
          Returns connection request info for the specified URI and connection properties.
protected  ConnectionRequestInfo AbstractHTTPConnectionFactory.getAcceptorRequestInfo(URI uri, java.util.Map properties)
          Returns connection request info for the specified URI and connection acceptor properties.
 

Methods in org.exolab.jms.net.http with parameters of type ConnectionRequestInfo
 ManagedConnection AbstractHTTPManagedConnectionFactory.matchManagedConnections(java.util.List connections, java.security.Principal principal, ConnectionRequestInfo info)
          Returns a matched connection from the candidate set of connections.
 ManagedConnectionAcceptor AbstractHTTPManagedConnectionFactory.matchManagedConnectionAcceptors(java.util.List acceptors, ConnectionRequestInfo info)
          Returns a matched connection acceptor from the candidate set of acceptors.
 ManagedConnection HTTPSManagedConnectionFactory.createManagedConnection(java.security.Principal principal, ConnectionRequestInfo info)
          Creates a new connection.
 ManagedConnectionAcceptor HTTPSManagedConnectionFactory.createManagedConnectionAcceptor(Authenticator authenticator, ConnectionRequestInfo info)
          Creates an acceptor for connections.
 ManagedConnection HTTPManagedConnectionFactory.createManagedConnection(java.security.Principal principal, ConnectionRequestInfo info)
          Creates a new connection
 ManagedConnectionAcceptor HTTPManagedConnectionFactory.createManagedConnectionAcceptor(Authenticator authenticator, ConnectionRequestInfo info)
          Creates an acceptor for connections
 

Uses of ConnectionRequestInfo in org.exolab.jms.net.rmi
 

Classes in org.exolab.jms.net.rmi that implement ConnectionRequestInfo
 class RMIRequestInfo
          Implementation of the ConnectionRequestInfo interface that enables the RMI connector to pass data across the connection request flow.
 

Methods in org.exolab.jms.net.rmi with parameters of type ConnectionRequestInfo
 ManagedConnection RMIManagedConnectionFactory.createManagedConnection(java.security.Principal principal, ConnectionRequestInfo info)
          Creates a new connection.
 ManagedConnectionAcceptor RMIManagedConnectionFactory.createManagedConnectionAcceptor(Authenticator authenticator, ConnectionRequestInfo info)
          Creates an acceptor for connections.
 ManagedConnection RMIManagedConnectionFactory.matchManagedConnections(java.util.List connections, java.security.Principal principal, ConnectionRequestInfo info)
          Returns a matched connection from the candidate set of connections.
 ManagedConnectionAcceptor RMIManagedConnectionFactory.matchManagedConnectionAcceptors(java.util.List acceptors, ConnectionRequestInfo info)
          Returns a matched connection acceptor from the candidate set of acceptors.
 

Uses of ConnectionRequestInfo in org.exolab.jms.net.socket
 

Classes in org.exolab.jms.net.socket that implement ConnectionRequestInfo
 class SocketRequestInfo
          Implementation of the ConnectionRequestInfo interface that enables socket based connectors to pass data across the connection request flow.
 

Methods in org.exolab.jms.net.socket that return ConnectionRequestInfo
protected  ConnectionRequestInfo SocketConnectionFactory.getConnectionRequestInfo(URI uri, java.util.Map properties)
          Returns connection request info for the specified URI and connection properties.
 

Methods in org.exolab.jms.net.socket with parameters of type ConnectionRequestInfo
 ManagedConnection SocketManagedConnectionFactory.matchManagedConnections(java.util.List connections, java.security.Principal principal, ConnectionRequestInfo info)
          Returns a matched connection from the candidate set of connections.
 ManagedConnectionAcceptor SocketManagedConnectionFactory.matchManagedConnectionAcceptors(java.util.List acceptors, ConnectionRequestInfo info)
          Returns a matched connection acceptor from the candidate set of acceptors.
 

Uses of ConnectionRequestInfo in org.exolab.jms.net.tcp
 

Classes in org.exolab.jms.net.tcp that implement ConnectionRequestInfo
 class TCPSRequestInfo
          Implementation of the ConnectionRequestInfo interface that enables the TCPS connector to pass data across the connection request flow.
 

Methods in org.exolab.jms.net.tcp with parameters of type ConnectionRequestInfo
 ManagedConnection TCPSManagedConnectionFactory.createManagedConnection(java.security.Principal principal, ConnectionRequestInfo info)
          Creates a new connection.
 ManagedConnectionAcceptor TCPSManagedConnectionFactory.createManagedConnectionAcceptor(Authenticator authenticator, ConnectionRequestInfo info)
          Creates an acceptor for connections.
 ManagedConnection TCPManagedConnectionFactory.createManagedConnection(java.security.Principal principal, ConnectionRequestInfo info)
          Creates a new connection.
 ManagedConnectionAcceptor TCPManagedConnectionFactory.createManagedConnectionAcceptor(Authenticator authenticator, ConnectionRequestInfo info)
          Creates an acceptor for connections.
 

Uses of ConnectionRequestInfo in org.exolab.jms.net.vm
 

Methods in org.exolab.jms.net.vm with parameters of type ConnectionRequestInfo
 ManagedConnection VMManagedConnectionFactory.createManagedConnection(java.security.Principal principal, ConnectionRequestInfo info)
          Creates a new connection.
 ManagedConnectionAcceptor VMManagedConnectionFactory.createManagedConnectionAcceptor(Authenticator authenticator, ConnectionRequestInfo info)
          Creates an acceptor for connections.
 ManagedConnection VMManagedConnectionFactory.matchManagedConnections(java.util.List connections, java.security.Principal principal, ConnectionRequestInfo info)
          Returns a matched connection from the candidate set of connections.
 ManagedConnectionAcceptor VMManagedConnectionFactory.matchManagedConnectionAcceptors(java.util.List acceptors, ConnectionRequestInfo info)
          Returns a matched connection acceptor from the candidate set of acceptors.
 



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