|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.net.socket.SocketManagedConnectionFactory
A factory for concrete SocketManagedConnection
and SocketManagedConnectionAcceptor
instances.
Constructor Summary | |
SocketManagedConnectionFactory()
|
Method Summary | |
ManagedConnectionAcceptor |
matchManagedConnectionAcceptors(java.util.List acceptors,
ConnectionRequestInfo info)
Returns a matched connection acceptor from the candidate set of acceptors. |
ManagedConnection |
matchManagedConnections(java.util.List connections,
java.security.Principal principal,
ConnectionRequestInfo info)
Returns a matched connection from the candidate set of connections. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.exolab.jms.net.connector.ManagedConnectionFactory |
createConnectionFactory, createManagedConnection, createManagedConnectionAcceptor |
Constructor Detail |
public SocketManagedConnectionFactory()
Method Detail |
public ManagedConnection matchManagedConnections(java.util.List connections, java.security.Principal principal, ConnectionRequestInfo info) throws ResourceException
matchManagedConnections
in interface ManagedConnectionFactory
connections
- the candidate connectionsprincipal
- the security principalinfo
- the connection request infonull
if none is
foundResourceException
- for any errorpublic ManagedConnectionAcceptor matchManagedConnectionAcceptors(java.util.List acceptors, ConnectionRequestInfo info) throws ResourceException
matchManagedConnectionAcceptors
in interface ManagedConnectionFactory
acceptors
- the candidate connection acceptorsinfo
- the connection request infonull
if none is
foundResourceException
- for any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |