|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MediaAccessDevice
The MediaAccessDevice class tries to catch the characteristics and manageability of all types of media access devices. Subclasses can be DiskDrive, TapeDrive, CDROMDrive, DVDDrive etc...
Field Summary |
---|
Fields inherited from interface com.collation.platform.model.topology.dev.LogicalDevice |
---|
IBM_COPYRIGHT |
Method Summary | |
---|---|
ControlledBy[] |
getControllers()
|
java.lang.String |
getName()
The name of the device. |
ComputerSystem |
getParent()
The ComputerSystem that contains this device |
PhysicalPackage |
getPhysicalPackage()
The PhysicalPackage that is implementing this Device This is a placeholder relationship until a more generic LogicalDevice to PhysicalDevice relation is implemented |
java.lang.String |
getStatus()
Returns the status of the device - whether the device is running, down, warning, unknown etc |
RealizesExtent[] |
getStorageExtents()
|
java.lang.String |
getType()
The type of the device - network/processor etc |
boolean |
hasControllers()
|
boolean |
hasName()
|
boolean |
hasParent()
|
boolean |
hasPhysicalPackage()
|
boolean |
hasStatus()
|
boolean |
hasStorageExtents()
|
boolean |
hasType()
|
void |
setControllers(ControlledBy[] controllers)
|
void |
setName(java.lang.String name)
|
void |
setParent(ComputerSystem parent)
|
void |
setPhysicalPackage(PhysicalPackage phys)
|
void |
setStatus(java.lang.String status)
|
void |
setStorageExtents(RealizesExtent[] partitions)
|
void |
setType(java.lang.String type)
|
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 |
---|
ComputerSystem getParent() throws AttributeNotSetException
AttributeNotSetException
void setParent(ComputerSystem parent)
boolean hasParent()
java.lang.String getName() throws AttributeNotSetException
AttributeNotSetException
void setName(java.lang.String name)
boolean hasName()
RealizesExtent[] getStorageExtents() throws AttributeNotSetException
AttributeNotSetException
void setStorageExtents(RealizesExtent[] partitions)
boolean hasStorageExtents()
ControlledBy[] getControllers() throws AttributeNotSetException
AttributeNotSetException
void setControllers(ControlledBy[] controllers)
boolean hasControllers()
PhysicalPackage getPhysicalPackage() throws AttributeNotSetException
AttributeNotSetException
void setPhysicalPackage(PhysicalPackage phys)
boolean hasPhysicalPackage()
java.lang.String getType() throws AttributeNotSetException
AttributeNotSetException
void setType(java.lang.String type)
boolean hasType()
java.lang.String getStatus() throws AttributeNotSetException
AttributeNotSetException
void setStatus(java.lang.String status)
boolean hasStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |