Class ClassicConnectorUtil

java.lang.Object
com.saperion.util.ClassicConnectorUtil
All Implemented Interfaces:
Serializable

public class ClassicConnectorUtil extends Object implements Serializable
Utility class for ClassicConnector/RMI functions. This utility methods are moved from the ClassicConnector class to this class to provide the available function to transaction operation Operation.

Used on both side, Client Side (ClassicConnector) and Service Side Operation.

No static methods are used here to avoid multithreading problems in the CC context. Each CC should use one ClassicConnectorUtil object (aggregation).

Author:
buw
See Also: