Interface TapeLibrarySpec
-
- All Known Implementing Classes:
TapeLibraryState
public interface TapeLibrarySpec
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDevice()
int
getDriveCount()
java.util.List<TapeDrive>
getDrives()
java.lang.Object
getEntity()
<T> T
getEntity(java.lang.Class<T> entityType)
int
getMailBoxCount()
java.util.List<TapeSlot>
getSlots()
int
getSlotsCount()
boolean
hasEntity()
boolean
isOK()
boolean
isWarn()
-
-
-
Method Detail
-
getDevice
java.lang.String getDevice()
-
getDriveCount
int getDriveCount()
-
getSlotsCount
int getSlotsCount()
-
getMailBoxCount
int getMailBoxCount()
-
getDrives
java.util.List<TapeDrive> getDrives()
-
getSlots
java.util.List<TapeSlot> getSlots()
-
isOK
boolean isOK()
-
isWarn
boolean isWarn()
-
getEntity
java.lang.Object getEntity()
-
getEntity
<T> T getEntity(java.lang.Class<T> entityType)
-
hasEntity
boolean hasEntity()
-
-