Uses of Class
org.omg.CosPropertyService.ConstraintNotSupported

Packages that use ConstraintNotSupported
org.omg.CosPropertyService   
 

Uses of ConstraintNotSupported in org.omg.CosPropertyService
 

Methods in org.omg.CosPropertyService that return ConstraintNotSupported
static ConstraintNotSupported ConstraintNotSupportedHelper.extract(Any any)
           
static ConstraintNotSupported ConstraintNotSupportedHelper.read(InputStream in)
           
 

Methods in org.omg.CosPropertyService with parameters of type ConstraintNotSupported
static void ConstraintNotSupportedHelper.insert(Any any, ConstraintNotSupported s)
           
static void ConstraintNotSupportedHelper.write(OutputStream out, ConstraintNotSupported s)
           
 

Methods in org.omg.CosPropertyService that throw ConstraintNotSupported
 PropertySet _PropertySetFactoryStub.create_constrained_propertyset(TypeCode[] allowed_property_types, Property[] allowed_properties)
           
 PropertySet PropertySetFactoryOperations.create_constrained_propertyset(TypeCode[] allowed_property_types, Property[] allowed_properties)
           
 PropertySet PropertySetFactoryPOATie.create_constrained_propertyset(TypeCode[] allowed_property_types, Property[] allowed_properties)
           
 PropertySetDef PropertySetDefFactoryOperations.create_constrained_propertysetdef(TypeCode[] allowed_property_types, PropertyDef[] allowed_property_defs)
           
 PropertySetDef _PropertySetDefFactoryStub.create_constrained_propertysetdef(TypeCode[] allowed_property_types, PropertyDef[] allowed_property_defs)
           
 PropertySetDef PropertySetDefFactoryPOATie.create_constrained_propertysetdef(TypeCode[] allowed_property_types, PropertyDef[] allowed_property_defs)