SCS

scs.core
Class IMetaInterfacePOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by scs.core.IMetaInterfacePOA
          extended by scs.core.IMetaInterfacePOATie
All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler, IMetaInterfaceOperations

public class IMetaInterfacePOATie
extends IMetaInterfacePOA

scs/core/IMetaInterfacePOATie.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../idl/scs.idl Friday, October 3, 2008 9:13:51 AM BRT


Constructor Summary
IMetaInterfacePOATie(IMetaInterfaceOperations delegate)
           
IMetaInterfacePOATie(IMetaInterfaceOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 IMetaInterfaceOperations _delegate()
           
 void _delegate(IMetaInterfaceOperations delegate)
           
 FacetDescription[] getFacets()
           
 FacetDescription[] getFacetsByName(java.lang.String[] names)
           
 ReceptacleDescription[] getReceptacles()
           
 ReceptacleDescription[] getReceptaclesByName(java.lang.String[] names)
           
 
Methods inherited from class scs.core.IMetaInterfacePOA
_all_interfaces, _invoke, _this, _this
 
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

IMetaInterfacePOATie

public IMetaInterfacePOATie(IMetaInterfaceOperations delegate)

IMetaInterfacePOATie

public IMetaInterfacePOATie(IMetaInterfaceOperations delegate,
                            org.omg.PortableServer.POA poa)
Method Detail

_delegate

public IMetaInterfaceOperations _delegate()

_delegate

public void _delegate(IMetaInterfaceOperations delegate)

_default_POA

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

getFacets

public FacetDescription[] getFacets()

getFacetsByName

public FacetDescription[] getFacetsByName(java.lang.String[] names)
                                   throws InvalidName
Throws:
InvalidName

getReceptacles

public ReceptacleDescription[] getReceptacles()

getReceptaclesByName

public ReceptacleDescription[] getReceptaclesByName(java.lang.String[] names)
                                             throws InvalidName
Throws:
InvalidName

SCS