org.omg.CosPropertyService
Interface PropertySetDefFactoryOperations

All Known Subinterfaces:
PropertySetDefFactory
All Known Implementing Classes:
PropertySetDefFactoryPOA

public interface PropertySetDefFactoryOperations

Interface definition : PropertySetDefFactory

Author:
OpenORB Compiler

Method Summary
 PropertySetDef create_constrained_propertysetdef(org.omg.CORBA.TypeCode[] allowed_property_types, PropertyDef[] allowed_property_defs)
          Operation create_constrained_propertysetdef
 PropertySetDef create_initial_propertysetdef(PropertyDef[] initial_property_defs)
          Operation create_initial_propertysetdef
 PropertySetDef create_propertysetdef()
          Operation create_propertysetdef
 

Method Detail

create_propertysetdef

public PropertySetDef create_propertysetdef()
Operation create_propertysetdef

create_constrained_propertysetdef

public PropertySetDef create_constrained_propertysetdef(org.omg.CORBA.TypeCode[] allowed_property_types,
                                                        PropertyDef[] allowed_property_defs)
                                                 throws ConstraintNotSupported
Operation create_constrained_propertysetdef

create_initial_propertysetdef

public PropertySetDef create_initial_propertysetdef(PropertyDef[] initial_property_defs)
                                             throws MultipleExceptions
Operation create_initial_propertysetdef