Inheritance diagram for com.scalagent.scheduler.util.Client:


Public Member Functions | |
| Client (short to, String name, String condition, String frequency) | |
| Client (short to, String name) | |
| void | setSchedulerCondition (String schedulerCondition) |
| void | setFrequency (String frequency) |
Protected Member Functions | |
| void | agentInitialize (boolean firstTime) throws Exception |
Client agent to program the Scheduler with a scheduling event date described by a cron like string The configurator proceeds to the programming of the scheduler when the agent is deployed assuming that there is only one default scheduler in the agent server. SchedulingCondition.
CronEvent
Definition at line 41 of file Client.java.
| com.scalagent.scheduler.util.Client.Client | ( | short | to, | |
| String | name, | |||
| String | condition, | |||
| String | frequency | |||
| ) |
Creates an agent to be configured.
| to | target agent server | |
| name | symbolic name of this agent |
Definition at line 57 of file Client.java.
References com.scalagent.scheduler.util.Client.setFrequency(), and com.scalagent.scheduler.util.Client.setSchedulerCondition().
Here is the call graph for this function:

| com.scalagent.scheduler.util.Client.Client | ( | short | to, | |
| String | name | |||
| ) |
Constructor invoked by the configurator at deployment stage.
Definition at line 66 of file Client.java.
| void com.scalagent.scheduler.util.Client.agentInitialize | ( | boolean | firstTime | ) | throws Exception [protected] |
Initializes the Client. Creates a CronEvent</cod> and send it to the default scheduler
firstTime true when agent server starts a new Client
Reimplemented from fr.dyade.aaa.agent.Agent.
Definition at line 76 of file Client.java.
References fr.dyade.aaa.agent.Agent.sendTo().
Here is the call graph for this function:

| void com.scalagent.scheduler.util.Client.setSchedulerCondition | ( | String | schedulerCondition | ) |
Property accessor.
| condition | condition the scheduler must send |
Definition at line 90 of file Client.java.
Referenced by com.scalagent.scheduler.util.Client.Client().
| void com.scalagent.scheduler.util.Client.setFrequency | ( | String | frequency | ) |
Property accessor.
| frequency | cron like string to determine the next scheduled date |
Definition at line 100 of file Client.java.
Referenced by com.scalagent.scheduler.util.Client.Client().
1.5.0