org.omg.CosPropertyService
Class PropertySetDefFactoryPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.CosPropertyService.PropertySetDefFactoryPOA
          extended by org.omg.CosPropertyService.PropertySetDefFactoryPOATie
All Implemented Interfaces:
InvokeHandler, PropertySetDefFactoryOperations

public class PropertySetDefFactoryPOATie
extends PropertySetDefFactoryPOA

Generated from IDL interface "PropertySetDefFactory".

Version:
generated at Sep 14, 2010 11:02:20 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

Constructor Summary
PropertySetDefFactoryPOATie(PropertySetDefFactoryOperations delegate)
           
PropertySetDefFactoryPOATie(PropertySetDefFactoryOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 PropertySetDefFactoryOperations _delegate()
           
 void _delegate(PropertySetDefFactoryOperations delegate)
           
 PropertySetDefFactory _this()
           
 PropertySetDefFactory _this(ORB orb)
           
 PropertySetDef create_constrained_propertysetdef(TypeCode[] allowed_property_types, PropertyDef[] allowed_property_defs)
           
 PropertySetDef create_initial_propertysetdef(PropertyDef[] initial_property_defs)
           
 PropertySetDef create_propertysetdef()
           
 
Methods inherited from class org.omg.CosPropertyService.PropertySetDefFactoryPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_component, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySetDefFactoryPOATie

public PropertySetDefFactoryPOATie(PropertySetDefFactoryOperations delegate)

PropertySetDefFactoryPOATie

public PropertySetDefFactoryPOATie(PropertySetDefFactoryOperations delegate,
                                   POA poa)
Method Detail

_this

public PropertySetDefFactory _this()
Overrides:
_this in class PropertySetDefFactoryPOA

_this

public PropertySetDefFactory _this(ORB orb)
Overrides:
_this in class PropertySetDefFactoryPOA

_delegate

public PropertySetDefFactoryOperations _delegate()

_delegate

public void _delegate(PropertySetDefFactoryOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

create_initial_propertysetdef

public PropertySetDef create_initial_propertysetdef(PropertyDef[] initial_property_defs)
                                             throws MultipleExceptions
Throws:
MultipleExceptions

create_constrained_propertysetdef

public PropertySetDef create_constrained_propertysetdef(TypeCode[] allowed_property_types,
                                                        PropertyDef[] allowed_property_defs)
                                                 throws ConstraintNotSupported
Throws:
ConstraintNotSupported

create_propertysetdef

public PropertySetDef create_propertysetdef()