org.omg.CosPropertyService
Interface PropertySetFactoryOperations

All Known Subinterfaces:
PropertySetFactory
All Known Implementing Classes:
_PropertySetFactoryStub, PropertySetFactoryPOA, PropertySetFactoryPOATie

public interface PropertySetFactoryOperations

Generated from IDL interface "PropertySetFactory".

Version:
generated at Dec 2, 2008 2:43:27 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 5), 06-Jun-2007

Method Summary
 PropertySet create_constrained_propertyset(TypeCode[] allowed_property_types, Property[] allowed_properties)
           
 PropertySet create_initial_propertyset(Property[] initial_properties)
           
 PropertySet create_propertyset()
           
 

Method Detail

create_propertyset

PropertySet create_propertyset()

create_constrained_propertyset

PropertySet create_constrained_propertyset(TypeCode[] allowed_property_types,
                                           Property[] allowed_properties)
                                           throws ConstraintNotSupported
Throws:
ConstraintNotSupported

create_initial_propertyset

PropertySet create_initial_propertyset(Property[] initial_properties)
                                       throws MultipleExceptions
Throws:
MultipleExceptions