|
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.ScheduleEntry
The ScheduleEntry class encapsulates schedule
that can be configured by the subscriber to be taken.
| Constructor Summary | |
ScheduleEntry()
Default constrcutor |
|
ScheduleEntry(String id,
ScheduledTime scheduledTime,
Action[] actions)
Constrcutor with eventDate and actions |
|
| Method Summary | |
Action[] |
getActions()
Sets the actions to be taken at the event time. |
String |
getId()
|
ScheduledTime |
getScheduledTime()
Gets the time for the event using the given milliseconds time value |
void |
setActions(Action[] aActions)
Sets the actions to be taken at the event time. |
void |
setId(String id)
|
void |
setScheduledTime(ScheduledTime scheduledTime)
Sets the time for the event using the given milliseconds time value. |
String |
toString()
For debugging only. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ScheduleEntry()
public ScheduleEntry(String id,
ScheduledTime scheduledTime,
Action[] actions)
| Method Detail |
public String getId()
public void setId(String id)
public void setActions(Action[] aActions)
getActions(),
Actionpublic Action[] getActions()
setActions(net.juniper.smgt.sae.portal.Action[]),
Actionpublic ScheduledTime getScheduledTime()
Date.setTime(long)public void setScheduledTime(ScheduledTime scheduledTime)
If the given milliseconds value contains time information, the driver will set the time components to the time in the default time zone (the time zone of the Java virtual machine running the application) that corresponds to zero GMT.
getScheduledTime(),
Date.setTime(long)public String toString()
toString in class Object
|
Core API 4.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||