com.collation.platform.model.topology.app.j2ee.jboss
Interface JBossMessageCache
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface JBossMessageCache
- extends LogicalElement
Represents a JBoss Message Cache
- Naming Rules:
- 0="instance"
1="managedSystemName"
- Persistable:
- true
- Table Name:
- JBMC
Methods inherited from interface com.collation.platform.model.ModelObject |
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
getInstance
int getInstance()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setInstance
void setInstance(int instance)
hasInstance
boolean hasInstance()
getJBossPersistenceManager
JBossPersistenceManager getJBossPersistenceManager()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Uses"
reverse="false"
setJBossPersistenceManager
void setJBossPersistenceManager(JBossPersistenceManager manager)
hasJBossPersistenceManager
boolean hasJBossPersistenceManager()
getHighMemoryMark
long getHighMemoryMark()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setHighMemoryMark
void setHighMemoryMark(long highmark)
hasHighMemoryMark
boolean hasHighMemoryMark()
getMaxMemoryMark
long getMaxMemoryMark()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMaxMemoryMark
void setMaxMemoryMark(long name)
hasMaxMemoryMark
boolean hasMaxMemoryMark()