org.omg.DynamicAny
Class DynUnionPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.DynamicAny.DynUnionPOA
          extended byorg.omg.DynamicAny.DynUnionPOATie
All Implemented Interfaces:
DynAnyOperations, DynUnionOperations, InvokeHandler

public class DynUnionPOATie
extends DynUnionPOA

Generated from IDL interface "DynUnion"

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

Constructor Summary
DynUnionPOATie(DynUnionOperations delegate)
           
DynUnionPOATie(DynUnionOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 DynUnionOperations _delegate()
           
 void _delegate(DynUnionOperations delegate)
           
 DynUnion _this()
           
 DynUnion _this(ORB orb)
           
 void assign(DynAny dyn_any)
           
 int component_count()
           
 DynAny copy()
           
 DynAny current_component()
           
 void destroy()
           
 TCKind discriminator_kind()
           
 boolean equal(DynAny dyn_any)
           
 void from_any(Any value)
           
 Any get_any()
           
 boolean get_boolean()
           
 char get_char()
           
 DynAny get_discriminator()
           
 double get_double()
           
 DynAny get_dyn_any()
           
 float get_float()
           
 int get_long()
           
 long get_longlong()
           
 byte get_octet()
           
 Object get_reference()
           
 short get_short()
           
 java.lang.String get_string()
           
 TypeCode get_typecode()
           
 int get_ulong()
           
 long get_ulonglong()
           
 short get_ushort()
           
 char get_wchar()
           
 java.lang.String get_wstring()
           
 boolean has_no_active_member()
           
 void insert_any(Any value)
           
 void insert_boolean(boolean value)
           
 void insert_char(char value)
           
 void insert_double(double value)
           
 void insert_dyn_any(DynAny value)
           
 void insert_float(float value)
           
 void insert_long(int value)
           
 void insert_longlong(long value)
           
 void insert_octet(byte value)
           
 void insert_reference(Object value)
           
 void insert_short(short value)
           
 void insert_string(java.lang.String value)
           
 void insert_typecode(TypeCode value)
           
 void insert_ulong(int value)
           
 void insert_ulonglong(long value)
           
 void insert_ushort(short value)
           
 void insert_wchar(char value)
           
 void insert_wstring(java.lang.String value)
           
 TCKind member_kind()
           
 java.lang.String member_name()
           
 DynAny member()
           
 boolean next()
           
 void rewind()
           
 boolean seek(int index)
           
 void set_discriminator(DynAny d)
           
 void set_to_default_member()
           
 void set_to_no_active_member()
           
 Any to_any()
           
 TypeCode type()
           
 
Methods inherited from class org.omg.DynamicAny.DynUnionPOA
_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

DynUnionPOATie

public DynUnionPOATie(DynUnionOperations delegate)

DynUnionPOATie

public DynUnionPOATie(DynUnionOperations delegate,
                      POA poa)
Method Detail

_this

public DynUnion _this()
Overrides:
_this in class DynUnionPOA

_this

public DynUnion _this(ORB orb)
Overrides:
_this in class DynUnionPOA

_delegate

public DynUnionOperations _delegate()

_delegate

public void _delegate(DynUnionOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

get_reference

public Object get_reference()
                     throws InvalidValue,
                            TypeMismatch
Throws:
InvalidValue
TypeMismatch

insert_typecode

public void insert_typecode(TypeCode value)
                     throws InvalidValue,
                            TypeMismatch
Throws:
InvalidValue
TypeMismatch

get_typecode

public TypeCode get_typecode()
                      throws InvalidValue,
                             TypeMismatch
Throws:
InvalidValue
TypeMismatch

set_to_default_member

public void set_to_default_member()
                           throws TypeMismatch
Throws:
TypeMismatch

copy

public DynAny copy()

get_ulong

public int get_ulong()
              throws InvalidValue,
                     TypeMismatch
Throws:
InvalidValue
TypeMismatch

insert_float

public void insert_float(float value)
                  throws InvalidValue,
                         TypeMismatch
Throws:
InvalidValue
TypeMismatch

get_any

public Any get_any()
            throws InvalidValue,
                   TypeMismatch
Throws:
InvalidValue
TypeMismatch

get_short

public short get_short()
                throws InvalidValue,
                       TypeMismatch
Throws:
InvalidValue
TypeMismatch

from_any

public void from_any(Any value)
              throws InvalidValue,
                     TypeMismatch
Throws:
InvalidValue
TypeMismatch

get_string

public java.lang.String get_string()
                            throws InvalidValue,
                                   TypeMismatch
Throws:
InvalidValue
TypeMismatch

get_float

public float get_float()
                throws InvalidValue,
                       TypeMismatch
Throws:
InvalidValue
TypeMismatch

insert_ulonglong

public void insert_ulonglong(long value)
                      throws InvalidValue,
                             TypeMismatch
Throws:
InvalidValue
TypeMismatch

insert_reference

public void insert_reference(Object value)
                      throws InvalidValue,
                             TypeMismatch
Throws:
InvalidValue
TypeMismatch

insert_string

public void insert_string(java.lang.String value)
                   throws InvalidValue,
                          TypeMismatch
Throws:
InvalidValue
TypeMismatch

current_component

public DynAny current_component()
                         throws TypeMismatch
Throws:
TypeMismatch

get_boolean

public boolean get_boolean()
                    throws InvalidValue,
                           TypeMismatch
Throws:
InvalidValue
TypeMismatch

insert_boolean

public void insert_boolean(boolean value)
                    throws InvalidValue,
                           TypeMismatch
Throws:
InvalidValue
TypeMismatch

discriminator_kind

public TCKind discriminator_kind()

next

public boolean next()

insert_char

public void insert_char(char value)
                 throws InvalidValue,
                        TypeMismatch
Throws:
InvalidValue
TypeMismatch

insert_wstring

public void insert_wstring(java.lang.String value)
                    throws InvalidValue,
                           TypeMismatch
Throws:
InvalidValue
TypeMismatch

has_no_active_member

public boolean has_no_active_member()

get_dyn_any

public DynAny get_dyn_any()
                   throws InvalidValue,
                          TypeMismatch
Throws:
InvalidValue
TypeMismatch

to_any

public Any to_any()

get_char

public char get_char()
              throws InvalidValue,
                     TypeMismatch
Throws:
InvalidValue
TypeMismatch

seek

public boolean seek(int index)

destroy

public void destroy()

insert_short

public void insert_short(short value)
                  throws InvalidValue,
                         TypeMismatch
Throws:
InvalidValue
TypeMismatch

type

public TypeCode type()

member_kind

public TCKind member_kind()
                   throws InvalidValue
Throws:
InvalidValue

insert_double

public void insert_double(double value)
                   throws InvalidValue,
                          TypeMismatch
Throws:
InvalidValue
TypeMismatch

get_longlong

public long get_longlong()
                  throws InvalidValue,
                         TypeMismatch
Throws:
InvalidValue
TypeMismatch

set_to_no_active_member

public void set_to_no_active_member()
                             throws TypeMismatch
Throws:
TypeMismatch

component_count

public int component_count()

insert_wchar

public void insert_wchar(char value)
                  throws InvalidValue,
                         TypeMismatch
Throws:
InvalidValue
TypeMismatch

insert_any

public void insert_any(Any value)
                throws InvalidValue,
                       TypeMismatch
Throws:
InvalidValue
TypeMismatch

insert_ushort

public void insert_ushort(short value)
                   throws InvalidValue,
                          TypeMismatch
Throws:
InvalidValue
TypeMismatch

member_name

public java.lang.String member_name()
                             throws InvalidValue
Throws:
InvalidValue

get_ushort

public short get_ushort()
                 throws InvalidValue,
                        TypeMismatch
Throws:
InvalidValue
TypeMismatch

get_wstring

public java.lang.String get_wstring()
                             throws InvalidValue,
                                    TypeMismatch
Throws:
InvalidValue
TypeMismatch

get_discriminator

public DynAny get_discriminator()

get_long

public int get_long()
             throws InvalidValue,
                    TypeMismatch
Throws:
InvalidValue
TypeMismatch

assign

public void assign(DynAny dyn_any)
            throws TypeMismatch
Throws:
TypeMismatch

get_wchar

public char get_wchar()
               throws InvalidValue,
                      TypeMismatch
Throws:
InvalidValue
TypeMismatch

insert_longlong

public void insert_longlong(long value)
                     throws InvalidValue,
                            TypeMismatch
Throws:
InvalidValue
TypeMismatch

insert_long

public void insert_long(int value)
                 throws InvalidValue,
                        TypeMismatch
Throws:
InvalidValue
TypeMismatch

insert_dyn_any

public void insert_dyn_any(DynAny value)
                    throws InvalidValue,
                           TypeMismatch
Throws:
InvalidValue
TypeMismatch

rewind

public void rewind()

insert_ulong

public void insert_ulong(int value)
                  throws InvalidValue,
                         TypeMismatch
Throws:
InvalidValue
TypeMismatch

get_ulonglong

public long get_ulonglong()
                   throws InvalidValue,
                          TypeMismatch
Throws:
InvalidValue
TypeMismatch

insert_octet

public void insert_octet(byte value)
                  throws InvalidValue,
                         TypeMismatch
Throws:
InvalidValue
TypeMismatch

equal

public boolean equal(DynAny dyn_any)

get_double

public double get_double()
                  throws InvalidValue,
                         TypeMismatch
Throws:
InvalidValue
TypeMismatch

get_octet

public byte get_octet()
               throws InvalidValue,
                      TypeMismatch
Throws:
InvalidValue
TypeMismatch

set_discriminator

public void set_discriminator(DynAny d)
                       throws TypeMismatch
Throws:
TypeMismatch

member

public DynAny member()
              throws InvalidValue
Throws:
InvalidValue