Uses of Class
com.ecyrd.management.SimpleMBean

Packages that use SimpleMBean
com.ecyrd.jspwiki.ui.admin Contains classes for the JSPWiki administrative interface. 
com.ecyrd.jspwiki.ui.admin.beans   
 

Uses of SimpleMBean in com.ecyrd.jspwiki.ui.admin
 

Subclasses of SimpleMBean in com.ecyrd.jspwiki.ui.admin
 class SimpleAdminBean
          Provides an easy-to-use interface for JSPWiki AdminBeans, which also are JMX MBeans.
 

Uses of SimpleMBean in com.ecyrd.jspwiki.ui.admin.beans
 

Subclasses of SimpleMBean in com.ecyrd.jspwiki.ui.admin.beans
 class CoreBean
          An AdminBean which manages the JSPWiki core operations.
 class PlainEditorAdminBean
          This class is still experimental.
 class PluginBean
           
 class SearchManagerBean
          The SearchManagerBean is a simple AdminBean interface to the SearchManager.
 class UserBean