Class RepositoryRecording100
java.lang.Object
de.hybris.platform.sap.core.jco.rec.version100.RepositoryRecording100
- All Implemented Interfaces:
RepositoryRecording
Implementation of
RepositoryRecording for the version 1.0.0 of the Repository.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintputFunction(com.sap.conn.jco.JCoFunction function) While recording, this method helps to add a (new) function to the Repository.voidSaves the collected data in a file on disk.
-
Constructor Details
-
RepositoryRecording100
Constructor.- Parameters:
file- this file is the location the recorded
-
-
Method Details
-
putFunction
public int putFunction(com.sap.conn.jco.JCoFunction function) Description copied from interface:RepositoryRecordingWhile recording, this method helps to add a (new) function to the Repository.- Specified by:
putFunctionin interfaceRepositoryRecording- Parameters:
function- the JCoFunction that should be added.- Returns:
- Returns a number that indicates the position in the requesting/execution-order.
-
writeRepositoryToFile
Description copied from interface:RepositoryRecordingSaves the collected data in a file on disk.- Specified by:
writeRepositoryToFilein interfaceRepositoryRecording- Throws:
JCoRecException- if an error (e.g. I/O exception) occurs during saving.
-