Skip navigation links
com.essbase.eas.essbase.api.core
Class ApplicationInfoEx
java.lang.Object
com.essbase.eas.essbase.api.core.ApplicationInfoEx
-
public class ApplicationInfoEx
- extends java.lang.Object
This class maps to the functional API application state information. In the C API this is the ESS_APPINFOEX_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 |
ApplicationInfoEx()
constructs a ApplicationInfoEx object with the default values. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationInfoEx
public ApplicationInfoEx()
- constructs a ApplicationInfoEx object with the default values.
getStatus
public short getStatus()
setStatus
public void setStatus(short value)
getConnections
public short getConnections()
setConnections
public void setConnections(short value)
getElapsedTime
public TimeRecord getElapsedTime()
setElapsedTime
public void setElapsedTime(TimeRecord value)
getStorageType
public short getStorageType()
setStorageType
public void setStorageType(short value)
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.