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()
int
getMailBoxCount()
java.util.List<TapeSlot>
getSlots()
int
getSlotsCount()
-