org.jbpm.scheduler.ejbtimer
Class TimerInfo

java.lang.Object
  extended by 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)
           
 
Method Summary
 long getProcessInstanceId()
           
 long getTimerId()
           
 String getTimerName()
           
 long getTokenId()
           
 boolean matchesName(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 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.