org.jbpm.scheduler.ejbtimer
Class TimerInfo

java.lang.Object
  extended by org.jbpm.scheduler.ejbtimer.TimerInfo
All Implemented Interfaces:
java.io.Serializable

public class TimerInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TimerInfo(org.jbpm.job.Timer timer)
           
 
Method Summary
 long getProcessInstanceId()
           
 long getTimerId()
           
 java.lang.String getTimerName()
           
 long getTokenId()
           
 boolean matchesName(java.lang.String timerName, org.jbpm.graph.exe.Token token)
           
 boolean matchesProcessInstance(org.jbpm.graph.exe.ProcessInstance processInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerInfo

public TimerInfo(org.jbpm.job.Timer timer)
Method Detail

getProcessInstanceId

public long getProcessInstanceId()

getTimerId

public long getTimerId()

getTimerName

public java.lang.String getTimerName()

getTokenId

public long getTokenId()

matchesName

public boolean matchesName(java.lang.String timerName,
                           org.jbpm.graph.exe.Token token)

matchesProcessInstance

public boolean matchesProcessInstance(org.jbpm.graph.exe.ProcessInstance processInstance)