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 Mar 21, 2012 11:04:33 AM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009

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