public class ManagementContext extends Object
| Constructor and Description |
|---|
ManagementContext(EnvironmentContext anEnv)
Constructs a
ManagementContext. |
| Modifier and Type | Method and Description |
|---|---|
static AdminService |
getAdminServiceHandle()
Getter for AdminServiceHandle.
|
static MBeanServerConnection |
getCentralMBeanServer()
Get the Central MBean server for the ${ESB}.
|
ComponentManager |
getComponentManager()
Get the Component Manager service handle.
|
ComponentQuery |
getComponentQuery()
Get the Component Query service handle.
|
static ConnectionManager |
getConnectionManager()
Get the ConnectionManager handle.
|
static DeploymentService |
getDeploymentServiceHandle()
Getter for DeploymentServiceHandle.
|
static EnvironmentContext |
getEnvironmentContext()
Get the framework environment context.
|
static ObjectName |
getFrameworkConfigurationMBeanName()
Get the FrameworkConfiguration MBean Object Name.
|
static InstallationService |
getInstallationServiceHandle()
Getter for InstallationServiceHandle.
|
static String |
getJbiDomainRoot()
Get the JBI_DOMAIN_ROOT.
|
static String |
getJbiInstallRoot()
Get the installation root directory of the JBI schemaorg_apache_xmlbeans.system.
|
static String |
getJbiPropertiesFullPath()
Deprecated.
- used by jbisan only
|
static String |
getJbiRoot()
Getter for JbiRoot.
|
static JMXConnectorServer |
getJmxRemoteServer()
Getter for JmxRemoteServer.
|
static Logger |
getLogger()
Get the logger for the ManagementService.
|
static LoggingService |
getLoggingServiceHandle()
Getter for LoggingServiceHandle.
|
Object |
getManagementClass(String aServiceName)
Get a handle to the class implementing management for the named
JBI schemaorg_apache_xmlbeans.system service.
|
static BuildManagementMessageImpl |
getManagementMessageObject()
Get the management message object.
|
static MBeanHelper |
getMBeanHelper()
Get the handle for the MBeanHelper class.
|
static MBeanNames |
getMBeanNames()
Get the MBeanNames service handle.
|
MBeanNames |
getMBeanNames(String instanceName) |
static MBeanServer |
getMBeanServer()
Get the MBean server with which all MBeans are registered.
|
static int |
getMBeanServerPort()
Getter for MBeanServerPort.
|
Repository |
getRepository() |
ServiceUnitRegistration |
getServiceUnitRegistration()
Get the ServiceUnitRegistration handle.
|
static VersionInfo |
getVersionInfo()
Get the installation root directory of the JBI schemaorg_apache_xmlbeans.system.
|
static void |
setAdminServiceHandle(AdminService aAdminServiceHandle)
Setter for AdminServiceHandle.
|
static void |
setDeploymentServiceHandle(DeploymentService aDeploymentServiceHandle)
Setter for DeploymentServiceHandle.
|
static void |
setInstallationServiceHandle(InstallationService aInstallationServiceHandle)
Setter for InstallationServiceHandle.
|
static void |
setJbiRoot(String aJbiRoot)
Setter for JbiRoot.
|
static void |
setJmxRemoteServer(JMXConnectorServer aJmxRemoteServer)
Setter for JmxRemoteServer.
|
static void |
setLoggingServiceHandle(LoggingService aLoggingServiceHandle)
Setter for LoggingServiceHandle.
|
static void |
setMBeanServerPort(int aMBeanServerPort)
Setter for MBeanServerPort.
|
void |
setRepository(Repository repos) |
public ManagementContext(EnvironmentContext anEnv)
ManagementContext.anEnv - the base framework environment that we re-exporting.public static String getJbiInstallRoot()
public static VersionInfo getVersionInfo()
public static Logger getLogger()
public static MBeanNames getMBeanNames()
public MBeanNames getMBeanNames(String instanceName)
public static MBeanHelper getMBeanHelper()
public static MBeanServer getMBeanServer()
public static MBeanServerConnection getCentralMBeanServer()
public ComponentManager getComponentManager()
public ComponentQuery getComponentQuery()
public Object getManagementClass(String aServiceName)
aServiceName - is the name of the management service.public static String getJbiDomainRoot()
public static EnvironmentContext getEnvironmentContext()
public static String getJbiPropertiesFullPath()
public static BuildManagementMessageImpl getManagementMessageObject()
public ServiceUnitRegistration getServiceUnitRegistration()
public static void setMBeanServerPort(int aMBeanServerPort)
aMBeanServerPort - - the initialization value.public static int getMBeanServerPort()
public static void setJmxRemoteServer(JMXConnectorServer aJmxRemoteServer)
aJmxRemoteServer - - the initialization value.public static JMXConnectorServer getJmxRemoteServer()
public static void setJbiRoot(String aJbiRoot)
aJbiRoot - - the initialization value.public static String getJbiRoot()
public static void setAdminServiceHandle(AdminService aAdminServiceHandle)
aAdminServiceHandle - - the initialization value.public static AdminService getAdminServiceHandle()
public static void setDeploymentServiceHandle(DeploymentService aDeploymentServiceHandle)
aDeploymentServiceHandle - - the initialization value.public static DeploymentService getDeploymentServiceHandle()
public static void setInstallationServiceHandle(InstallationService aInstallationServiceHandle)
aInstallationServiceHandle - - the initialization value.public static InstallationService getInstallationServiceHandle()
public static void setLoggingServiceHandle(LoggingService aLoggingServiceHandle)
aLoggingServiceHandle - - the initialization value.public static LoggingService getLoggingServiceHandle()
public static ConnectionManager getConnectionManager()
public static ObjectName getFrameworkConfigurationMBeanName()
public Repository getRepository()
public void setRepository(Repository repos)
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.