org.jbpm.scheduler.ejbtimer
Class TimerInfo
java.lang.Object
org.jbpm.scheduler.ejbtimer.TimerInfo
- All Implemented Interfaces:
- Serializable
public class TimerInfo
- extends Object
- implements Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
TimerInfo(org.jbpm.job.Timer timer)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimerInfo
public TimerInfo(org.jbpm.job.Timer timer)
getProcessInstanceId
public long getProcessInstanceId()
getTimerId
public long getTimerId()
getTimerName
public String getTimerName()
getTokenId
public long getTokenId()
matchesName
public boolean matchesName(String timerName,
org.jbpm.graph.exe.Token token)
matchesProcessInstance
public boolean matchesProcessInstance(org.jbpm.graph.exe.ProcessInstance processInstance)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.