org.omg.FT
Interface PropertyManagerOperations
- All Known Subinterfaces:
- PropertyManager, ReplicationManager, ReplicationManagerOperations
- All Known Implementing Classes:
- PropertyManagerPOA
- public interface PropertyManagerOperations
set_default_properties
public void set_default_properties(Property[] props)
throws InvalidProperty,
UnsupportedProperty
get_default_properties
public Property[] get_default_properties()
remove_default_properties
public void remove_default_properties(Property[] props)
throws InvalidProperty,
UnsupportedProperty
set_type_properties
public void set_type_properties(java.lang.String type_id,
Property[] overrides)
throws InvalidProperty,
UnsupportedProperty
get_type_properties
public Property[] get_type_properties(java.lang.String type_id)
remove_type_properties
public void remove_type_properties(java.lang.String type_id,
Property[] props)
throws InvalidProperty,
UnsupportedProperty
set_properties_dynamically
public void set_properties_dynamically(org.omg.CORBA.Object object_group,
Property[] overrides)
throws ObjectGroupNotFound,
InvalidProperty,
UnsupportedProperty
get_properties
public Property[] get_properties(org.omg.CORBA.Object object_group)
throws ObjectGroupNotFound