com.collation.platform.model.topology.app.j2ee.jboss
Interface JBossPersistenceManager

All Superinterfaces:
LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
All Known Subinterfaces:
JBossFilePM, JBossJDBC2PM, JBossRollingLoggedPM

public interface JBossPersistenceManager
extends LogicalElement

Represents a JBoss Persistence Manager

Naming Rules:
0="instance" 1="managedSystemName"
Persistable:
true
Table Name:
JBPM

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 int getInstance()
           
 boolean hasInstance()
           
 void setInstance(int instance)
           
 
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()