public class PublishAllBeanWrapper extends Object
Constructor and Description |
---|
PublishAllBeanWrapper() |
PublishAllBeanWrapper(Object target,
JmxResourceInfo jmxResourceInfo) |
Modifier and Type | Method and Description |
---|---|
JmxAttributeFieldInfo[] |
getAttributeFieldInfos() |
JmxAttributeMethodInfo[] |
getAttributeMethodInfos() |
JmxResourceInfo |
getJmxResourceInfo() |
JmxOperationInfo[] |
getOperationInfos() |
Object |
getTarget() |
void |
setDelegate(Object delegate)
Deprecated.
Should use
setTarget(Object) . |
void |
setJmxResourceInfo(JmxResourceInfo jmxResourceInfo)
Required resource information to provide domain and name information for the bean.
|
void |
setTarget(Object target)
Required bean that we are wrapping.
|
public PublishAllBeanWrapper()
public PublishAllBeanWrapper(Object target, JmxResourceInfo jmxResourceInfo)
target
- Object that we are exposing.jmxResourceInfo
- Resource information about the bean.public Object getTarget()
@Deprecated public void setDelegate(Object delegate)
setTarget(Object)
.public void setTarget(Object target)
public JmxResourceInfo getJmxResourceInfo()
public void setJmxResourceInfo(JmxResourceInfo jmxResourceInfo)
public JmxAttributeFieldInfo[] getAttributeFieldInfos()
public JmxAttributeMethodInfo[] getAttributeMethodInfos()
public JmxOperationInfo[] getOperationInfos()
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.