Interface TapeLibrarySpec

All Known Implementing Classes:
TapeLibraryState

public interface TapeLibrarySpec
  • Method Details

    • getDevice

      String getDevice()
    • getDriveCount

      int getDriveCount()
    • getSlotsCount

      int getSlotsCount()
    • getMailBoxCount

      int getMailBoxCount()
    • getDrives

      List<TapeDrive> getDrives()
    • getSlots

      List<TapeSlot> getSlots()