| |
|
| java.lang.Object com.sun.esb.management.client.ManagementClient
ManagementClient | public class ManagementClient implements Serializable(Code) | | Retrieves the various services associated with JBI Management and Monitoring
administration commands.
author: graj |
isRemoteConnection | boolean isRemoteConnection(Code) | | is this a local or remote connection
|
serialVersionUID | final static long serialVersionUID(Code) | | |
ManagementClient | public ManagementClient()(Code) | | Constructor
|
ManagementClient | public ManagementClient(MBeanServerConnection serverConnection, boolean isRemoteConnection)(Code) | | Constructor
Parameters: serverConnection - Parameters: isRemoteConnection - |
getClientAPIVersion | public String getClientAPIVersion(Class mapperClass)(Code) | | Get the client API version
Parameters: mapperClass - the version of the Client API |
getI18NBundle | protected static I18NBundle getI18NBundle()(Code) | | gives the I18N bundle
I18NBundle object |
getService | public CLASS_TYPE getService(Class> mapperClass)(Code) | | Get the generic service
Parameters: mapperClass - instance or null if the Service could not be obtained |
isRemoteConnection | public boolean isRemoteConnection()(Code) | | is this a local or remote connection
true if remote, false if local |
|
|
|