A B C D E F G I K L M N P R S T U V W

A

active() - Method in class adams.flow.standalone.Cron
Returns the number of non-skipped actors.
adams.core.base - package adams.core.base
 
adams.flow.standalone - package adams.flow.standalone
 
adams.gui.flow.menu - package adams.gui.flow.menu
 
adams.gui.goe - package adams.gui.goe
 
add(AbstractActor) - Method in class adams.flow.standalone.Cron
Inserts the actor at the end.
add(int, AbstractActor) - Method in class adams.flow.standalone.Cron
Inserts the actor at the given position.

B

BUSY - Static variable in class adams.flow.standalone.Cron
the result if actors are currently being executed.

C

check() - Method in class adams.flow.standalone.Cron
Performs checks on the "sub-actors".
checkCronActors(AbstractActor[]) - Method in class adams.flow.standalone.Cron
Checks the cron actors before they are set via the setCronActors method.
cleanUp() - Method in class adams.flow.standalone.Cron
Cleans up after the execution has finished.
createCustomEditor() - Method in class adams.gui.goe.CronScheduleEditor
Gets the custom editor component.
Cron - Class in adams.flow.standalone
Executes an actor according to a pre-defined schedule.
Note: since the actor merely starts the cron scheduler in the background, the actor finishes the execution pretty much immediately.
Cron() - Constructor for class adams.flow.standalone.Cron
 
Cron.CronJob - Class in adams.flow.standalone
Encapsulates a job to run.
Cron.CronJob() - Constructor for class adams.flow.standalone.Cron.CronJob
 
cronActorsTipText() - Method in class adams.flow.standalone.Cron
Returns the tip text for this property.
CronSchedule - Class in adams.core.base
Encapsulates a cron schedule.
CronSchedule() - Constructor for class adams.core.base.CronSchedule
Initializes with the default schedule.
CronSchedule(String) - Constructor for class adams.core.base.CronSchedule
Initializes the object with the specified schedule.
CronScheduleEditor - Class in adams.gui.goe
A PropertyEditor for CronSchedule objects.
CronScheduleEditor() - Constructor for class adams.gui.goe.CronScheduleEditor
 

D

DEFAULT - Static variable in class adams.core.base.CronSchedule
the default schedule.
defineOptions() - Method in class adams.flow.standalone.Cron
Adds options to the internal list of options.
doExecute() - Method in class adams.flow.standalone.Cron
Executes the flow item.

E

execute(JobExecutionContext) - Method in class adams.flow.standalone.Cron.CronJob
Gets executed when the cron event gets triggered.
executeCronActors() - Method in class adams.flow.standalone.Cron
Executes the cron actors.

F

firstActive() - Method in class adams.flow.standalone.Cron
Returns the first non-skipped actor.
forceVariables(Variables) - Method in class adams.flow.standalone.Cron
Updates the Variables instance in use.
fromCustomStringRepresentation(String) - Method in class adams.gui.goe.CronScheduleEditor
Returns an object created from the custom string representation.

G

get(int) - Method in class adams.flow.standalone.Cron
Returns the actor at the given position.
getActorHandlerInfo() - Method in class adams.flow.standalone.Cron
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
getCronActors() - Method in class adams.flow.standalone.Cron
Returns the actors to execute on schedule.
getCurrentExpression() - Method in class adams.gui.goe.CronScheduleEditor
Returns the current expression in the GUI.
getInlineValue() - Method in class adams.gui.goe.CronScheduleEditor
Returns the current value.
getJavaInitializationString() - Method in class adams.gui.goe.CronScheduleEditor
Returns a representation of the current property value as java source.
getMenu() - Method in class adams.gui.flow.menu.ShowTriggers
Returns the name of the menu to list this item under.
getQuickInfo() - Method in class adams.flow.standalone.Cron
Returns a quick info about the actor, which will be displayed in the GUI.
getSchedule() - Method in class adams.flow.standalone.Cron
Returns the name of the actor.
getTabelModel() - Method in class adams.gui.flow.menu.ShowTriggers
Returns a table model with the current triggers.
getTipText() - Method in class adams.core.base.CronSchedule
Returns a tool tip for the GUI editor (ignored if null is returned).
globalInfo() - Method in class adams.flow.standalone.Cron
Returns a string describing the object.

I

