public class InstallerMBeanImpl extends Object implements InstallationListener, InstallerMBean
Constructor and Description |
---|
InstallerMBeanImpl(InfoProvider infoProvider) |
Modifier and Type | Method and Description |
---|---|
int |
getActiveResourceCount()
Count of Active resource groups.
|
int |
getInstalledResourceCount()
Count of Installed resource groups.
|
long |
getSuspendedSince()
Determines the time since when the installer is in suspended state
|
boolean |
isActive()
Indicates that whether the installer is currently active
|
void |
onEvent(InstallationEvent event)
Receive an installation event.
|
public InstallerMBeanImpl(InfoProvider infoProvider)
public void onEvent(InstallationEvent event)
InstallationListener
onEvent
in interface InstallationListener
public int getActiveResourceCount()
InstallerMBean
getActiveResourceCount
in interface InstallerMBean
public int getInstalledResourceCount()
InstallerMBean
getInstalledResourceCount
in interface InstallerMBean
public boolean isActive()
InstallerMBean
isActive
in interface InstallerMBean
public long getSuspendedSince()
InstallerMBean
getSuspendedSince
in interface InstallerMBean
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.