|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.util.JBossNotificationBroadcasterSupport
org.jboss.system.ServiceMBeanSupport
org.jboss.varia.property.PropertyEditorManagerService
public class PropertyEditorManagerService
A service to access java.beans.PropertyEditorManager.
Field Summary |
---|
Fields inherited from class org.jboss.system.ServiceMBeanSupport |
---|
log, server, SERVICE_CONTROLLER_SIG, serviceName |
Fields inherited from interface org.jboss.varia.property.PropertyEditorManagerServiceMBean |
---|
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 |
Constructor Summary | |
---|---|
PropertyEditorManagerService()
|
Method Summary | |
---|---|
protected void |
destroyService()
Removes the list of registered editors. |
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. |
protected javax.management.ObjectName |
getObjectName(javax.management.MBeanServer server,
javax.management.ObjectName name)
|
Class[] |
getRegisteredEditors()
Returns a list of registered editor classes. |
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 class org.jboss.system.ServiceMBeanSupport |
---|
create, createService, destroy, getDeploymentInfo, getLog, getName, getNextNotificationSequenceNumber, getServer, getServiceName, getState, getStateString, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, postDeregister, postRegister, preDeregister, preRegister, start, startService, stop, stopService |
Methods inherited from class org.jboss.mx.util.JBossNotificationBroadcasterSupport |
---|
addNotificationListener, getNotificationInfo, handleNotification, nextNotificationSequenceNumber, removeNotificationListener, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.system.ServiceMBean |
---|
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
---|
create, destroy, start, stop |
Constructor Detail |
---|
public PropertyEditorManagerService()
Method Detail |
---|
public PropertyEditor findEditor(Class type)
findEditor
in interface PropertyEditorManagerServiceMBean
type
- The class of the object to be edited.
public PropertyEditor findEditor(String typeName) throws ClassNotFoundException
findEditor
in interface PropertyEditorManagerServiceMBean
typeName
- The class name of the object to be edited.
ClassNotFoundException
public void registerEditor(Class type, Class editorType)
registerEditor
in interface PropertyEditorManagerServiceMBean
type
- The class of the objetcs to be edited.editorType
- The class of the editor.public void registerEditor(String typeName, String editorTypeName) throws ClassNotFoundException
registerEditor
in interface PropertyEditorManagerServiceMBean
typeName
- The classname of the objetcs to be edited.editorTypeName
- The class of the editor.
ClassNotFoundException
public String getEditorSearchPath()
getEditorSearchPath
in interface PropertyEditorManagerServiceMBean
public void setEditorSearchPath(String path)
setEditorSearchPath
in interface PropertyEditorManagerServiceMBean
path
- A comma sperated list of package names.public void setBootstrapEditors(String propsString) throws ClassNotFoundException, IOException
setBootstrapEditors
in interface PropertyEditorManagerServiceMBean
props,
- A string representation of a editor.class=editor.type
Properties map for the editors to load.
ClassNotFoundException
IOException
public void setEditors(Properties props) throws ClassNotFoundException
setEditors
in interface PropertyEditorManagerServiceMBean
props
- Map of type name to editor type name.
ClassNotFoundException
public Class[] getRegisteredEditors()
getRegisteredEditors
in interface PropertyEditorManagerServiceMBean
protected javax.management.ObjectName getObjectName(javax.management.MBeanServer server, javax.management.ObjectName name) throws javax.management.MalformedObjectNameException
getObjectName
in class org.jboss.system.ServiceMBeanSupport
javax.management.MalformedObjectNameException
protected void destroyService() throws Exception
destroyService
in class org.jboss.system.ServiceMBeanSupport
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |