org.jacorb.notification.util
Class AdminPropertySet

java.lang.Object
  extended byorg.jacorb.notification.util.PropertySet
      extended byorg.jacorb.notification.util.AdminPropertySet

public class AdminPropertySet
extends PropertySet

Version:
$Id: AdminPropertySet.java,v 1.7 2005/04/10 14:30:31 alphonse.bendt Exp $
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(org.apache.avalon.framework.configuration.Configuration config)
           
 
Method Summary
 Property[] get_admin()
           
 java.util.Set 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(org.apache.avalon.framework.configuration.Configuration config)
Method Detail

getValidNames

public java.util.Set 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