org.apache.activemq.store.kahadb.scheduler
Class JobImpl

java.lang.Object
  extended by org.apache.activemq.store.kahadb.scheduler.JobImpl
All Implemented Interfaces:
Job

public class JobImpl
extends Object
implements Job


Constructor Summary
protected JobImpl(org.apache.activemq.store.kahadb.scheduler.JobLocation location, ByteSequence bs)
           
 
Method Summary
 String getCronEntry()
           
 long getDelay()
           
 String getJobId()
           
 String getNextExecutionTime()
           
 byte[] getPayload()
           
 long getPeriod()
           
 int getRepeat()
           
 long getStart()
           
 String getStartTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobImpl

protected JobImpl(org.apache.activemq.store.kahadb.scheduler.JobLocation location,
                  ByteSequence bs)
Method Detail

getJobId

public String getJobId()
Specified by:
getJobId in interface Job

getPayload

public byte[] getPayload()
Specified by:
getPayload in interface Job

getPeriod

public long getPeriod()
Specified by:
getPeriod in interface Job

getRepeat

public int getRepeat()
Specified by:
getRepeat in interface Job

getStart

public long getStart()
Specified by:
getStart in interface Job

getDelay

public long getDelay()
Specified by:
getDelay in interface Job

getCronEntry

public String getCronEntry()
Specified by:
getCronEntry in interface Job

getNextExecutionTime

public String getNextExecutionTime()
Specified by:
getNextExecutionTime in interface Job

getStartTime

public String getStartTime()
Specified by:
getStartTime in interface Job


Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.