|
Core API 7.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.juniper.smgt.sae.portal.ScheduleEntry
public class 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)
long
- eventTime The event timeAction[]
- actions The actions to take at the event time.Method Detail |
---|
public String getId()
public void setId(String id)
public void setActions(Action[] aActions)
Actions[]
- aActions The array of actions to be taken in
order a the event time.getActions()
,
Action
public Action[] getActions()
setActions(net.juniper.smgt.sae.portal.Action[])
,
Action
public 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.
date
- milliseconds since January 1, 1970, 00:00:00 GMT not to
exceed the milliseconds representation for the year 8099. A
negative number indicates the number of milliseconds before
January 1, 1970, 00:00:00 GMT.getScheduledTime()
,
Date.setTime(long)
public String toString()
toString
in class Object
|
Core API 7.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |