Class SimpleMBean

java.lang.Object
org.apache.wiki.management.SimpleMBean
All Implemented Interfaces:
DynamicMBean
Direct Known Subclasses:
PlainEditorAdminBean, SimpleAdminBean

public abstract class SimpleMBean
extends Object
implements DynamicMBean
A simple MBean which does not require an interface class unlike the StandardMBean class. The methods are exposed through a method call, which in turn then calls the methods using the Reflection API.

This class is similar to the javax.management.StandardMBean, but it does require the API interface to be declared, so it's simpler. It's not as powerful, but it does not require you to declare two classes (and keep them in sync).

Since:
2.6