indexOf(String) - Method in class adams.flow.standalone.Cron
Returns the index of the actor.
initForDisplay() - Method in class adams.gui.goe.CronScheduleEditor
Initializes the display of the value.
initialize() - Method in class adams.flow.standalone.Cron
Initializes the members.
isInlineEditingAvailable() - Method in class adams.gui.goe.CronScheduleEditor
Checks whether inline editing is available.
isInlineValueValid(String) - Method in class adams.gui.goe.CronScheduleEditor
Checks whether the value id valid.
isValid(String) - Method in class adams.core.base.CronSchedule
Checks whether the string value is a valid presentation for this class.

K

KEY_OWNER - Static variable in class adams.flow.standalone.Cron
the key for the owner in the JobExecutionContent.

L

lastActive() - Method in class adams.flow.standalone.Cron
Returns the last non-skipped actor.

M

m_CronActors - Variable in class adams.flow.standalone.Cron
for actors that get executed.
m_ExecutingCronActors - Variable in class adams.flow.standalone.Cron
whether the cron-actors are currently being executed.
m_PanelParts - Variable in class adams.gui.goe.CronScheduleEditor
for the parts of the expression.
m_Schedule - Variable in class adams.flow.standalone.Cron
the cron schedule.
m_Scheduler - Variable in class adams.flow.standalone.Cron
the scheduler.
m_TextDayOfMonth - Variable in class adams.gui.goe.CronScheduleEditor
the text field for the day-of-month.
m_TextDayOfWeek - Variable in class adams.gui.goe.CronScheduleEditor
the text field for the day-of-week.
m_TextHours - Variable in class adams.gui.goe.CronScheduleEditor
the text field for the hours.
m_TextMinutes - Variable in class adams.gui.goe.CronScheduleEditor
the text field for the minutes.
m_TextMonth - Variable in class adams.gui.goe.CronScheduleEditor
the text field for the month.
m_TextSeconds - Variable in class adams.gui.goe.CronScheduleEditor
the text field for the seconds.
m_TextYear - Variable in class adams.gui.goe.CronScheduleEditor
the text field for the year.

N

newAction() - Method in class adams.gui.flow.menu.ShowTriggers
Creates the action to use.

P

paintValue(Graphics, Rectangle) - Method in class adams.gui.goe.CronScheduleEditor
Paints a representation of the current Object.

R

remove(int) - Method in class adams.flow.standalone.Cron
Removes the actor at the given position and returns the removed object.
removeAll() - Method in class adams.flow.standalone.Cron
Removes all actors.

S

scheduleTipText() - Method in class adams.flow.standalone.Cron
Returns the tip text for this property.
set(int, AbstractActor) - Method in class adams.flow.standalone.Cron
Sets the actor at the given position.
setCronActors(AbstractActor[]) - Method in class adams.flow.standalone.Cron
Sets the actors to execute on schedule.
setDebugLevel(int) - Method in class adams.flow.standalone.Cron
Sets the debugging level (0 = off).
setInlineValue(String) - Method in class adams.gui.goe.CronScheduleEditor
Sets the value to use.
setSchedule(CronSchedule) - Method in class adams.flow.standalone.Cron
Sets the execution schedule.
setUp() - Method in class adams.flow.standalone.Cron
Initializes the sub-actors for flow execution.
ShowTriggers - Class in adams.gui.flow.menu
Shows a dialog that lists all currently active triggers.
ShowTriggers() - Constructor for class adams.gui.flow.menu.ShowTriggers
 
size() - Method in class adams.flow.standalone.Cron
Returns the size of the group.
stopExecution() - Method in class adams.flow.standalone.Cron
Stops the execution.
stopScheduler() - Method in class adams.flow.standalone.Cron
Stops the internal cron scheduler, if possible.

T

toCustomStringRepresentation(Object) - Method in class adams.gui.goe.CronScheduleEditor
Returns a custom string representation of the object.
toString(AbstractOption, Object) - Static method in class adams.gui.goe.CronScheduleEditor
Returns the Compound as string.

U

updateAction() - Method in class adams.gui.flow.menu.ShowTriggers
Updating the action, based on the current status of the owner.
updateParent() - Method in class adams.flow.standalone.Cron
Updates the parent of all actors in this group.
URL_EXPRESSION - Static variable in class adams.gui.goe.CronScheduleEditor
the URL for the CronExpression class.

V

valueOf(AbstractOption, String) - Static method in class adams.gui.goe.CronScheduleEditor
Returns a Compound generated from the string.

W

wrapUp() - Method in class adams.flow.standalone.Cron
Cleans up after the execution has finished.

A B C D E F G I K L M N P R S T U V W

Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.