oracle.dacf.dataset
Class DataSetUtils
java.lang.Object
oracle.dacf.dataset.DataSetUtils
- public class DataSetUtils
- extends java.lang.Object
utility class, used by SessionInfo object.
diagnostics to check whether SessionInfo is set up correctly or not
- Version:
- INTERNAL
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSetUtils
public DataSetUtils()
checkSessionInfoParams
public static boolean checkSessionInfoParams(SessionInfo sessInfo)
- check if session info object has been setup with all necessary
information. display diagnostic messages if there is an error.
- Returns:
- true if SessionInfo is setup correctly
_checkBasicProperties
protected static boolean _checkBasicProperties(SessionInfo sessInfo)
_checkAppModule
protected static boolean _checkAppModule(SessionInfo sessInfo)
_checkXMLFile
protected static boolean _checkXMLFile(SessionInfo sessInfo)
Copyright © 1997, 2003, Oracle. All rights reserved.