org.jacorb.notification.util
Class AdminPropertySet

java.lang.Object
  extended by org.jacorb.notification.util.PropertySet
      extended by org.jacorb.notification.util.AdminPropertySet

public class AdminPropertySet
extends PropertySet

Author:
Alphonse Bendt

Field Summary
 
Fields inherited from class org.jacorb.notification.util.PropertySet
EMPTY_PROPERTY_RANGE, logger_, PROPERTY_ERROR_ARRAY_TEMPLATE, sORB
 
Constructor Summary
AdminPropertySet(Configuration config)
           
 
Method Summary
 Property[] get_admin()
           
 Set<String> getValidNames()
           
 void set_admin(Property[] ps)
           
 void validate_admin(Property[] ps)
           
 
Methods inherited from class org.jacorb.notification.util.PropertySet
addPropertySetListener, addPropertySetListener, badProperty, badType, checkPropertyExistence, containsKey, get, map2Props, set_properties, toArray, toMap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdminPropertySet

public AdminPropertySet(Configuration config)
Method Detail

getValidNames

public Set<String> getValidNames()

set_admin

public void set_admin(Property[] ps)

get_admin

public Property[] get_admin()

validate_admin

public void validate_admin(Property[] ps)
                    throws UnsupportedAdmin
Throws:
UnsupportedAdmin


Copyright © 2015 JacORB. All rights reserved.