Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mule.test.chain
Class ReceiveChain  view ReceiveChain download ReceiveChain.java

java.lang.Object
  extended byorg.mule.umo.impl.SimpleMuleChain
      extended byorg.mule.test.chain.ReceiveChain
All Implemented Interfaces:
org.mule.umo.UMOChain, org.mule.umo.UMOEventListener

public class ReceiveChain
extends org.mule.umo.impl.SimpleMuleChain

ReceiveChain TODO (document class)

Version:
$Revision: 1.3 $

Field Summary
private static org.apache.commons.logging.Log log
          logger used by this class
 
Fields inherited from class org.mule.umo.impl.SimpleMuleChain
 
Constructor Summary
ReceiveChain()
           
 
Method Summary
 void initialise(java.util.Properties props)
          Mule UMO extending this class can do all their initialisation in this method.
 void onEvent(org.mule.umo.UMOEvent event)
          Passes the event to the listener
 
Methods inherited from class org.mule.umo.impl.SimpleMuleChain
breakChain, doChain, doSyncChain, getFirst, getLast, getName, getNext, getOwner, getPrevious, isBreakChain, isSendbound, setName, setNext, setOwner, setPrevious, startChain, startSyncChain
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static transient org.apache.commons.logging.Log log
logger used by this class

Constructor Detail

ReceiveChain

public ReceiveChain()
Method Detail

initialise

public void initialise(java.util.Properties props)
                throws org.mule.MuleException
Description copied from interface: org.mule.umo.UMOChain
Mule UMO extending this class can do all their initialisation in this method.


onEvent

public void onEvent(org.mule.umo.UMOEvent event)
             throws org.mule.umo.UMOException
Description copied from interface: org.mule.umo.UMOEventListener
Passes the event to the listener