com.collation.platform.model.topology.phys.physpkg
Interface Card

All Superinterfaces:
ManagedElement, ManagedSystemElement, ModelObject, PhysicalElement, PhysicalFrame, PhysicalPackage, java.io.Serializable
All Known Subinterfaces:
Board, SystemBusCard

public interface Card
extends PhysicalFrame

Defines the basic concept of a card. It includes motherboards, backplanes, adapter cards, daughter cards, etc.

Persistable:
true

Field Summary
static java.lang.String IBM_COPYRIGHT
           
 
Method Summary
 int getCardConfigurationState()
          Show the configuration state of a card The hardware resources contained on a card in the "unconfigured" state are not available for use.
 boolean hasCardConfigurationState()
           
 void setCardConfigurationState(int x)
           
 
Methods inherited from interface com.collation.platform.model.topology.phys.physpkg.PhysicalFrame
getPhysicalPackage, hasPhysicalPackage, setPhysicalPackage
 
Methods inherited from interface com.collation.platform.model.topology.phys.physpkg.PhysicalPackage
getComputersystem, getFans, getFWRevision, getHWRevision, getManufacturer, getModel, getName, getOtherPhysicalPackages, getParent, getPhysicalComponents, getPhysicalConnectors, getPhysicalFrames, getPhysicalLinks, getPowerSupplys, getRelativePosition, getSensors, getSerialNumber, getSWRevision, getSystemBoardUUID, getType, getUserTracking, hasComputersystem, hasFans, hasFWRevision, hasHWRevision, hasManufacturer, hasModel, hasName, hasOtherPhysicalPackages, hasParent, hasPhysicalComponents, hasPhysicalConnectors, hasPhysicalFrames, hasPhysicalLinks, hasPowerSupplys, hasRelativePosition, hasSensors, hasSerialNumber, hasSWRevision, hasSystemBoardUUID, hasType, hasUserTracking, setComputersystem, setFans, setFWRevision, setHWRevision, setManufacturer, setModel, setName, setOtherPhysicalPackages, setParent, setPhysicalComponents, setPhysicalConnectors, setPhysicalFrames, setPhysicalLinks, setPowerSupplys, setRelativePosition, setSensors, setSerialNumber, setSWRevision, setSystemBoardUUID, setType, setUserTracking
 
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
 

Field Detail

IBM_COPYRIGHT

static final java.lang.String IBM_COPYRIGHT
See Also:
Constant Field Values
Method Detail

getCardConfigurationState

int getCardConfigurationState()
                              throws AttributeNotSetException
Show the configuration state of a card The hardware resources contained on a card in the "unconfigured" state are not available for use. Operations allowed on an unconfigured occupant are limited to configuration administration operations. The hardware resources contained on a card in the "configured" state - some or all of those hardware resources can be in use

Throws:
AttributeNotSetException

setCardConfigurationState

void setCardConfigurationState(int x)

hasCardConfigurationState

boolean hasCardConfigurationState()