| Home >> All >> org >> jboss >> util >> [ property Javadoc ] |
| | org.jboss.util.property.jmx.* (1) |
org.jboss.util.property: Javadoc index of package org.jboss.util.property.
Package Samples:
org.jboss.util.property.jmx: An advanced property access, managment and notification system.
Classes:
BoundPropertyListener: The listener interface for receiving bound property events (as well as property events). Classes that are interested in processing a bound property event implement this interface, and register instance objects with a given PropertyMap or via PropertyManager.addPropertyListener(PropertyListener) 55 . Note that this is not the typical listener interface, as it extends from PropertyListener , and defines getPropertyName() 55 which is not an event triggered method. This method serves to instruct the PropertyMap the listener is registered with, which property it will bind to.
PropertyGroup: This is a helper class to access a group of properties with out having to refer to their full names. This class needs more work to be fully functional. It should suffice for adding property listeners and getting/setting property values, but other activies might not work out so well.
PropertyListener: The listener interface for receiving property events. Classes that are interested in processing a property event implement this interface, and register instance objects with a given PropertyMap or the PropertyManager via addPropertyListener() .
SystemPropertyClassValue: A helper for setting system properties based on class availablity. It has a static method and an MBean wrapper for dynamic configuration. The class is first checked for availablity before setting the system property.
DefaultPropertyReader: Reads properties from files specified via a system property. Unless otherwise specified, propertie filenames will be read from the org.jboss.properties singleton or array property.
BoundPropertyAdapter: An abstract adapter class for receiving bound property events. Methods defined in this class are empty. This class exists as as convenience for creating listener objects.
Property: Provides shorter method names for working with the PropertyManager .
PropertyAdapter: An abstract adapter class for receving property events. Methods defined in this class are empty. This class exists as as convenience for creating listener objects.
PropertyEditors: A collection of PropertyEditor utilities. Provides the same interface as PropertyManagerEditor plus more... Installs the default PropertyEditors.
PropertyMap: A replacement for the standard java.util.Properties class which adds, among others, property event capabilities.
PropertyReader: Iterface used to allow a PropertyMap to read property definitions in an implementation independent fashion.
ObjectNameEditor: A property editor for javax.management.ObjectName .
BigDecimalEditor: A property editor for java.math.BigDecimal .
PropertiesEditor: A property editor for java.util.Properties .
DocumentEditor: A property editor for org.w3c.dom.Document .
InetAddressEditor: A property editor for java.net.InetAddress .
ElementEditor: A property editor for org.w3c.dom.Element .
Configurable: An interface that allows for dynamic configuration of instance objects with properties.
BooleanEditor: A property editor for java.lang.Boolean .
IntegerEditor: A property editor for java.lang.Integer .
PropertyException: This exception is thrown to indicate a non-fatal problem with the property system.
ClassEditor: A property editor for java.lang.Class .
PropertyManager: A more robust replacement of java.lang.System for property access.
FileEditor: A property editor for java.io.File .
URLEditor: A property editor for java.net.URL .
| Home | Contact Us | Privacy Policy | Terms of Service |