Interface InstallerMBean


  • @ProviderType
    public interface InstallerMBean
    • Method Detail

      • getActiveResourceCount

        int getActiveResourceCount()
        Count of Active resource groups. These resource groups are currently in processing.
        Returns:
        Get the active resource count.
      • getInstalledResourceCount

        int getInstalledResourceCount()
        Count of Installed resource groups. These resources groups are processed.
        Returns:
        Get the installed resource count
      • isActive

        boolean isActive()
        Indicates that whether the installer is currently active
        Returns:
        If the installer is active.
      • getSuspendedSince

        long getSuspendedSince()
        Determines the time since when the installer is in suspended state
        Returns:
        Time since last suspended.