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 boolean
getBooleanProperty
(String name, boolean defaultValue) int
long
protected int
getIntProperty
(String name, int defaultValue) protected long
getLongProperty
(String name, long defaultValue) getProperty
(String name) char[]
getSecureProperty
(String name) int
protected String
getStringProperty
(String name, String defaultValue) void
setConnectionPool
(String model) void
setConnectionSize
(int size) void
setConnectionString
(String connectionString) void
setConnectionWaitTime
(long waitTime) void
setProperties
(Map<String, String> properties) void
setProperty
(String name, String value) void
setSecureProperties
(Map<String, char[]> secureProperties) void
setSecureProperty
(String name, char[] value) void
setSocketTimeout
(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
-