org.jboss.jms.client.jvm
Class JVMImplementation

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

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

The in jvm implementation


Constructor Summary
JVMImplementation(MessageBroker (src)  broker)
           
 
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

JVMImplementation

public JVMImplementation(MessageBroker (src)  broker)
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