Interface TapeLibrarySpec

  • All Known Implementing Classes:
    TapeLibraryState

    public interface TapeLibrarySpec
    • 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()