org.apache.activemq.store.kahadb.scheduler
Class JobImpl
java.lang.Object
org.apache.activemq.store.kahadb.scheduler.JobImpl
- All Implemented Interfaces:
- Job
public class JobImpl
- extends Object
- implements Job
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobImpl
protected JobImpl(org.apache.activemq.store.kahadb.scheduler.JobLocation location,
ByteSequence bs)
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.