public class ManagementClient extends Object implements Serializable
| Constructor and Description |
|---|
ManagementClient()
Constructor
|
ManagementClient(MBeanServerConnection serverConnection)
Constructor
|
ManagementClient(MBeanServerConnection serverConnection,
boolean isRemoteConnection)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
AdministrationService |
getAdministrationService()
Get the Administration Service
|
String |
getClientAPIVersion(Class mapperClass)
Get the client API version
|
ConfigurationService |
getConfigurationService()
Get the Configuration Service
|
DeploymentService |
getDeploymentService()
Get the Deployment Service
|
protected static I18NBundle |
getI18NBundle()
gives the I18N bundle
|
InstallationService |
getInstallationService()
Get the Installation Service
|
NotificationService |
getNotificationService()
Get the Notification Service
|
PerformanceMeasurementService |
getPerformanceMeasurementService()
Get the Performance Measurement Service
|
RuntimeManagementService |
getRuntimeManagementService()
Get the Runtime Management Service
|
<CLASS_TYPE> |
getService(Class<?> mapperClass)
Get the generic service
|
boolean |
isRemoteConnection()
is this a local or remote connection
|
public ManagementClient()
public ManagementClient(MBeanServerConnection serverConnection)
serverConnection - public ManagementClient(MBeanServerConnection serverConnection, boolean isRemoteConnection)
serverConnection - isRemoteConnection - protected static I18NBundle getI18NBundle()
public AdministrationService getAdministrationService() throws ManagementRemoteException
ManagementRemoteExceptionpublic ConfigurationService getConfigurationService() throws ManagementRemoteException
ManagementRemoteExceptionpublic DeploymentService getDeploymentService() throws ManagementRemoteException
ManagementRemoteExceptionpublic InstallationService getInstallationService() throws ManagementRemoteException
ManagementRemoteExceptionpublic PerformanceMeasurementService getPerformanceMeasurementService() throws ManagementRemoteException
ManagementRemoteExceptionpublic RuntimeManagementService getRuntimeManagementService() throws ManagementRemoteException
ManagementRemoteExceptionpublic NotificationService getNotificationService() throws ManagementRemoteException
ManagementRemoteExceptionpublic boolean isRemoteConnection()
public <CLASS_TYPE> CLASS_TYPE getService(Class<?> mapperClass)
mapperClass - Copyright © 2011-2016 OpenESB Community. All Rights Reserved.