java.lang.Object
java.beans.PropertyEditorSupport
org.jboss.util.propertyeditor.TextPropertyEditorSupport
org.mobicents.slee.container.management.jmx.ServiceStatePropertyEditor
- All Implemented Interfaces:
- java.beans.PropertyEditor
- public class ServiceStatePropertyEditor
- extends org.jboss.util.propertyeditor.TextPropertyEditorSupport
Property Editor for the ServiceState object.
| Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceStatePropertyEditor
public ServiceStatePropertyEditor()
setAsText
public void setAsText(java.lang.String state)
- Description copied from class:
org.jboss.util.propertyeditor.TextPropertyEditorSupport
- Sets the property value by parsing a given String.