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  ConnectionRequestInfo AbstractConnectionFactory.getAcceptorRequestInfo(URI uri, java.util.Map properties)
          Returns connection request info for the specified URI and connection acceptor properties.
protected abstract  ConnectionRequestInfo AbstractConnectionFactory.getConnectionRequestInfo(URI uri, java.util.Map properties)
          Returns connection request info for the specified URI and connection properties.
 

Methods in org.exolab.jms.net.connector with parameters of type ConnectionRequestInfo
 void ConnectionManager.accept(ManagedConnectionFactory factory, ConnectionRequestInfo info)
          Start accepting connections
 void AbstractConnectionManager.accept(ManagedConnectionFactory factory, ConnectionRequestInfo info)
          Start accepting connections.
 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.
 ManagedConnection ManagedConnectionFactory.createManagedConnection(java.security.Principal principal, ConnectionRequestInfo info)
          Creates a new connection
 ManagedConnection ConnectionPool.createManagedConnection(java.security.Principal principal, ConnectionRequestInfo info)
          Creates a new connection.
 ManagedConnectionAcceptor ManagedConnectionFactory.createManagedConnectionAcceptor(Authenticator authenticator, ConnectionRequestInfo info)
          Creates an acceptor for connections
 ManagedConnectionAcceptor ConnectionPool.createManagedConnectionAcceptor(Authenticator authenticator, ConnectionRequestInfo info)
          Creates an acceptor for connections
 ManagedConnectionAcceptor ConnectionPool.matchManagedConnectionAcceptors(ConnectionRequestInfo info)
          Returns a matched acceptor from the set of pooled connections.
 ManagedConnectionAcceptor ManagedConnectionFactory.matchManagedConnectionAcceptors(java.util.List acceptors, ConnectionRequestInfo info)
          Returns a matched connection acceptor from the candidate set of acceptors
 ManagedConnection ManagedConnectionFactory.matchManagedConnections(java.util.List connections, java.security.Principal principal, ConnectionRequestInfo info)
          Returns a matched connection from the candidate set of connections
 ManagedConnection ConnectionPool.matchManagedConnections(java.security.Principal principal, ConnectionRequestInfo info)
          Returns a matched connection 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.getAcceptorRequestInfo(URI uri, java.util.Map properties)
          Returns connection request info for the specified URI and connection acceptor properties.
protected  ConnectionRequestInfo AbstractHTTPConnectionFactory.getConnectionRequestInfo(URI uri, java.util.Map properties)
          Returns connection request info for the specified URI and connection properties.
 

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

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
 ManagedConnectionAcceptor SocketManagedConnectionFactory.matchManagedConnectionAcceptors(java.util.List acceptors, ConnectionRequestInfo info)
          Returns a matched connection acceptor from the candidate set of acceptors.
 ManagedConnection SocketManagedConnectionFactory.matchManagedConnections(java.util.List connections, java.security.Principal principal, ConnectionRequestInfo info)
          Returns a matched connection from the candidate set of connections.
 

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 TCPManagedConnectionFactory.createManagedConnection(java.security.Principal principal, ConnectionRequestInfo info)
          Creates a new connection.
 ManagedConnection TCPSManagedConnectionFactory.createManagedConnection(java.security.Principal principal, ConnectionRequestInfo info)
          Creates a new connection.
 ManagedConnectionAcceptor TCPManagedConnectionFactory.createManagedConnectionAcceptor(Authenticator authenticator, ConnectionRequestInfo info)
          Creates an acceptor for connections.
 ManagedConnectionAcceptor TCPSManagedConnectionFactory.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.
 ManagedConnectionAcceptor VMManagedConnectionFactory.matchManagedConnectionAcceptors(java.util.List acceptors, ConnectionRequestInfo info)
          Returns a matched connection acceptor from the candidate set of acceptors.
 ManagedConnection VMManagedConnectionFactory.matchManagedConnections(java.util.List connections, java.security.Principal principal, ConnectionRequestInfo info)
          Returns a matched connection from the candidate set of connections.
 



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