|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.wvs.server.schedule.ScheduleDefinitions
Field Summary | |
private String |
baseProperty
|
private String[] |
scheduleClass
|
private String[] |
scheduleDescription
|
private String[] |
scheduleEnableOnContainers
|
private String[] |
scheduleJobs
|
private String[] |
scheduleMethod
|
private Properties |
wvsProperties
|
Constructor Summary | |
ScheduleDefinitions()
|
Method Summary | |
String |
getClassName(String scheduleJob)
For the schedulejob, return the class definition from the properties file Supported API: false |
String |
getDescription(String className,
String methodName)
Returns schedule job description for which the class and method are used Supported API: false |
String[] |
getDescriptions()
Returns all descriptions Supported API: false |
String[] |
getEnableOnContainers()
Returns all enable on containers flags Supported API: false |
String |
getMethodName(String scheduleJob)
For the schedulejob, return the method definition from the properties file Supported API: false |
String[] |
getScheduleJobs()
Returns all schedule jobs Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private Properties wvsProperties
private String[] scheduleJobs
private String[] scheduleClass
private String[] scheduleMethod
private String[] scheduleDescription
private String[] scheduleEnableOnContainers
private String baseProperty
Constructor Detail |
public ScheduleDefinitions()
Method Detail |
public String getClassName(String scheduleJob)
scheduleJob
- The scheduleJob
public String getMethodName(String scheduleJob)
scheduleJob
- The scheduleJob
public String[] getDescriptions()
public String[] getEnableOnContainers()
public String[] getScheduleJobs()
public String getDescription(String className, String methodName)
className
- The class name to matchmethodName
- The method to match
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |