Skip navigation links
com.essbase.eas.essbase.api.core
Class ServerGlobalState
java.lang.Object
com.essbase.eas.essbase.api.core.ServerGlobalState
-
public class ServerGlobalState
- extends java.lang.Object
This class maps to the functional API global state information.
Warning: there are semantics regarding some of these properties. We have to be careful how we document and expose those semantics.
- Version:
- 1.00, 06/28/2000
- Author:
- Hank Cox
- See Also:
EssServer
| Constructor Summary |
ServerGlobalState()
constructs a ServerGlobalState object with the default values. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerGlobalState
public ServerGlobalState()
- constructs a ServerGlobalState object with the default values.
getSecurityEnabled
public boolean getSecurityEnabled()
- retrieve the security enabled flag.
setSecurityEnabled
public void setSecurityEnabled(boolean value)
- set the security enabled flag.
getLoginsEnabled
public boolean getLoginsEnabled()
setLoginsEnabled
public void setLoginsEnabled(boolean value)
getCurrencyEnabled
public boolean getCurrencyEnabled()
setCurrencyEnabled
public void setCurrencyEnabled(boolean value)
getAccess
public AccessBitField getAccess()
setAccess
public void setAccess(AccessBitField value)
getPasswordDuration
public short getPasswordDuration()
setPasswordDuration
public void setPasswordDuration(short value)
getPasswordMinLength
public short getPasswordMinLength()
setPasswordMinLength
public void setPasswordMinLength(short value)
getInactiveTime
public long getInactiveTime()
setInactiveTime
public void setInactiveTime(long value)
getInactiveCheck
public long getInactiveCheck()
setInactiveCheck
public void setInactiveCheck(long value)
getInactiveLockout
public short getInactiveLockout()
setInactiveLockout
public void setInactiveLockout(short value)
getInvalidAttempts
public short getInvalidAttempts()
setInvalidAttempts
public void setInvalidAttempts(short value)
getCountWarnings
public short getCountWarnings()
setCountWarnings
public void setCountWarnings(short value)
getStoredNumber
public short getStoredNumber()
setStoredNumber
public void setStoredNumber(short value)
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.