org.mule.test.integration
Class TestClusterizableMessageSource

java.lang.Object
  extended by org.mule.test.integration.TestClusterizableMessageSource
All Implemented Interfaces:
FlowConstructAware, MuleContextAware, Startable, ClusterizableMessageSource, MessageSource

public class TestClusterizableMessageSource
extends Object
implements ClusterizableMessageSource, Startable, MuleContextAware, FlowConstructAware


Field Summary
 
Fields inherited from interface org.mule.api.lifecycle.Startable
PHASE_NAME
 
Constructor Summary
TestClusterizableMessageSource()
           
 
Method Summary
 void setFlowConstruct(FlowConstruct flowConstruct)
           
 void setListener(MessageProcessor listener)
           
 void setMuleContext(MuleContext context)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestClusterizableMessageSource

public TestClusterizableMessageSource()
Method Detail

start

public void start()
           throws MuleException
Specified by:
start in interface Startable
Throws:
MuleException

setListener

public void setListener(MessageProcessor listener)
Specified by:
setListener in interface MessageSource

setMuleContext

public void setMuleContext(MuleContext context)
Specified by:
setMuleContext in interface MuleContextAware

setFlowConstruct

public void setFlowConstruct(FlowConstruct flowConstruct)
Specified by:
setFlowConstruct in interface FlowConstructAware


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.