
public interface AdminBeanManager
| Modifier and Type | Method and Description |
|---|---|
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() |
void initialize()
List<AdminBean> getAllBeans()
AdminBean findBean(String id)
id - IDvoid actionPerformed(WikiEvent event)
event - the WikiEventint getTypeFromString(String type)
type - A type string.Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.