org.drools.runtime.pipeline.impl
Class JmsMessenger

java.lang.Object
  extended by org.drools.runtime.pipeline.impl.BaseService
      extended by org.drools.runtime.pipeline.impl.JmsMessenger
All Implemented Interfaces:
Service

public class JmsMessenger
extends BaseService
implements Service


Nested Class Summary
static class JmsMessenger.JmsMessengerRunner
           
 
Constructor Summary
JmsMessenger(Pipeline pipeline, Properties properties, String destinationName, ResultHandlerFactory resultHandlerFactory)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class org.drools.runtime.pipeline.impl.BaseService
handleException, setServiceExceptionHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.runtime.pipeline.Service
handleException, setServiceExceptionHandler
 

Constructor Detail

JmsMessenger

public JmsMessenger(Pipeline pipeline,
                    Properties properties,
                    String destinationName,
                    ResultHandlerFactory resultHandlerFactory)
Method Detail

start

public void start()
Specified by:
start in interface Service

stop

public void stop()
Specified by:
stop in interface Service


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.