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()
      • isOK

        boolean isOK()
      • isWarn

        boolean isWarn()
      • getEntity

        java.lang.Object getEntity()
      • getEntity

        <T> T getEntity​(java.lang.Class<T> entityType)
      • hasEntity

        boolean hasEntity()