Store.ConnectionInfo.AS
Description
AS Connection Information functions
Functions
Name | Signature and Synopsis |
setConnectionWaitTime | void setConnectionWaitTime (Object storeConnectionInfo, double waitTime)
|
setSecondaryStoreUrl | void setSecondaryStoreUrl (Object storeConnectionInfo, String secondaryServerUrl)
|
setTrustAll | void setTrustAll (Object storeConnectionInfo)
|
setTrustFile | void setTrustFile (Object storeConnectionInfo, String trustFilePath)
|
setUserCredentials | void setUserCredentials (Object storeConnectionInfo, String userName, String password)
|