org.jacorb.notification.util
Class PropertySet

java.lang.Object
  extended by org.jacorb.notification.util.PropertySet
Direct Known Subclasses:
AdminPropertySet, QoSPropertySet

public abstract class PropertySet
extends Object

Version:
$Id: PropertySet.java,v 1.12 2011-12-13 09:59:22 nick.cross Exp $
Author:
Alphonse Bendt

Field Summary
protected static org.omg.CosNotification.PropertyRange EMPTY_PROPERTY_RANGE
           
protected  org.slf4j.Logger logger_
           
protected static org.omg.CosNotification.PropertyError[] PROPERTY_ERROR_ARRAY_TEMPLATE
           
protected static ORB sORB
           
 
Constructor Summary
PropertySet()
           
 
Method Summary
 void addPropertySetListener(String[] props, PropertySetListener listener)
           
 void addPropertySetListener(String property, PropertySetListener listener)
           
protected  org.omg.CosNotification.PropertyError badProperty(String name)
           
protected  org.omg.CosNotification.PropertyError badType(String name)
           
protected  void checkPropertyExistence(org.omg.CosNotification.Property[] props, List<org.omg.CosNotification.PropertyError> errorList)
           
 boolean containsKey(String propertyName)
           
 Any get(String propertyName)
           
static org.omg.CosNotification.Property[] map2Props(Map<?,?> props)
           
protected  void set_properties(org.omg.CosNotification.Property[] props)
           
 org.omg.CosNotification.Property[] toArray()
           
 Map<String,Any> toMap()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sORB

protected static final ORB sORB

PROPERTY_ERROR_ARRAY_TEMPLATE

protected static final org.omg.CosNotification.PropertyError[] PROPERTY_ERROR_ARRAY_TEMPLATE

EMPTY_PROPERTY_RANGE

protected static final org.omg.CosNotification.PropertyRange EMPTY_PROPERTY_RANGE

logger_

protected final org.slf4j.Logger logger_
Constructor Detail

PropertySet

public PropertySet()
Method Detail

addPropertySetListener

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

addPropertySetListener

public void addPropertySetListener(String property,
                                   PropertySetListener listener)

toArray

public org.omg.CosNotification.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(org.omg.CosNotification.Property[] props)

checkPropertyExistence

protected void checkPropertyExistence(org.omg.CosNotification.Property[] props,
                                      List<org.omg.CosNotification.PropertyError> errorList)

badProperty

protected org.omg.CosNotification.PropertyError badProperty(String name)

badType

protected org.omg.CosNotification.PropertyError badType(String name)

map2Props

public static org.omg.CosNotification.Property[] map2Props(Map<?,?> props)


Copyright © 2012 JacORB. All Rights Reserved.