|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
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.PBApplication
Process Based Application. Designed to support running multiple processes w/in the same application. These processes may fo
Field Summary | |
static java.lang.String |
CYCLE_STATS
the 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 | |
PBApplication()
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. |
protected boolean |
isAuditEnabled()
returns false because the Process instances will handle their own audit responsibilities w/o help from the application. |
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 |
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 PBApplication()
Method Detail |
public void run() throws ApplicationException
run
in class AbstractApplication
ApplicationException
protected void doInit() throws InitializationException
doInit
in class BatchApplication
InitializationException
protected void doCleanup()
doCleanup
in class BatchApplication
public static void main(java.lang.String[] args)
protected boolean isAuditEnabled()
isAuditEnabled
in class BatchApplication
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |