org.jacorb.notification.util
Class PropertySet
java.lang.Object
org.jacorb.notification.util.PropertySet
- Direct Known Subclasses:
- AdminPropertySet, QoSPropertySet
public abstract class PropertySet
- extends Object
- Author:
- Alphonse Bendt
sORB
protected static final ORB sORB
PROPERTY_ERROR_ARRAY_TEMPLATE
protected static final PropertyError[] PROPERTY_ERROR_ARRAY_TEMPLATE
EMPTY_PROPERTY_RANGE
protected static final PropertyRange EMPTY_PROPERTY_RANGE
logger_
protected final org.slf4j.Logger logger_
PropertySet
public PropertySet()
addPropertySetListener
public void addPropertySetListener(String[] props,
PropertySetListener listener)
addPropertySetListener
public void addPropertySetListener(String property,
PropertySetListener listener)
toArray
public Property[] toArray()
toMap
public Map<String,Any> toMap()
toString
public String toString()
- Overrides:
toString in class Object
containsKey
public boolean containsKey(String propertyName)
get
public Any get(String propertyName)
set_properties
protected void set_properties(Property[] props)
checkPropertyExistence
protected void checkPropertyExistence(Property[] props,
List<PropertyError> errorList)
badProperty
protected PropertyError badProperty(String name)
badType
protected PropertyError badType(String name)
map2Props
public static Property[] map2Props(Map<?,?> props)
Copyright © 2015 JacORB. All rights reserved.