|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.connectivity.framework.AbstractAgent
org.eclipse.smila.connectivity.framework.agent.jobfile.JobFileAgent
public class JobFileAgent
Implementation of a Agent that reads xml job files with add jobs containing records and delete jobs containing ids.
| Constructor Summary | |
|---|---|
JobFileAgent()
Default Constructor. |
|
| Method Summary | |
|---|---|
void |
add(Record record)
Add the given record. |
void |
delete(Id id)
Delete the given id. |
protected void |
initialize()
Method to contain initialization of the agent. |
void |
run()
|
| Methods inherited from class org.eclipse.smila.connectivity.framework.AbstractAgent |
|---|
activate, deactivate, getAgentId, getAgentState, getConfig, getControllerCallback, getSessionId, isStopThread, start, stop, stopThread |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobFileAgent()
| Method Detail |
|---|
public void run()
run in interface java.lang.RunnableRunnable.run()public void add(Record record)
add in interface JobFileHandlerrecord - the record to addpublic void delete(Id id)
delete in interface JobFileHandlerid - the Id to add
protected void initialize()
throws AgentException
initialize in class AbstractAgentAgentException - if any error occursAbstractAgent.initialize()
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||