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.StringgetDevice()intgetDriveCount()java.util.List<TapeDrive>getDrives()java.lang.ObjectgetEntity()<T> TgetEntity(java.lang.Class<T> entityType)intgetMailBoxCount()java.util.List<TapeSlot>getSlots()intgetSlotsCount()booleanhasEntity()booleanisOK()booleanisWarn()
-
-
-
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()
-
-