|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xfp.AttributeContainer org.xfp.engine.Engine
The XFP Engine executes Task
's at scheduled time. It can be used
directly (as seen in Main.main()) or as an Avalon component. The current
implementation internally uses the Quartz Enterprise Job Scheduler
.
Field Summary | |
protected static java.lang.String |
COMPONENT_NAME
|
Fields inherited from class org.xfp.AttributeContainer |
name, parentContainer |
Constructor Summary | |
Engine()
Sole constructor. |
Method Summary | |
void |
dispose()
Dispose. |
void |
initialize()
Initialize. |
void |
parameterize(org.apache.avalon.framework.parameters.Parameters parameters)
Parameterize. |
void |
start()
Start. |
void |
stop()
Stop. |
Methods inherited from class org.xfp.AttributeContainer |
configureAttributes, disposeAttributes, getAttributes, getFullName, getName, initializeAttributes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final java.lang.String COMPONENT_NAME
Constructor Detail |
public Engine()
Method Detail |
public void parameterize(org.apache.avalon.framework.parameters.Parameters parameters) throws org.apache.avalon.framework.parameters.ParameterException
parameterize
in interface org.apache.avalon.framework.parameters.Parameterizable
org.apache.avalon.framework.parameters.ParameterException
Parameterizable.parameterize(Parameters)
public void initialize() throws java.lang.Exception
initialize
in interface org.apache.avalon.framework.activity.Initializable
java.lang.Exception
Initializable.initialize()
public void start() throws java.lang.Exception
start
in interface org.apache.avalon.framework.activity.Startable
java.lang.Exception
Startable.start()
public void stop() throws java.lang.Exception
stop
in interface org.apache.avalon.framework.activity.Startable
java.lang.Exception
Startable.stop()
public void dispose()
dispose
in interface org.apache.avalon.framework.activity.Disposable
Disposable.dispose()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |