| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
MBean interface.
| Field Summary | |
| static javax.management.ObjectName | OBJECT_NAME | 
| Fields inherited from interface org.jboss.system.ServiceMBean | 
| CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED | 
| Method Summary | |
|  PropertyEditor | findEditor(Class type)Locate a value editor for a given target type. | 
|  PropertyEditor | findEditor(String typeName)Locate a value editor for a given target type. | 
|  String | getEditorSearchPath()Gets the package names that will be searched for property editors. | 
|  void | registerEditor(Class type,
               Class editorType)Register an editor class to be used to editor values of a given target class. | 
|  void | registerEditor(String typeName,
               String editorTypeName)Register an editor class to be used to editor values of a given target class. | 
|  void | setBootstrapEditors(String propsString)Load property editors based on the given properties string. | 
|  void | setEditors(Properties props)Set property editors based on the given properties map. | 
|  void | setEditorSearchPath(String path)Sets the package names that will be searched for property editors. | 
| Methods inherited from interface org.jboss.system.ServiceMBean | 
| getName, getState, getStateString, jbossInternalLifecycle | 
| Methods inherited from interface org.jboss.system.Service | 
| create, destroy, start, stop | 
| Field Detail | 
public static final javax.management.ObjectName OBJECT_NAME
| Method Detail | 
public PropertyEditor findEditor(Class type)
type - The class of the object to be edited.
public PropertyEditor findEditor(String typeName) throws ClassNotFoundException
typeName - The class name of the object to be edited.
ClassNotFoundExceptionpublic void registerEditor(Class type, Class editorType)
type - The class of the objetcs to be edited.editorType - The class of the editor.public void registerEditor(String typeName, String editorTypeName) throws ClassNotFoundException
typeName - The classname of the objetcs to be edited.editorTypeName - The class of the editor.
ClassNotFoundExceptionpublic String getEditorSearchPath()
public void setEditorSearchPath(String path)
path - A comma sperated list of package names.public void setBootstrapEditors(String propsString) throws ClassNotFoundException, IOException
ClassNotFoundException
IOExceptionpublic void setEditors(Properties props) throws ClassNotFoundException
props - Map of type name to editor type name.
ClassNotFoundException| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||