com.rhi.architecture.parc
Class SingleCallApplicationStrategy

java.lang.Object
  extended bycom.rhi.architecture.parc.SingleCallApplicationStrategy
All Implemented Interfaces:
ApplicationStrategy

public final class SingleCallApplicationStrategy
extends java.lang.Object
implements ApplicationStrategy

Run once Application Strategy

Since:
1.0
Author:
Pete McKinstry

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

SingleCallApplicationStrategy

public SingleCallApplicationStrategy()
Method Detail

init

public void init(java.util.Properties p)
          throws InitializationException
Init method will be called prior to run to allow the strategy to initialize itself & acquire any necessary resources.

Specified by:
init in interface ApplicationStrategy
Parameters:
p -
Throws:
InitializationException
Since:
1.0

run

public void run()
         throws ProcessingException
The SingleCallApplicationStrategy does a single execution of the Process.

Specified by:
run in interface ApplicationStrategy
Throws:
ProcessingException
Since:
1.0


Copyright © 2002-2004 Robert Half International. All Rights Reserved.