|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rhi.architecture.batch.AbstractApplication
com.rhi.architecture.batch.BatchApplication
com.rhi.architecture.parc.PARCApplication
Pipeline Architecture (PARC) Application. Defers execution to a strategy that can provide a number of execution methods. These include Looping, Single Run, etc... The only thing that a concrete PARCApplication class should have to do is setup the pipeline object w/ the appropriate filter(s) and return it via getPipeline()
Field Summary | |
static java.lang.String |
CYCLE_STATS
logger name to use when outputing performance statistics. |
Fields inherited from interface com.rhi.architecture.batch.Application |
FATAL_EXCEPTION, SUCCESS, SUCCESS_WITH_EXCEPTION |
Constructor Summary | |
PARCApplication()
default constructor |
Method Summary | |
protected void |
doCleanup()
Perform any cleanup required before the application exits. |
protected void |
doInit()
Configure the InterfaceApplication w/ the appropriate framework implementation classes. |
static void |
main(java.lang.String[] args)
Main() - calls execute in framework classes. |
void |
run()
Defer execution to strategy. |
Methods inherited from class com.rhi.architecture.batch.BatchApplication |
cleanup, getAuditAgent, getProperties, init, isAuditEnabled |
Methods inherited from class com.rhi.architecture.batch.AbstractApplication |
execute, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String CYCLE_STATS
Constructor Detail |
public PARCApplication()
Method Detail |
protected void doInit() throws InitializationException
doInit
in class BatchApplication
InitializationException
public void run() throws ApplicationException
run
in class AbstractApplication
ApplicationException
protected void doCleanup()
doCleanup
in class BatchApplication
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |