|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.framework.flow.event.service.WiretapEventJob
public class WiretapEventJob
FlowEventJob for invoking the WiretapService
requires the parameter 'timeToLive' to be passed on execution
| Field Summary | |
|---|---|
static String |
TIME_TO_LIVE_PARAM
Time To Live parameter specifies length of time in minutes for Wiretapped Events to be kept |
| Constructor Summary | |
|---|---|
WiretapEventJob(WiretapService wiretapService)
Constructor |
|
| Method Summary | |
|---|---|
void |
execute(String location,
String moduleName,
String flowName,
Event event,
Map<String,String> params)
Execute the Flow Event Job |
List<String> |
getParameters()
Returns a List of all specifiable parameters that will be respected when passed in on execute |
Map<String,String> |
validateParameters(Map<String,String> params)
Validates a map of parameters that may be later used as arguments to the the execute method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String TIME_TO_LIVE_PARAM
| Constructor Detail |
|---|
public WiretapEventJob(WiretapService wiretapService)
wiretapService - The wiretap service to use| Method Detail |
|---|
public void execute(String location,
String moduleName,
String flowName,
Event event,
Map<String,String> params)
FlowEventJob
execute in interface FlowEventJoblocation - - The location of the FlowEventmoduleName - - The name of the moduleflowName - - The name of the flowevent - - The Eventparams - - The parameters for the Jobpublic List<String> getParameters()
FlowEventJob
getParameters in interface FlowEventJobpublic Map<String,String> validateParameters(Map<String,String> params)
FlowEventJob
validateParameters in interface FlowEventJobparams - - The parameters to validate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||