com.collation.platform.model.topology.app.db.db2
Interface Db2BufferPool

All Superinterfaces:
LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable

public interface Db2BufferPool
extends LogicalElement

Represents a buffer pool for Db2.

Naming Rules:
0="parent,name" 1="managedSystemName"
Persistable:
true
Table Name:
DBTBPOOL
Display Name:
name

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 java.lang.String getName()
           
 long getNumPages()
           
 int getPageSize()
           
 Db2Database getParent()
           
 int getPoolId()
           
 boolean hasName()
           
 boolean hasNumPages()
           
 boolean hasPageSize()
           
 boolean hasParent()
           
 boolean hasPoolId()
           
 void setName(java.lang.String name)
           
 void setNumPages(long numPages)
           
 void setPageSize(int pageSize)
           
 void setParent(Db2Database parent)
           
 void setPoolId(int id)
           
 
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

getParent

Db2Database getParent()
                      throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.Contains" reverse="true"

setParent

void setParent(Db2Database parent)

hasParent

boolean hasParent()

getName

java.lang.String getName()
                         throws AttributeNotSetException
Throws:
AttributeNotSetException

setName

void setName(java.lang.String name)

hasName

boolean hasName()

getNumPages

long getNumPages()
                 throws AttributeNotSetException
Throws:
AttributeNotSetException

setNumPages

void setNumPages(long numPages)

hasNumPages

boolean hasNumPages()

getPoolId

int getPoolId()
              throws AttributeNotSetException
Throws:
AttributeNotSetException

setPoolId

void setPoolId(int id)

hasPoolId

boolean hasPoolId()

getPageSize

int getPageSize()
                throws AttributeNotSetException
Throws:
AttributeNotSetException

setPageSize

void setPageSize(int pageSize)

hasPageSize

boolean hasPageSize()