org.mule.example.cep
Class TickFeed

java.lang.Object
  extended by org.mule.example.cep.TickFeed
All Implemented Interfaces:
org.mule.api.lifecycle.Callable, org.mule.api.lifecycle.EventListener, org.mule.api.lifecycle.Initialisable

public class TickFeed
extends Object
implements org.mule.api.lifecycle.Initialisable, org.mule.api.lifecycle.Callable


Field Summary
static String DATA_FILE
           
protected  org.apache.commons.logging.Log logger
           
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Constructor Summary
TickFeed()
           
 
Method Summary
 void initialise()
           
 Object onCall(org.mule.api.MuleEventContext eventContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATA_FILE

public static final String DATA_FILE
See Also:
Constant Field Values

logger

protected transient org.apache.commons.logging.Log logger
Constructor Detail

TickFeed

public TickFeed()
Method Detail

initialise

public void initialise()
                throws org.mule.api.lifecycle.InitialisationException
Specified by:
initialise in interface org.mule.api.lifecycle.Initialisable
Throws:
org.mule.api.lifecycle.InitialisationException

onCall

public Object onCall(org.mule.api.MuleEventContext eventContext)
              throws Exception
Specified by:
onCall in interface org.mule.api.lifecycle.Callable
Throws:
Exception


Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.