org.jboss.jms.client.standard
Class StandardImplementation

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

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

The standard implementation


Constructor Summary
StandardImplementation(Client (src)  client)
           
 
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

StandardImplementation

public StandardImplementation(Client (src)  client)
                       throws JMSException (src) 
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