|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.xmlschema.AbstractScheduleType
org.rhq.enterprise.server.xmlschema.PeriodicScheduleType
public class PeriodicScheduleType
A schedule type whose jobs are triggered periodically every certain number of milliseconds.
| Field Summary | |
|---|---|
static java.lang.String |
TYPE_NAME
|
| Constructor Summary | |
|---|---|
PeriodicScheduleType(boolean concurrent,
long period)
|
|
| Method Summary | |
|---|---|
long |
getPeriod()
|
java.lang.String |
getScheduleTrigger()
Returns the string form of the trigger that causes the job to be invoked. |
| Methods inherited from class org.rhq.enterprise.server.xmlschema.AbstractScheduleType |
|---|
create, getTypeName, isConcurrent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String TYPE_NAME
| Constructor Detail |
|---|
public PeriodicScheduleType(boolean concurrent,
long period)
| Method Detail |
|---|
public long getPeriod()
public java.lang.String getScheduleTrigger()
AbstractScheduleType
getScheduleTrigger in class AbstractScheduleType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||