org.jboss.jms.client.p2p
Class P2PImplementation

java.lang.Object
  extended byorg.jboss.jms.client.p2p.P2PImplementation
All Implemented Interfaces:
ImplementationDelegate (src)

public class P2PImplementation
extends java.lang.Object
implements ImplementationDelegate (src)

The p2p implementation


Constructor Summary
P2PImplementation()
           
 
Method Summary
 ConnectionDelegate (src) createConnection(java.lang.String userName, java.lang.String password)
          Create a connection delegate
 javax.naming.Reference getReference()
          Get a reference to the connection factory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

P2PImplementation

public P2PImplementation()
Method Detail

createConnection

public ConnectionDelegate (src)  createConnection(java.lang.String userName,
                                           java.lang.String password)
                                    throws JMSException (src) 
Description copied from interface: ImplementationDelegate (src)
Create a connection delegate

Specified by:
createConnection in interface ImplementationDelegate (src)
Returns:
the connection delegate
Throws:
JMSException (src) - for any error

getReference

public javax.naming.Reference getReference()
                                    throws javax.naming.NamingException
Description copied from interface: ImplementationDelegate (src)
Get a reference to the connection factory

Specified by:
getReference in interface ImplementationDelegate (src)
Returns:
a Reference
Throws:
javax.naming.NamingException - for any error