org.jacorb.notification.util

Class PropertySet

public abstract class PropertySet extends Object

Version: $Id: PropertySet.java,v 1.8 2005/12/02 21:09:01 alphonse.bendt Exp $

Author: Alphonse Bendt

Field Summary
protected static PropertyRangeEMPTY_PROPERTY_RANGE
protected Loggerlogger_
protected static PropertyError[]PROPERTY_ERROR_ARRAY_TEMPLATE
protected static ORBsORB
Method Summary
voidaddPropertySetListener(String[] props, PropertySetListener listener)
voidaddPropertySetListener(String property, PropertySetListener listener)
protected PropertyErrorbadProperty(String name)
protected PropertyErrorbadType(String name)
protected voidcheckPropertyExistence(Property[] props, List errorList)
booleancontainsKey(String propertyName)
Anyget(String propertyName)
static Property[]map2Props(Map props)
protected voidset_properties(Property[] props)
Property[]toArray()
MaptoMap()
StringtoString()

Field Detail

EMPTY_PROPERTY_RANGE

protected static final PropertyRange EMPTY_PROPERTY_RANGE

logger_

protected final Logger logger_

PROPERTY_ERROR_ARRAY_TEMPLATE

protected static final PropertyError[] PROPERTY_ERROR_ARRAY_TEMPLATE

sORB

protected static final ORB sORB

Method Detail

addPropertySetListener

public void addPropertySetListener(String[] props, PropertySetListener listener)

addPropertySetListener

public void addPropertySetListener(String property, PropertySetListener listener)

badProperty

protected PropertyError badProperty(String name)

badType

protected PropertyError badType(String name)

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)

set_properties

protected void set_properties(Property[] props)

toArray

public Property[] toArray()

toMap

public Map toMap()

toString

public String toString()