org.omg.CosPropertyService
Class PropertySetFactoryPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.CosPropertyService.PropertySetFactoryPOA
          extended by org.omg.CosPropertyService.PropertySetFactoryPOATie
All Implemented Interfaces:
InvokeHandler, PropertySetFactoryOperations

public class PropertySetFactoryPOATie
extends PropertySetFactoryPOA

Generated from IDL interface "PropertySetFactory".

Version:
generated at Mar 17, 2009 1:47:08 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

Constructor Summary
PropertySetFactoryPOATie(PropertySetFactoryOperations delegate)
           
PropertySetFactoryPOATie(PropertySetFactoryOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 PropertySetFactoryOperations _delegate()
           
 void _delegate(PropertySetFactoryOperations delegate)
           
 PropertySetFactory _this()
           
 PropertySetFactory _this(ORB orb)
           
 PropertySet create_constrained_propertyset(TypeCode[] allowed_property_types, Property[] allowed_properties)
           
 PropertySet create_initial_propertyset(Property[] initial_properties)
           
 PropertySet create_propertyset()
           
 
Methods inherited from class org.omg.CosPropertyService.PropertySetFactoryPOA
_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

PropertySetFactoryPOATie

public PropertySetFactoryPOATie(PropertySetFactoryOperations delegate)

PropertySetFactoryPOATie

public PropertySetFactoryPOATie(PropertySetFactoryOperations delegate,
                                POA poa)
Method Detail

_this

public PropertySetFactory _this()
Overrides:
_this in class PropertySetFactoryPOA

_this

public PropertySetFactory _this(ORB orb)
Overrides:
_this in class PropertySetFactoryPOA

_delegate

public PropertySetFactoryOperations _delegate()

_delegate

public void _delegate(PropertySetFactoryOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

create_propertyset

public PropertySet create_propertyset()

create_constrained_propertyset

public PropertySet create_constrained_propertyset(TypeCode[] allowed_property_types,
                                                  Property[] allowed_properties)
                                           throws ConstraintNotSupported
Throws:
ConstraintNotSupported

create_initial_propertyset

public PropertySet create_initial_propertyset(Property[] initial_properties)
                                       throws MultipleExceptions
Throws:
MultipleExceptions