org.jacorb.notification.util
Class PropertySet
java.lang.Object
org.jacorb.notification.util.PropertySet
public abstract class PropertySet
extends java.lang.Object
Version:
- Alphonse Bendt
EMPTY_PROPERTY_RANGE
protected static final PropertyRange EMPTY_PROPERTY_RANGE
PROPERTY_ERROR_ARRAY_TEMPLATE
protected static final PropertyError[] PROPERTY_ERROR_ARRAY_TEMPLATE
sORB
protected static final ORB sORB
PropertySet
protected PropertySet()
PropertySet
protected PropertySet(Property ps)
addPropertySetListener
public void addPropertySetListener(String property,
PropertySetListener listener)
addPropertySetListener
public void addPropertySetListener(String[] props,
PropertySetListener listener)
addToIgnoredProps
protected void addToIgnoredProps(String propertyName)
checkPropertyExistence
protected void checkPropertyExistence(Property props,
List errorList)
containsKey
public boolean containsKey(String propertyName)
get
public Any get(String propertyName)
map2Props
public static Property[] map2Props(Map props)
removeFromIgnoredProps
protected boolean removeFromIgnoredProps(String propertyName)
set_properties
protected void set_properties(Property props)
toString
public String toString()