org.apache.sling.event.impl
Class TimedJobHandler.ScheduleInfo
java.lang.Object
org.apache.sling.event.impl.TimedJobHandler.ScheduleInfo
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- TimedJobHandler
protected static final class TimedJobHandler.ScheduleInfo
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expression
public final String expression
period
public final Long period
date
public final Date date
jobId
public final String jobId
TimedJobHandler.ScheduleInfo
public TimedJobHandler.ScheduleInfo(org.osgi.service.event.Event event)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
getStopInfo
public TimedJobHandler.ScheduleInfo getStopInfo()
isStopEvent
public boolean isStopEvent()
getJobId
public static String getJobId(String topic,
String timedEventId,
String jobId)
Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.