Apply a property change. Will only be called after validate has been called and only if validate returned true. If this method is called then the new value is the value to be used, ie. the property is not set in the overriding JVM system set.
@param key Property key for the property being set
@param value proposed new value for the property being set or null ifthe property is being dropped.
@param p Property set before the change. SettingProperty may read butmust never change p.
@return post commit work for the property change.
@exception StandardException Oh well.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.