| Package | Description |
|---|---|
| com.denodo.common.custom.policy |
Provides the enums and classes needed to represent the evaluation of
Custom Policies for Virtual DataPort and to access to its context.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
JmxConnection.getAttribute(ObjectName name,
String attribute)
Gets the value of a specific attribute of a named MBean.
|
AttributeList |
JmxConnection.getAttributes(ObjectName name,
String[] attributes)
Enables the values of several attributes of a named MBean.
|
MBeanInfo |
JmxConnection.getMBeanInfo(ObjectName name)
This method discovers the attributes and operations that an MBean exposes
for management.
|
Object |
JmxConnection.invoke(ObjectName name,
String operationName,
Object[] params,
String[] signature)
Invokes an operation on an MBean.
|
boolean |
JmxConnection.isRegistered(ObjectName name)
Checks whether an MBean, identified by its object name, is already
registered with the MBean server.
|
Set<ObjectInstance> |
JmxConnection.queryMBeans(ObjectName name,
QueryExp query)
Gets MBeans controlled by the MBean server.
|
Set<ObjectName> |
JmxConnection.queryNames(ObjectName name,
QueryExp query)
Gets the names of MBeans controlled by the MBean server.
|
Copyright © 2024 Denodo Technologies. All rights reserved.