org.rhq.enterprise.server.xmlschema
Class PeriodicScheduleType
java.lang.Object
org.rhq.enterprise.server.xmlschema.AbstractScheduleType
org.rhq.enterprise.server.xmlschema.PeriodicScheduleType
public class PeriodicScheduleType
- extends AbstractScheduleType
A schedule type whose jobs are triggered periodically every certain number of milliseconds.
- Author:
- John Mazzitelli
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
PeriodicScheduleType
public PeriodicScheduleType(boolean concurrent,
boolean clustered,
long period)
getPeriod
public long getPeriod()
getScheduleTrigger
public String getScheduleTrigger()
- Description copied from class:
AbstractScheduleType
- Returns the string form of the trigger that causes the job to be invoked.
- Specified by:
getScheduleTrigger in class AbstractScheduleType
- Returns:
- a string that describes the trigger of the schedule
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.