| Package | Description |
|---|---|
| com.sun.esb.management.client | |
| com.sun.jbi.ui.client |
| Modifier and Type | Method and Description |
|---|---|
static ManagementClient |
ManagementClientFactory.getInstance(String hostName,
int portNumber,
String userName,
String password,
ConnectionType connectionType)
Creates a new instance of ManagementClient object
|
protected MBeanServerConnection |
ManagementClientFactory.getMBeanServerConnection(String hostName,
int portNumber,
String userName,
String password,
ConnectionType type)
This method returns the MBeanServerConnection to used to invoke the MBean
methods via HTPP connector.
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectionType |
ConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionType[] |
ConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static JBIAdminCommands |
JBIAdminCommandsClientFactory.getInstance(String hostName,
int portNumber,
String userName,
String password,
ConnectionType connectionType)
Creates a new instance of JBIAdminCommands object
|
protected MBeanServerConnection |
JBIAdminCommandsClientFactory.getMBeanServerConnection(String hostName,
int portNumber,
String userName,
String password,
ConnectionType type)
This method returns the MBeanServerConnection to used to invoke the MBean
methods via HTPP connector.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.