com.sap.ip.me.api.runtime
Interface BatchSupport


public interface BatchSupport

Author:
d029019 To change this generated comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 java.util.Vector getBatchResult()
          This method should return the results of the Batchjob.
 void startBatch()
          This Method is called by the framework to start the batch application.
 

Method Detail

startBatch

public void startBatch()
This Method is called by the framework to start the batch application.


getBatchResult

public java.util.Vector getBatchResult()
This method should return the results of the Batchjob.

Returns:
The result has to be a vector that contains Strings.


Copyright © 2005 SAP AG. All Rights Reserved.