|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rhi.architecture.parc.SingleCallApplicationStrategy
Run once Application Strategy
Constructor Summary | |
SingleCallApplicationStrategy()
|
Method Summary | |
void |
init(java.util.Properties p)
Init method will be called prior to run to allow the strategy to initialize itself & acquire any necessary resources. |
void |
run()
The SingleCallApplicationStrategy does a single execution of the Process. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SingleCallApplicationStrategy()
Method Detail |
public void init(java.util.Properties p) throws InitializationException
init
in interface ApplicationStrategy
p
-
InitializationException
public void run() throws ProcessingException
run
in interface ApplicationStrategy
ProcessingException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |