<< Click to Display Table of Contents >>
DataBind
This class provides methods related to the data binding function of OZ Server.
Constructor Detail
DataBind
public DataBind(String url, String id, String pw, boolean bAutoLogin, boolean useUSL)
Performs data binding function
Parameters:
url - URL of OZ Server
id - User ID
pw - User Password
bAutoLogin - Whether to use the AutoLogin
useUSL - Whether to use the USL
Method Detail
getDataBindConfigration
public SortProperties getDataBindConfigration() throws OZCPException
Gets the values defined in the databind.properties file.
setDataBindConfigration
public void setDataBindConfigration(SortProperties config) throws OZCPException
Sets the values defined in the databind.properties file.
Parameters:
config - DataBind configuration properties