Skip navigation links
com.essbase.eas.essbase.api.core
Class ApplicationState
java.lang.Object
com.essbase.eas.essbase.api.core.ApplicationState
-
public class ApplicationState
- extends java.lang.Object
This class maps to the functional API application state information. In the C API this is the ESS_APPSTATE_T structure.
Warning: there are semantics regarding some of these properties. We have to be careful how we document and expose those semantics.
- Version:
- 1.00, 10/23/2000
- Author:
- Hank Cox
| Constructor Summary |
ApplicationState()
constructs a ApplicationState object with the default values. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PRIVILEGE_NONE
public static final int PRIVILEGE_NONE
-
- See Also:
- Constant Field Values
PRIVILEGE_READ
public static final int PRIVILEGE_READ
-
- See Also:
- Constant Field Values
PRIVILEGE_WRITE
public static final int PRIVILEGE_WRITE
-
- See Also:
- Constant Field Values
PRIVILEGE_CALC
public static final int PRIVILEGE_CALC
-
- See Also:
- Constant Field Values
PRIVILEGE_DBDESIGN
public static final int PRIVILEGE_DBDESIGN
-
- See Also:
- Constant Field Values
ApplicationState
public ApplicationState()
- constructs a ApplicationState object with the default values.
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String value)
getIsLoadable
public boolean getIsLoadable()
setIsLoadable
public void setIsLoadable(boolean value)
getIsAutoLoadEnabled
public boolean getIsAutoLoadEnabled()
setIsAutoLoadEnabled
public void setIsAutoLoadEnabled(boolean value)
getAccess
public int getAccess()
setAccess
public void setAccess(int value)
getCanConnect
public boolean getCanConnect()
setCanConnect
public void setCanConnect(boolean value)
getAcceptsCommands
public boolean getAcceptsCommands()
setAcceptsCommands
public void setAcceptsCommands(boolean value)
getAcceptsUpdates
public boolean getAcceptsUpdates()
setAcceptsUpdates
public void setAcceptsUpdates(boolean value)
getIsSecurityOn
public boolean getIsSecurityOn()
setIsSecurityOn
public void setIsSecurityOn(boolean value)
getLockTimeout
public int getLockTimeout()
setLockTimeout
public void setLockTimeout(int value)
getLroSizeLimit
public int getLroSizeLimit()
setLroSizeLimit
public void setLroSizeLimit(int value)
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.