Interface InstallerMBean
- 
@ProviderType public interface InstallerMBean 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetActiveResourceCount()Count of Active resource groups.intgetInstalledResourceCount()Count of Installed resource groups.longgetSuspendedSince()Determines the time since when the installer is in suspended statebooleanisActive()Indicates that whether the installer is currently active 
 - 
 
- 
- 
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.
 
 
 - 
 
 -