|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.management.jmx.client.helpers.JmxConnection
public class JmxConnection
The Class JmxConnection.
| Constructor Summary | |
|---|---|
JmxConnection(ConnectionConfigType connection)
Instantiates a new m bean resource manager. |
|
| Method Summary | |
|---|---|
void |
connect()
Connect to JMX MBean server. |
java.lang.Object |
getAttribute(java.lang.String domain,
java.lang.String key,
java.lang.String attribute)
Returns MBeans attribute value. |
java.lang.Object |
invoke(java.lang.String domain,
java.lang.String key,
java.lang.String operation,
java.lang.Object[] arguments,
java.lang.String[] signature)
Invoke. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JmxConnection(ConnectionConfigType connection)
connection - the connection| Method Detail |
|---|
public void connect()
throws JmxConnectionException
JmxConnectionException - the connection exception
public java.lang.Object invoke(java.lang.String domain,
java.lang.String key,
java.lang.String operation,
java.lang.Object[] arguments,
java.lang.String[] signature)
throws JmxInvocationException
domain - the domainkey - the agentoperation - the operationarguments - the argumentssignature - the signature
JmxInvocationException - the jmx invocation exception
public java.lang.Object getAttribute(java.lang.String domain,
java.lang.String key,
java.lang.String attribute)
throws JmxInvocationException
domain - the domainkey - the keyattribute - the attribute
JmxInvocationException - the jmx invocation exception
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||