Skip navigation links
com.essbase.eas.essbase.defs
Class ServerProperties
java.lang.Object
com.essbase.eas.essbase.defs.ServerProperties
-
public class ServerProperties
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SUBSET_SECURITY
public static final int SUBSET_SECURITY
-
- See Also:
- Constant Field Values
SUBSET_LICENSE
public static final int SUBSET_LICENSE
-
- See Also:
- Constant Field Values
SUBSET_STATISTICS
public static final int SUBSET_STATISTICS
-
- See Also:
- Constant Field Values
SUBSET_ENVIRONMENT
public static final int SUBSET_ENVIRONMENT
-
- See Also:
- Constant Field Values
SUBSET_OS
public static final int SUBSET_OS
-
- See Also:
- Constant Field Values
SUBSET_DRIVES
public static final int SUBSET_DRIVES
-
- See Also:
- Constant Field Values
SUBSET_ALL
public static final int SUBSET_ALL
-
- See Also:
- Constant Field Values
SUBSET_COUNT
public static final int SUBSET_COUNT
-
- See Also:
- Constant Field Values
MIN_INACTIVE_LIMIT
public static final int MIN_INACTIVE_LIMIT
-
- See Also:
- Constant Field Values
DEFAULT_INACTIVE_LIMIT
public static final int DEFAULT_INACTIVE_LIMIT
-
- See Also:
- Constant Field Values
MIN_CHECK_LIMIT
public static final int MIN_CHECK_LIMIT
-
- See Also:
- Constant Field Values
DEFAULT_CHECK_LIMIT
public static final int DEFAULT_CHECK_LIMIT
-
- See Also:
- Constant Field Values
CFG_AGENT_THREADS
public static final java.lang.String CFG_AGENT_THREADS
- some constants for Config Settings (not complete) these are 7.0 constants
- See Also:
- Constant Field Values
CFG_AGENT_DELAY
public static final java.lang.String CFG_AGENT_DELAY
-
- See Also:
- Constant Field Values
CFG_AGT_SVR_CONNECTIONS
public static final java.lang.String CFG_AGT_SVR_CONNECTIONS
-
- See Also:
- Constant Field Values
CFG_AGT_LOG_MESSAGE_LEVEL
public static final java.lang.String CFG_AGT_LOG_MESSAGE_LEVEL
-
- See Also:
- Constant Field Values
CFG_AUTHENTICATION_MODULE
public static final java.lang.String CFG_AUTHENTICATION_MODULE
-
- See Also:
- Constant Field Values
CFG_DATA_STORAGE_TYPE
public static final java.lang.String CFG_DATA_STORAGE_TYPE
-
- See Also:
- Constant Field Values
CFG_JVM_MODULE_LOCATION
public static final java.lang.String CFG_JVM_MODULE_LOCATION
-
- See Also:
- Constant Field Values
CFG_LOCK_TIMEOUT
public static final java.lang.String CFG_LOCK_TIMEOUT
-
- See Also:
- Constant Field Values
CFG_MAX_LOGINS
public static final java.lang.String CFG_MAX_LOGINS
-
- See Also:
- Constant Field Values
CFG_QUICK_LOGIN
public static final java.lang.String CFG_QUICK_LOGIN
-
- See Also:
- Constant Field Values
CFG_UNICODE_AGENT_LOG
public static final java.lang.String CFG_UNICODE_AGENT_LOG
-
- See Also:
- Constant Field Values
ServerProperties
public ServerProperties()
setUnicodeEnabled
public void setUnicodeEnabled(short s)
isUnicodeEnabled
public boolean isUnicodeEnabled()
getUnicodeEnabled
public short getUnicodeEnabled()
setLoginInfo
public void setLoginInfo(ServerProperties.LoginInfo login)
getLoginInfo
public ServerProperties.LoginInfo getLoginInfo()
createLoginInfo
public ServerProperties.LoginInfo createLoginInfo()
setLicenseInfo
public void setLicenseInfo(ServerProperties.LicenseInfo license)
getLicenseInfo
public ServerProperties.LicenseInfo getLicenseInfo()
createLicenseInfo
public ServerProperties.LicenseInfo createLicenseInfo()
setGlobalInfo
public void setGlobalInfo(ServerProperties.GlobalInfo gloabl)
getGlobalInfo
public ServerProperties.GlobalInfo getGlobalInfo()
createGlobalInfo
public ServerProperties.GlobalInfo createGlobalInfo()
setSystemInfo
public void setSystemInfo(ServerProperties.SystemInfo system)
getSystemInfo
public ServerProperties.SystemInfo getSystemInfo()
createSystemInfo
public ServerProperties.SystemInfo createSystemInfo()
setDriveInfo
public void setDriveInfo(java.util.ArrayList drives)
getDriveInfo
public java.util.ArrayList getDriveInfo()
createDriveInfo
public ServerProperties.DriveInfo createDriveInfo()
setSubsetLoaded
public void setSubsetLoaded(int subset,
boolean isLoaded)
getSubsetLoaded
public boolean getSubsetLoaded(int subset)
setSubset
public void setSubset(int subset,
ServerProperties serverProps)
equals
public boolean equals(java.lang.Object obj)
- Compare only the user editable fields in ServerProperties
-
- Overrides:
equals in class java.lang.Object
-
- Parameters:
obj - the object to compare to
- Returns:
true if the compared fields are equal
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.