Package oracle.stellent.ridc
Class IdcClientConfig
java.lang.Object
oracle.stellent.ridc.IdcClientConfig
- Direct Known Subclasses:
IdcHttpClientConfig,IntradocClientConfig,JaxWSClientConfig
Configuration parameters for individual IDC clients
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleangetBooleanProperty(String name, boolean defaultValue) intlongprotected intgetIntProperty(String name, int defaultValue) protected longgetLongProperty(String name, long defaultValue) getProperty(String name) char[]getSecureProperty(String name) intprotected StringgetStringProperty(String name, String defaultValue) voidsetConnectionPool(String model) voidsetConnectionSize(int size) voidsetConnectionString(String connectionString) voidsetConnectionWaitTime(long waitTime) voidsetProperties(Map<String, String> properties) voidsetProperty(String name, String value) voidsetSecureProperties(Map<String, char[]> secureProperties) voidsetSecureProperty(String name, char[] value) voidsetSocketTimeout(int timeout)
-
Field Details
-
PROP_CONNECTION_URL
- See Also:
-
PROP_CONNECTION_SIZE
- See Also:
-
PROP_CONNECTION_WAIT_TIME
- See Also:
-
PROP_CONNECTION_POOL
- See Also:
-
PROP_SOCKET_TIMEOUT
- See Also:
-
PROP_SOCKET_TIMEOUT_DEFAULT
public static final int PROP_SOCKET_TIMEOUT_DEFAULT- See Also:
-
-
Constructor Details
-
IdcClientConfig
public IdcClientConfig()
-
-
Method Details
-
setProperties
-
setSecureProperties
-
getPropertyNames
-
getSecurePropertyNames
-
setProperty
-
getProperty
-
setSecureProperty
-
getSecureProperty
-
getConnectionString
-
setConnectionString
-
getConnectionSize
public int getConnectionSize() -
setConnectionSize
public void setConnectionSize(int size) -
getConnectionWaitTime
public long getConnectionWaitTime() -
setConnectionWaitTime
public void setConnectionWaitTime(long waitTime) -
getConnectionPool
-
setConnectionPool
-
getSocketTimeout
public int getSocketTimeout() -
setSocketTimeout
public void setSocketTimeout(int timeout) -
getStringProperty
-
getIntProperty
-
getLongProperty
-
getBooleanProperty
-