jBPM Simulation 6.0.0.CR3

org.jbpm.simulation.impl.events
Class ActivitySimulationEvent

java.lang.Object
  extended by org.jbpm.simulation.impl.events.GenericSimulationEvent
      extended by org.jbpm.simulation.impl.events.ActivitySimulationEvent
All Implemented Interfaces:
SimulationEvent

public class ActivitySimulationEvent
extends GenericSimulationEvent


Field Summary
protected  String activityId
           
protected  String activityName
           
protected  long duration
           
protected  String type
           
 
Fields inherited from class org.jbpm.simulation.impl.events.GenericSimulationEvent
aggregatedEvent, customMetrics, endTime, processId, processInstanceId, startTime, used, uuid
 
Constructor Summary
ActivitySimulationEvent(String processId, long processInstanceId, String activityName, String activityId, long duration, long startTime, long endTime, String type)
           
 
Method Summary
 String getActivityId()
           
 String getActivityName()
           
 long getDuration()
           
 String getType()
           
 String toString()
           
 
Methods inherited from class org.jbpm.simulation.impl.events.GenericSimulationEvent
addCustomMetric, getAggregatedEvent, getEndTime, getMetric, getProcessId, getProcessInstanceId, getStartTime, getUUID, isUsed, setAggregatedEvent, setUsed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

activityName

protected String activityName

activityId

protected String activityId

duration

protected long duration

type

protected String type
Constructor Detail

ActivitySimulationEvent

public ActivitySimulationEvent(String processId,
                               long processInstanceId,
                               String activityName,
                               String activityId,
                               long duration,
                               long startTime,
                               long endTime,
                               String type)
Method Detail

getActivityName

public String getActivityName()

getActivityId

public String getActivityId()

getDuration

public long getDuration()

toString

public String toString()
Overrides:
toString in class GenericSimulationEvent

getType

public String getType()
Specified by:
getType in interface SimulationEvent
Overrides:
getType in class GenericSimulationEvent

jBPM Simulation 6.0.0.CR3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.