|
Core API 4.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--net.juniper.smgt.sae.portal.ScheduledTime
The ScheduledTime class encapsulates the schedule time
that is configured for a Schedule Entry.
| Constructor Summary | |
ScheduledTime()
Default constrcutor |
|
ScheduledTime(TimeSpec firstTimeSpec,
TimeSpec secondTimeSpect)
constrcutor with all the attributes |
|
| Method Summary | |
TimeSpec |
getTimeSpec(int index)
|
void |
handleInputError(short handleType,
String msg)
|
boolean |
hasTimeInRange(long startDate,
long endDate)
|
void |
setTimeSpec(TimeSpec spec,
int index)
|
String |
toString()
For debugging only. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ScheduledTime()
public ScheduledTime(TimeSpec firstTimeSpec,
TimeSpec secondTimeSpect)
| Method Detail |
public TimeSpec getTimeSpec(int index)
public void setTimeSpec(TimeSpec spec,
int index)
spec -
public boolean hasTimeInRange(long startDate,
long endDate)
public String toString()
toString in class Object
public void handleInputError(short handleType,
String msg)
|
Core API 4.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||