public class PropertySetImpl
extends PropertySetPOA
org.omg.CosPropertyService.PropertySet.| Constructor and Description |
|---|
PropertySetImpl() |
PropertySetImpl(Property[] propSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
define_properties(Property[] propSet) |
void |
define_property(java.lang.String name,
org.omg.CORBA.Any value) |
boolean |
delete_all_properties() |
void |
delete_properties(java.lang.String[] arg0) |
void |
delete_property(java.lang.String arg0) |
void |
get_all_properties(int arg0,
PropertiesHolder arg1,
PropertiesIteratorHolder arg2) |
void |
get_all_property_names(int arg0,
PropertyNamesHolder arg1,
PropertyNamesIteratorHolder arg2) |
int |
get_number_of_properties() |
boolean |
get_properties(java.lang.String[] arg0,
PropertiesHolder arg1) |
org.omg.CORBA.Any |
get_property_value(java.lang.String name) |
boolean |
is_property_defined(java.lang.String arg0) |
public PropertySetImpl()
public PropertySetImpl(Property[] propSet)
throws MultipleExceptions
MultipleExceptionspublic void define_properties(Property[] propSet)
throws MultipleExceptions
MultipleExceptionspublic void define_property(java.lang.String name,
org.omg.CORBA.Any value)
throws ConflictingProperty,
UnsupportedProperty,
UnsupportedTypeCode,
ReadOnlyProperty,
InvalidPropertyName
ConflictingPropertyUnsupportedPropertyUnsupportedTypeCodeReadOnlyPropertyInvalidPropertyNamepublic boolean delete_all_properties()
public void delete_properties(java.lang.String[] arg0)
throws MultipleExceptions
MultipleExceptionspublic void delete_property(java.lang.String arg0)
throws FixedProperty,
PropertyNotFound,
InvalidPropertyName
FixedPropertyPropertyNotFoundInvalidPropertyNamepublic void get_all_properties(int arg0,
PropertiesHolder arg1,
PropertiesIteratorHolder arg2)
public void get_all_property_names(int arg0,
PropertyNamesHolder arg1,
PropertyNamesIteratorHolder arg2)
public int get_number_of_properties()
public boolean get_properties(java.lang.String[] arg0,
PropertiesHolder arg1)
public org.omg.CORBA.Any get_property_value(java.lang.String name)
throws PropertyNotFound,
InvalidPropertyName
PropertyNotFoundInvalidPropertyNamepublic boolean is_property_defined(java.lang.String arg0)
throws InvalidPropertyName
InvalidPropertyName