public class UIMBeanFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ESB_UIMBEAN_FACTORY_CLASS
Default impl class for the ESB UIMBeanFactory
|
static String |
DEFAULT_RI_UIMBEAN_FACTORY_CLASS
Default impl class for the RI UIMBeanFactory
|
static String |
UIMBEAN_FACTORY_CLASS_PROP
property that can be set for creating different UIMBeanFactory
implemenation
|
| Constructor and Description |
|---|
UIMBeanFactory()
Creates a new instance of UIMBeanFactory
|
| Modifier and Type | Method and Description |
|---|---|
AdministrationService |
createJavaCAPSAdministrationServiceMBean(EnvironmentContext aContext)
Creates the CAPS Management Administration Service implementation.
|
ConfigurationService |
createJavaCAPSConfigurationServiceMBean(EnvironmentContext aContext)
Creates the CAPS Management Configuration Service implementation.
|
DeploymentService |
createJavaCAPSDeploymentServiceMBean(EnvironmentContext aContext)
Creates the CAPS Management Deployment Service implementation.
|
InstallationService |
createJavaCAPSInstallationServiceMBean(EnvironmentContext aContext)
Creates the CAPS Management Installation Service implementation.
|
PerformanceMeasurementService |
createJavaCAPSPerformanceMeasurementServiceMBean(EnvironmentContext aContext)
Creates the CAPS Performance Measurement Service implementation.
|
RuntimeManagementService |
createJavaCAPSRuntimeManagementServiceMBean(EnvironmentContext aContext)
Creates the CAPS Runtime Management Service implementation.
|
JBIAdminCommandsUIMBean |
createJBIAdminCommandsUIMBean(EnvironmentContext aContext)
creates the UIMBean implemenation.
|
JBIStatisticsMBean |
createJBIStatisticsMBean(EnvironmentContext aContext)
creates the JBIStatisticsMBean.
|
static UIMBeanFactory |
getInstance()
Returns a configured instance of the UIMBeanFactory class.
|
static UIMBeanFactory |
getReferenceInstance()
Returns a configured instance of the UIMBeanFactory class.
|
public static String UIMBEAN_FACTORY_CLASS_PROP
public static String DEFAULT_ESB_UIMBEAN_FACTORY_CLASS
public static String DEFAULT_RI_UIMBEAN_FACTORY_CLASS
public static UIMBeanFactory getInstance()
public static UIMBeanFactory getReferenceInstance()
public JBIAdminCommandsUIMBean createJBIAdminCommandsUIMBean(EnvironmentContext aContext) throws JBIException
aContext - jbi contextJBIException - on errorpublic AdministrationService createJavaCAPSAdministrationServiceMBean(EnvironmentContext aContext) throws JBIException
aContext - jbi contextJBIException - on errorpublic DeploymentService createJavaCAPSDeploymentServiceMBean(EnvironmentContext aContext) throws JBIException
aContext - jbi contextJBIException - on errorpublic InstallationService createJavaCAPSInstallationServiceMBean(EnvironmentContext aContext) throws JBIException
aContext - jbi contextJBIException - on errorpublic ConfigurationService createJavaCAPSConfigurationServiceMBean(EnvironmentContext aContext) throws JBIException
aContext - jbi contextJBIException - on errorpublic RuntimeManagementService createJavaCAPSRuntimeManagementServiceMBean(EnvironmentContext aContext) throws JBIException
aContext - jbi contextJBIException - on errorpublic PerformanceMeasurementService createJavaCAPSPerformanceMeasurementServiceMBean(EnvironmentContext aContext) throws JBIException
aContext - jbi contextJBIException - on errorpublic JBIStatisticsMBean createJBIStatisticsMBean(EnvironmentContext aContext) throws JBIException
aContext - EnvironmentContextJBIException - on errorCopyright © 2011-2016 OpenESB Community. All Rights Reserved.