Class IdcClientConfig

java.lang.Object
oracle.stellent.ridc.IdcClientConfig
Direct Known Subclasses:
IdcHttpClientConfig, IntradocClientConfig, JaxWSClientConfig

@Exported public class IdcClientConfig extends Object
Configuration parameters for individual IDC clients
  • Field Details

  • Constructor Details

    • IdcClientConfig

      public IdcClientConfig()
  • Method Details

    • setProperties

      public void setProperties(Map<String,String> properties)
    • setSecureProperties

      public void setSecureProperties(Map<String,char[]> secureProperties)
    • getPropertyNames

      public Collection<String> getPropertyNames()
    • getSecurePropertyNames

      public Collection<String> getSecurePropertyNames()
    • setProperty

      public void setProperty(String name, String value)
    • getProperty

      public String getProperty(String name)
    • setSecureProperty

      public void setSecureProperty(String name, char[] value)
    • getSecureProperty

      public char[] getSecureProperty(String name)
    • getConnectionString

      public String getConnectionString()
    • setConnectionString

      public void setConnectionString(String connectionString)
    • getConnectionSize

      public int getConnectionSize()
    • setConnectionSize

      public void setConnectionSize(int size)
    • getConnectionWaitTime

      public long getConnectionWaitTime()
    • setConnectionWaitTime

      public void setConnectionWaitTime(long waitTime)
    • getConnectionPool

      public String getConnectionPool()
    • setConnectionPool

      public void setConnectionPool(String model)
    • getSocketTimeout

      public int getSocketTimeout()
    • setSocketTimeout

      public void setSocketTimeout(int timeout)
    • getStringProperty

      protected String getStringProperty(String name, String defaultValue)
    • getIntProperty

      protected int getIntProperty(String name, int defaultValue)
    • getLongProperty

      protected long getLongProperty(String name, long defaultValue)
    • getBooleanProperty

      protected boolean getBooleanProperty(String name, boolean defaultValue)