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

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 long getHighMemoryMark()
           
 int getInstance()
           
 JBossPersistenceManager getJBossPersistenceManager()
           
 long getMaxMemoryMark()
           
 boolean hasHighMemoryMark()
           
 boolean hasInstance()
           
 boolean hasJBossPersistenceManager()
           
 boolean hasMaxMemoryMark()
           
 void setHighMemoryMark(long highmark)
           
 void setInstance(int instance)
           
 void setJBossPersistenceManager(JBossPersistenceManager manager)
           
 void setMaxMemoryMark(long name)
           
 
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles
 
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
 

Method Detail

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()