org.apache.tuscany.sca.binding.sca.jms
Class JMSBroker

java.lang.Object
  extended by org.apache.tuscany.sca.binding.sca.jms.JMSBroker
All Implemented Interfaces:
ModuleActivator

public class JMSBroker
extends java.lang.Object
implements ModuleActivator

The JMS broker for the JMS based SCA binding TODO: configure from a binding.jms in definitions.xml


Constructor Summary
JMSBroker()
           
 
Method Summary
static BrokerService getBroker()
           
 void start(ExtensionPointRegistry arg0)
          This method is invoked when the module is started by the Tuscany system.
 void stop(ExtensionPointRegistry arg0)
          This method is invoked when the module is stopped by the Tuscany system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSBroker

public JMSBroker()
Method Detail

start

public void start(ExtensionPointRegistry arg0)
Description copied from interface: ModuleActivator
This method is invoked when the module is started by the Tuscany system. It can be used by this module to register extensions against extension points.

Specified by:
start in interface ModuleActivator
Parameters:
arg0 - The extension point registry

stop

public void stop(ExtensionPointRegistry arg0)
Description copied from interface: ModuleActivator
This method is invoked when the module is stopped by the Tuscany system. It can be used by this module to unregister extensions against the extension points.

Specified by:
stop in interface ModuleActivator
Parameters:
arg0 - The extension point registry

getBroker

public static BrokerService getBroker()