scs.auxiliar
Class ComponentPropertiesPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by scs.auxiliar.ComponentPropertiesPOA
          extended by scs.auxiliar.ComponentPropertiesPOATie
All Implemented Interfaces:
InvokeHandler, ComponentPropertiesOperations

public class ComponentPropertiesPOATie
extends ComponentPropertiesPOA

Generated from IDL interface "ComponentProperties".

Version:
generated at Feb 10, 2014 8:09:01 AM
Author:
JacORB IDL compiler V 3.1, 19-Aug-2012

Constructor Summary
ComponentPropertiesPOATie(ComponentPropertiesOperations delegate)
           
ComponentPropertiesPOATie(ComponentPropertiesOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 ComponentPropertiesOperations _delegate()
           
 void _delegate(ComponentPropertiesOperations delegate)
           
 ComponentProperties _this()
           
 ComponentProperties _this(ORB orb)
           
 Property[] getProperties()
           
 Property getProperty(String name)
           
 void setProperty(Property prop)
           
 
Methods inherited from class scs.auxiliar.ComponentPropertiesPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _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

ComponentPropertiesPOATie

public ComponentPropertiesPOATie(ComponentPropertiesOperations delegate)

ComponentPropertiesPOATie

public ComponentPropertiesPOATie(ComponentPropertiesOperations delegate,
                                 POA poa)
Method Detail

_this

public ComponentProperties _this()
Overrides:
_this in class ComponentPropertiesPOA

_this

public ComponentProperties _this(ORB orb)
Overrides:
_this in class ComponentPropertiesPOA

_delegate

public ComponentPropertiesOperations _delegate()

_delegate

public void _delegate(ComponentPropertiesOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

setProperty

public void setProperty(Property prop)
                 throws ReadOnlyProperty
Throws:
ReadOnlyProperty

getProperties

public Property[] getProperties()

getProperty

public Property getProperty(String name)
                     throws UndefinedProperty
Throws:
UndefinedProperty


Copyright © 2014. All Rights Reserved.