org.apache.commons.modeler.mbeans
Class MBeanProxy
- MBeanRegistration, ModelMBean
(package private) class MBeanProxy
Use the same metadata, except that we replace the attribute
get/set methods.
NO_ARGS_PARAM, NO_ARGS_PARAM_SIG, attributeBroadcaster, attributes, generalBroadcaster, getAttMap, info, invokeAttMap, log, oname, registry, resource, resourceType, setAttMap, source |
Object | getAttribute(String name)
|
Object | invoke(String name, params[] , signature[] )
|
void | setAttribute(Attribute attribute)
|
protected void | update(String name, String val)- Called by the connector - will update the value when a chunk of
data is received
|
addAttributeChangeNotificationListener, addNotificationListener, createDefaultModelMBeanInfo, createResource, getAttribute, getAttributeClass, getAttributes, getClassName, getMBeanInfo, getManagedResource, getModelerType, getNotificationInfo, getObjectName, getRegistry, initModelInfo, invoke, isModelMBeanInfoValid, load, postDeregister, postRegister, preDeregister, preRegister, removeAttributeChangeNotificationListener, removeAttributeChangeNotificationListener, removeNotificationListener, removeNotificationListener, removeNotificationListener, sendAttributeChangeNotification, sendAttributeChangeNotification, sendNotification, sendNotification, setAttribute, setAttributes, setManagedResource, setModelMBeanInfo, setModeledType, setRegistry, store, toString |
atts
(package private) HashMap atts
log
private static Log log
getAttribute
public Object getAttribute(String name)
throws AttributeNotFoundException,
MBeanException,
ReflectionException- getAttribute in interface BaseModelMBean
invoke
public Object invoke(String name,
params[] ,
signature[] )
throws MBeanException,
ReflectionException- invoke in interface BaseModelMBean
setAttribute
public void setAttribute(Attribute attribute)
throws AttributeNotFoundException,
MBeanException,
ReflectionException- setAttribute in interface BaseModelMBean
update
protected void update(String name,
String val)Called by the connector - will update the value when a chunk of
data is received
Copyright (c) 2001-2003 - Apache Software Foundation