|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ecyrd.jspwiki.ui.admin.AdminBeanManager
public class AdminBeanManager
Provides a manager class for all AdminBeans within JSPWiki. This class also manages registration for any AdminBean which is also a JMX bean.
| Constructor Summary | |
|---|---|
AdminBeanManager(WikiEngine engine)
|
|
| Method Summary | |
|---|---|
void |
actionPerformed(WikiEvent event)
Unregisters AdminBeans upon SHUTDOWN event. |
AdminBean |
findBean(String id)
Locates a bean based on the AdminBean.getId() out of all the registered beans. |
List |
getAllBeans()
Lists all administration beans which are currently known and instantiated. |
static int |
getTypeFromString(String type)
Returns the type identifier for a string type. |
void |
initialize()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdminBeanManager(WikiEngine engine)
| Method Detail |
|---|
public void initialize()
public List getAllBeans()
public AdminBean findBean(String id)
id - ID
public static int getTypeFromString(String type)
type - A type string.
public void actionPerformed(WikiEvent event)
actionPerformed in interface WikiEventListenerevent - a WikiEvent object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||