Skip navigation links
com.essbase.eas.essbase.defs
Class ApplicationProperties
java.lang.Object
com.essbase.eas.essbase.defs.ApplicationProperties
-
public class ApplicationProperties
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ESS_DEFAULT_DATA_STORAGE
public static final short ESS_DEFAULT_DATA_STORAGE
-
- See Also:
- Constant Field Values
ESS_MULTIDIM_DATA_STORAGE
public static final short ESS_MULTIDIM_DATA_STORAGE
-
- See Also:
- Constant Field Values
ESS_DB2RELATIONAL_DATA_STORAGE
public static final short ESS_DB2RELATIONAL_DATA_STORAGE
-
- See Also:
- Constant Field Values
ESS_ORACLERELATIONAL_DATA_STORAGE
public static final short ESS_ORACLERELATIONAL_DATA_STORAGE
-
- See Also:
- Constant Field Values
ESS_ASO_DATA_STORAGE
public static final short ESS_ASO_DATA_STORAGE
-
- See Also:
- Constant Field Values
ESS_UNDEFINED_DATA_STORAGE
public static final short ESS_UNDEFINED_DATA_STORAGE
-
- See Also:
- Constant Field Values
ApplicationProperties
public ApplicationProperties()
setUnicodeMode
public void setUnicodeMode(boolean b)
isUnicodeMode
public boolean isUnicodeMode()
getUnicodeMode
public boolean getUnicodeMode()
isASO
public boolean isASO()
setStatus
public void setStatus(short stat)
getStatus
public short getStatus()
setElapsedTime
public void setElapsedTime(TimeRecord time)
getElapsedTime
public TimeRecord getElapsedTime()
setNumConnects
public void setNumConnects(short num)
getNumConnects
public short getNumConnects()
setAutoLoad
public void setAutoLoad(boolean load)
getAutoLoad
public boolean getAutoLoad()
setSecurity
public void setSecurity(boolean secrty)
getSecurity
public boolean getSecurity()
setLoadable
public void setLoadable(boolean load)
getLoadable
public boolean getLoadable()
setAllowCommands
public void setAllowCommands(boolean allow)
getAllowCommands
public boolean getAllowCommands()
setAllowToConnect
public void setAllowToConnect(boolean allow)
getAllowToConnect
public boolean getAllowToConnect()
setAllowToUpdate
public void setAllowToUpdate(boolean allow)
getAllowToUpdate
public boolean getAllowToUpdate()
setStorageType
public void setStorageType(short type)
getStorageType
public short getStorageType()
setAccessLevel
public void setAccessLevel(java.lang.String level)
getAccessLevel
public java.lang.String getAccessLevel()
setLockTimeOut
public void setLockTimeOut(long time)
getLockTimeOut
public long getLockTimeOut()
setDescription
public void setDescription(java.lang.String desc)
getDescription
public java.lang.String getDescription()
setDbAccess
public void setDbAccess(java.lang.String access)
getDbAccess
public java.lang.String getDbAccess()
setAttachmentFileSize
public void setAttachmentFileSize(double size)
getAttachmentFileSize
public double getAttachmentFileSize()
setPendingCacheSizeLimit
public void setPendingCacheSizeLimit(int size)
getPendingCacheSizeLimit
public int getPendingCacheSizeLimit()
equals
public boolean equals(java.lang.Object obj)
- Compare ApplicationProperties objects but only the fields that can change
-
- Overrides:
equals in class java.lang.Object
-
- Parameters:
object - an ApplicationProperty obect
- Returns:
true if the compared fields are equalfalse otherwise
resetTableSpaceInfo
public void resetTableSpaceInfo()
- removes all previous tablespace -- file location mappings
getTableSpaceInfo
public java.util.List getTableSpaceInfo(java.lang.String tableSpace)
- get the tableSpace Information for a particular tableSpace
setTableSpaceInfo
public void setTableSpaceInfo(java.lang.String tableSpace,
java.util.List locations)
- sets the tableSpace information for a particular tableSpace
getTableSpaceMap
public java.util.HashMap getTableSpaceMap()
setTableSpaceMap
public void setTableSpaceMap(java.util.HashMap m)
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.