org.omg.FT
Class _PropertyManagerStub

java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--org.omg.FT._PropertyManagerStub
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object, PropertyManager, PropertyManagerOperations, java.io.Serializable

public class _PropertyManagerStub
extends org.omg.CORBA.portable.ObjectImpl
implements PropertyManager

See Also:
Serialized Form

Field Summary
(package private) static java.lang.String[] _ids_list
           
private static java.lang.Class _opsClass
           
 
Fields inherited from class org.omg.CORBA.portable.ObjectImpl
__delegate
 
Constructor Summary
_PropertyManagerStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 Property[] get_default_properties()
           
 Property[] get_properties(org.omg.CORBA.Object object_group)
           
 Property[] get_type_properties(java.lang.String type_id)
           
 void remove_default_properties(Property[] props)
           
 void remove_type_properties(java.lang.String type_id, Property[] props)
           
 void set_default_properties(Property[] props)
           
 void set_properties_dynamically(org.omg.CORBA.Object object_group, Property[] overrides)
           
 void set_type_properties(java.lang.String type_id, Property[] overrides)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
, clone, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_ids_list

static final java.lang.String[] _ids_list

_opsClass

private static final java.lang.Class _opsClass
Constructor Detail

_PropertyManagerStub

public _PropertyManagerStub()
Method Detail

_ids

public java.lang.String[] _ids()
Overrides:
_ids in class org.omg.CORBA.portable.ObjectImpl

set_default_properties

public void set_default_properties(Property[] props)
                            throws InvalidProperty,
                                   UnsupportedProperty
Specified by:
set_default_properties in interface PropertyManagerOperations

get_default_properties

public Property[] get_default_properties()
Specified by:
get_default_properties in interface PropertyManagerOperations

remove_default_properties

public void remove_default_properties(Property[] props)
                               throws InvalidProperty,
                                      UnsupportedProperty
Specified by:
remove_default_properties in interface PropertyManagerOperations

set_type_properties

public void set_type_properties(java.lang.String type_id,
                                Property[] overrides)
                         throws InvalidProperty,
                                UnsupportedProperty
Specified by:
set_type_properties in interface PropertyManagerOperations

get_type_properties

public Property[] get_type_properties(java.lang.String type_id)
Specified by:
get_type_properties in interface PropertyManagerOperations

remove_type_properties

public void remove_type_properties(java.lang.String type_id,
                                   Property[] props)
                            throws InvalidProperty,
                                   UnsupportedProperty
Specified by:
remove_type_properties in interface PropertyManagerOperations

set_properties_dynamically

public void set_properties_dynamically(org.omg.CORBA.Object object_group,
                                       Property[] overrides)
                                throws ObjectGroupNotFound,
                                       InvalidProperty,
                                       UnsupportedProperty
Specified by:
set_properties_dynamically in interface PropertyManagerOperations

get_properties

public Property[] get_properties(org.omg.CORBA.Object object_group)
                          throws ObjectGroupNotFound
Specified by:
get_properties in interface PropertyManagerOperations