org.apache.sling.event.impl
Class TimedJobHandler.ScheduleInfo

java.lang.Object
  extended by 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

Field Summary
 Date date
           
 String expression
           
 String jobId
           
 Long period
           
 
Constructor Summary
TimedJobHandler.ScheduleInfo(org.osgi.service.event.Event event)
           
 
Method Summary
static String getJobId(String topic, String timedEventId, String jobId)
           
 TimedJobHandler.ScheduleInfo getStopInfo()
           
 boolean isStopEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expression

public final String expression

period

public final Long period

date

public final Date date

jobId

public final String jobId
Constructor Detail

TimedJobHandler.ScheduleInfo

public TimedJobHandler.ScheduleInfo(org.osgi.service.event.Event event)
                             throws IllegalArgumentException
Throws:
IllegalArgumentException
Method Detail

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.