org.jacorb.notification.util
public abstract class PropertySet extends Object
Version: $Id: PropertySet.java,v 1.8 2005/12/02 21:09:01 alphonse.bendt Exp $
Field Summary | |
---|---|
protected static PropertyRange | EMPTY_PROPERTY_RANGE |
protected Logger | logger_ |
protected static PropertyError[] | PROPERTY_ERROR_ARRAY_TEMPLATE |
protected static ORB | sORB |
Method Summary | |
---|---|
void | addPropertySetListener(String[] props, PropertySetListener listener) |
void | addPropertySetListener(String property, PropertySetListener listener) |
protected PropertyError | badProperty(String name) |
protected PropertyError | badType(String name) |
protected void | checkPropertyExistence(Property[] props, List errorList) |
boolean | containsKey(String propertyName) |
Any | get(String propertyName) |
static Property[] | map2Props(Map props) |
protected void | set_properties(Property[] props) |
Property[] | toArray() |
Map | toMap() |
String | toString() |