org.omg.CosPropertyService
Class PropertySetDefFactoryPOATie

java.lang.Object
  |
  +--org.omg.PortableServer.Servant
        |
        +--org.omg.CosPropertyService.PropertySetDefFactoryPOA
              |
              +--org.omg.CosPropertyService.PropertySetDefFactoryPOATie
All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler, PropertySetDefFactoryOperations

public class PropertySetDefFactoryPOATie
extends PropertySetDefFactoryPOA

Interface definition : PropertySetDefFactory

Author:
OpenORB Compiler

Constructor Summary
PropertySetDefFactoryPOATie(PropertySetDefFactoryOperations tieObject)
          Constructor
PropertySetDefFactoryPOATie(PropertySetDefFactoryOperations tieObject, org.omg.PortableServer.POA poa)
          Constructor
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
          _default_POA method
 PropertySetDefFactoryOperations _delegate()
          Get the delegate
 void _delegate(PropertySetDefFactoryOperations delegate_)
          Set the delegate
 PropertySetDef create_constrained_propertysetdef(org.omg.CORBA.TypeCode[] allowed_property_types, PropertyDef[] allowed_property_defs)
          Operation create_constrained_propertysetdef
 PropertySetDef create_initial_propertysetdef(PropertyDef[] initial_property_defs)
          Operation create_initial_propertysetdef
 PropertySetDef create_propertysetdef()
          Operation create_propertysetdef
 
Methods inherited from class org.omg.CosPropertyService.PropertySetDefFactoryPOA
_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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySetDefFactoryPOATie

public PropertySetDefFactoryPOATie(PropertySetDefFactoryOperations tieObject)
Constructor

PropertySetDefFactoryPOATie

public PropertySetDefFactoryPOATie(PropertySetDefFactoryOperations tieObject,
                                   org.omg.PortableServer.POA poa)
Constructor
Method Detail

_delegate

public PropertySetDefFactoryOperations _delegate()
Get the delegate

_delegate

public void _delegate(PropertySetDefFactoryOperations delegate_)
Set the delegate

_default_POA

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

create_propertysetdef

public PropertySetDef create_propertysetdef()
Operation create_propertysetdef

create_constrained_propertysetdef

public PropertySetDef create_constrained_propertysetdef(org.omg.CORBA.TypeCode[] allowed_property_types,
                                                        PropertyDef[] allowed_property_defs)
                                                 throws ConstraintNotSupported
Operation create_constrained_propertysetdef

create_initial_propertysetdef

public PropertySetDef create_initial_propertysetdef(PropertyDef[] initial_property_defs)
                                             throws MultipleExceptions
Operation create_initial_propertysetdef