public class ManagementRuntimeService extends Object implements ServiceLifecycle, PlatformEventListener, Constants
ADMIN_RUNNING_FILE, ADMIN_STOPPED_FILE, CONFIG_NAME_KEY, LOG_LEVEL_DEFAULT, TMP_FOLDER| Constructor and Description |
|---|
ManagementRuntimeService()
Creates a new instance of ManagementRuntimeService
|
public ManagementRuntimeService()
public void initService(EnvironmentContext aContext) throws JBIException
initService in interface ServiceLifecycleaContext - contexJBIException - on errorpublic void startService()
throws JBIException
startService in interface ServiceLifecycleJBIException - on errorpublic void stopService()
throws JBIException
stopService in interface ServiceLifecycleJBIException - on errorprotected AdministrationService createJavaCAPSAdministrationServiceMBean(EnvironmentContext aContext) throws JBIException
JBIExceptionprotected ConfigurationService createJavaCAPSConfigurationServiceMBean(EnvironmentContext aContext) throws JBIException
JBIExceptionprotected DeploymentService createJavaCAPSDeploymentServiceMBean(EnvironmentContext aContext) throws JBIException
JBIExceptionprotected InstallationService createJavaCAPSInstallationServiceMBean(EnvironmentContext aContext) throws JBIException
JBIExceptionprotected RuntimeManagementService createJavaCAPSRuntimeManagementServiceMBean(EnvironmentContext aContext) throws JBIException
JBIExceptionprotected PerformanceMeasurementService createJavaCAPSPerformanceMeasurementServiceMBean(EnvironmentContext aContext) throws JBIException
JBIExceptionprotected JBIAdminCommandsUIMBean createJBIAdminCommandsUIMBean(EnvironmentContext aContext) throws JBIException
JBIExceptionprotected JBIStatisticsMBean createJBIStatisticsMBean(EnvironmentContext aContext) throws JBIException
aContext - EnvironmentContextJBIExceptionpublic void createdInstance(String instanceName)
createdInstance in interface PlatformEventListenerinstanceName - - name of the standalone / clustered instance.public void deletedInstance(String instanceName)
deletedInstance in interface PlatformEventListenerinstanceName - - name of the instance.public void createdCluster(String clusterName)
createdCluster in interface PlatformEventListenerclusterName - - name of the clusterpublic void deletedCluster(String clusterName)
deletedCluster in interface PlatformEventListenerclusterName - - name of the clusterprotected Registry getRegistry()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.