|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final String DEFAULT_KEY_STORE
static final String DEFAULT_TRUST_STORE
static final int DEFAULT_RECONNECT_INTERVAL
static final String DEFAULT_LOG_LEVEL
Method Detail |
---|
String getKeyStore()
void setKeyStore(String value)
value
- keystoreString getTrustStore()
void setTrustStore(String value)
value
- trustStoreint getReconnectInterval()
void setReconnectInterval(int value)
value
- reconnect interval in secondString getLogLevel()
void setLogLevel(String value)
value
- log level.String getProperties()
void setProperties(String value)
value
- Properties
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2012 Oracle Corporation. All Rights Reserved.