org.jboss.jms.client
Interface ImplementationDelegate

All Known Implementing Classes:
JVMImplementation (src) , P2PImplementation (src) , StandardImplementation (src)

public interface ImplementationDelegate

The implementation


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
 

Method Detail

createConnection

public ConnectionDelegate (src)  createConnection(java.lang.String userName,
                                           java.lang.String password)
                                    throws JMSException (src) 
Create a connection delegate

Returns:
the connection delegate
Throws:
JMSException (src) - for any error

getReference

public javax.naming.Reference getReference()
                                    throws javax.naming.NamingException
Get a reference to the connection factory

Returns:
a Reference
Throws:
javax.naming.NamingException - for any error