org.apache.commons.modeler.mbeans
class MBeanProxy extends BaseModelMBean
Field Summary | |
---|---|
HashMap | atts |
SimpleRemoteConnector | jkmx |
static Log | log |
Constructor Summary | |
---|---|
MBeanProxy(SimpleRemoteConnector jkmx, String code) |
Method Summary | |
---|---|
Object | getAttribute(String name) |
Object | invoke(String name, Object[] params, String[] 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 |