org.omg.CORBA
Class ConstantDefPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CORBA.ConstantDefPOA
          extended byorg.omg.CORBA.ConstantDefPOATie
All Implemented Interfaces:
ConstantDefOperations, ContainedOperations, InvokeHandler, IRObjectOperations

public class ConstantDefPOATie
extends ConstantDefPOA

Generated from IDL interface "ConstantDef"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

Constructor Summary
ConstantDefPOATie(ConstantDefOperations delegate)
           
ConstantDefPOATie(ConstantDefOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 ConstantDefOperations _delegate()
           
 void _delegate(ConstantDefOperations delegate)
           
 ConstantDef _this()
           
 ConstantDef _this(ORB orb)
           
 java.lang.String absolute_name()
           
 Repository containing_repository()
           
 DefinitionKind def_kind()
           
 Container defined_in()
           
 Description describe()
           
 void destroy()
           
 java.lang.String id()
           
 void id(java.lang.String a)
           
 void move(Container new_container, java.lang.String new_name, java.lang.String new_version)
           
 java.lang.String name()
           
 void name(java.lang.String a)
           
 IDLType type_def()
           
 void type_def(IDLType a)
           
 TypeCode type()
           
 Any value()
           
 void value(Any a)
           
 java.lang.String version()
           
 void version(java.lang.String a)
           
 
Methods inherited from class org.omg.CORBA.ConstantDefPOA
_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

ConstantDefPOATie

public ConstantDefPOATie(ConstantDefOperations delegate)

ConstantDefPOATie

public ConstantDefPOATie(ConstantDefOperations delegate,
                         POA poa)
Method Detail

_this

public ConstantDef _this()
Overrides:
_this in class ConstantDefPOA

_this

public ConstantDef _this(ORB orb)
Overrides:
_this in class ConstantDefPOA

_delegate

public ConstantDefOperations _delegate()

_delegate

public void _delegate(ConstantDefOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

value

public void value(Any a)

type_def

public IDLType type_def()

containing_repository

public Repository containing_repository()

def_kind

public DefinitionKind def_kind()

type_def

public void type_def(IDLType a)

absolute_name

public java.lang.String absolute_name()

name

public java.lang.String name()

type

public TypeCode type()

name

public void name(java.lang.String a)

defined_in

public Container defined_in()

version

public java.lang.String version()

value

public Any value()

version

public void version(java.lang.String a)

describe

public Description describe()

id

public java.lang.String id()

move

public void move(Container new_container,
                 java.lang.String new_name,
                 java.lang.String new_version)

destroy

public void destroy()

id

public void id(java.lang.String a)