org.omg.CORBA
Class IDLTypePOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CORBA.IDLTypePOA
          extended byorg.omg.CORBA.IDLTypePOATie
All Implemented Interfaces:
IDLTypeOperations, InvokeHandler, IRObjectOperations

public class IDLTypePOATie
extends IDLTypePOA

Generated from IDL interface "IDLType"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Constructor Summary
IDLTypePOATie(IDLTypeOperations delegate)
           
IDLTypePOATie(IDLTypeOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 IDLTypeOperations _delegate()
           
 void _delegate(IDLTypeOperations delegate)
           
 IDLType _this()
           
 IDLType _this(ORB orb)
           
 DefinitionKind def_kind()
           
 void destroy()
           
 TypeCode type()
           
 
Methods inherited from class org.omg.CORBA.IDLTypePOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_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

IDLTypePOATie

public IDLTypePOATie(IDLTypeOperations delegate)

IDLTypePOATie

public IDLTypePOATie(IDLTypeOperations delegate,
                     POA poa)
Method Detail

_this

public IDLType _this()
Overrides:
_this in class IDLTypePOA

_this

public IDLType _this(ORB orb)
Overrides:
_this in class IDLTypePOA

_delegate

public IDLTypeOperations _delegate()

_delegate

public void _delegate(IDLTypeOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

destroy

public void destroy()

type

public TypeCode type()

def_kind

public DefinitionKind def_kind()