org.omg.CosPropertyService
Class PropertySetDefPOA

java.lang.Object
  |
  +--org.omg.PortableServer.Servant
        |
        +--org.omg.CosPropertyService.PropertySetDefPOA
All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler, PropertySetDefOperations, PropertySetOperations
Direct Known Subclasses:
PropertySetDefImpl, PropertySetDefPOATie

public abstract class PropertySetDefPOA
extends org.omg.PortableServer.Servant
implements PropertySetDefOperations, org.omg.CORBA.portable.InvokeHandler

Interface definition : PropertySetDef

Author:
OpenORB Compiler

Constructor Summary
PropertySetDefPOA()
           
 
Method Summary
 java.lang.String[] _all_interfaces(org.omg.PortableServer.POA poa, byte[] objectId)
           
 org.omg.CORBA.portable.OutputStream _invoke(java.lang.String opName, org.omg.CORBA.portable.InputStream _is, org.omg.CORBA.portable.ResponseHandler handler)
           
 PropertySetDef _this()
           
 PropertySetDef _this(org.omg.CORBA.ORB orb)
           
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omg.CosPropertyService.PropertySetDefOperations
define_properties_with_modes, define_property_with_mode, get_allowed_properties, get_allowed_property_types, get_property_mode, get_property_modes, set_property_mode, set_property_modes
 
Methods inherited from interface org.omg.CosPropertyService.PropertySetOperations
define_properties, define_property, delete_all_properties, delete_properties, delete_property, get_all_properties, get_all_property_names, get_number_of_properties, get_properties, get_property_value, is_property_defined
 

Constructor Detail

PropertySetDefPOA

public PropertySetDefPOA()
Method Detail

_this

public PropertySetDef _this()

_this

public PropertySetDef _this(org.omg.CORBA.ORB orb)

_all_interfaces

public java.lang.String[] _all_interfaces(org.omg.PortableServer.POA poa,
                                          byte[] objectId)
Overrides:
_all_interfaces in class org.omg.PortableServer.Servant

_invoke

public final org.omg.CORBA.portable.OutputStream _invoke(java.lang.String opName,
                                                         org.omg.CORBA.portable.InputStream _is,
                                                         org.omg.CORBA.portable.ResponseHandler handler)
Specified by:
_invoke in interface org.omg.CORBA.portable.InvokeHandler