org.omg.FT
Class PropertyManagerPOATie

java.lang.Object
  |
  +--org.omg.PortableServer.Servant
        |
        +--org.omg.FT.PropertyManagerPOA
              |
              +--org.omg.FT.PropertyManagerPOATie
All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler, PropertyManagerOperations

public class PropertyManagerPOATie
extends PropertyManagerPOA


Field Summary
private  org.omg.PortableServer.POA _poa
           
private  PropertyManagerOperations _tie
           
 
Fields inherited from class org.omg.FT.PropertyManagerPOA
_ids_list
 
Fields inherited from class org.omg.PortableServer.Servant
_delegate, _hasGetInterface
 
Constructor Summary
PropertyManagerPOATie(PropertyManagerOperations tieObject)
           
PropertyManagerPOATie(PropertyManagerOperations tieObject, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 PropertyManagerOperations _delegate()
           
 void _delegate(PropertyManagerOperations delegate_)
           
 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.FT.PropertyManagerPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

_tie

private PropertyManagerOperations _tie

_poa

private org.omg.PortableServer.POA _poa
Constructor Detail

PropertyManagerPOATie

public PropertyManagerPOATie(PropertyManagerOperations tieObject)

PropertyManagerPOATie

public PropertyManagerPOATie(PropertyManagerOperations tieObject,
                             org.omg.PortableServer.POA poa)
Method Detail

_delegate

public PropertyManagerOperations _delegate()

_delegate

public void _delegate(PropertyManagerOperations delegate_)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

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