|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AdminBeanManager

| 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<AdminBean> |
getAllBeans()
Lists all administration beans which are currently known and instantiated. |
int |
getTypeFromString(String type)
Returns the type identifier for a string type. |
void |
initialize()
|
| Method Detail |
|---|
void initialize()
List<AdminBean> getAllBeans()
AdminBean findBean(String id)
id - ID
void actionPerformed(WikiEvent event)
event - the WikiEventint getTypeFromString(String type)
type - A type string.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||