Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


oracle.sdp.sclb.configuration.beans
Interface GeneralBean


public interface GeneralBean

General descriptor bean.


Field Summary
static String DEFAULT_KEY_STORE
          default keyStore.
static String DEFAULT_LOG_LEVEL
          default locale.
static int DEFAULT_RECONNECT_INTERVAL
          default reconnectInterval.
static String DEFAULT_TRUST_STORE
          default trustStore.

 

Method Summary
 String getKeyStore()
          Location of the java keystore file used for transport level security.
 String getLogLevel()
          The universal logger for CLB.
 String getProperties()
          Property defined for the load-balancer.
 int getReconnectInterval()
          If the connection to OCCAS admin server is lost, CLB will continuously try to reconnect using this interval.
 String getTrustStore()
          Location of the truststore file used for transport level security.
 void setKeyStore(String value)
          Set KeyStore to be used.
 void setLogLevel(String value)
          log level.
 void setProperties(String value)
          Set the Properties.
 void setReconnectInterval(int value)
          Set reconnect interval in second.
 void setTrustStore(String value)
          Set TrustStore to be used.

 

Field Detail

DEFAULT_KEY_STORE

static final String DEFAULT_KEY_STORE
default keyStore.
See Also:
Constant Field Values

DEFAULT_TRUST_STORE

static final String DEFAULT_TRUST_STORE
default trustStore.
See Also:
Constant Field Values

DEFAULT_RECONNECT_INTERVAL

static final int DEFAULT_RECONNECT_INTERVAL
default reconnectInterval.
See Also:
Constant Field Values

DEFAULT_LOG_LEVEL

static final String DEFAULT_LOG_LEVEL
default locale.
See Also:
Constant Field Values

Method Detail

getKeyStore

String getKeyStore()
Location of the java keystore file used for transport level security. Used for both SIP and HTTP.
Returns:
keyStore

setKeyStore

void setKeyStore(String value)
Set KeyStore to be used.
Parameters:
value - keystore

getTrustStore

String getTrustStore()
Location of the truststore file used for transport level security. Used for both SIP and HTTP..
Returns:
trustStore

setTrustStore

void setTrustStore(String value)
Set TrustStore to be used.
Parameters:
value - trustStore

getReconnectInterval

int getReconnectInterval()
If the connection to OCCAS admin server is lost, CLB will continuously try to reconnect using this interval.
Returns:
reconnectInterval Reconnect Interval

setReconnectInterval

void setReconnectInterval(int value)
Set reconnect interval in second.
Parameters:
value - reconnect interval in second

getLogLevel

String getLogLevel()
The universal logger for CLB.
Returns:
log level.

setLogLevel

void setLogLevel(String value)
log level.
Parameters:
value - log level.

getProperties

String getProperties()
Property defined for the load-balancer.
Returns:
Properties

setProperties

void setProperties(String value)
Set the Properties.
Parameters:
value - Properties

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.