org.omg.DynamicAny
Class DynFixedPOA

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.DynamicAny.DynFixedPOA
All Implemented Interfaces:
DynAnyOperations, DynFixedOperations, InvokeHandler
Direct Known Subclasses:
DynFixedPOATie

public abstract class DynFixedPOA
extends Servant
implements InvokeHandler, DynFixedOperations

Generated from IDL interface "DynFixed"

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

Constructor Summary
DynFixedPOA()
           
 
Method Summary
 java.lang.String[] _all_interfaces(POA poa, byte[] obj_id)
           
 OutputStream _invoke(java.lang.String method, InputStream _input, ResponseHandler handler)
           
 DynFixed _this()
           
 DynFixed _this(ORB orb)
           
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _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
 
Methods inherited from interface org.omg.DynamicAny.DynFixedOperations
get_value, set_value
 
Methods inherited from interface org.omg.DynamicAny.DynAnyOperations
assign, component_count, copy, current_component, destroy, equal, from_any, get_any, get_boolean, get_char, get_double, get_dyn_any, get_float, get_long, get_longlong, get_octet, get_reference, get_short, get_string, get_typecode, get_ulong, get_ulonglong, get_ushort, get_wchar, get_wstring, insert_any, insert_boolean, insert_char, insert_double, insert_dyn_any, insert_float, insert_long, insert_longlong, insert_octet, insert_reference, insert_short, insert_string, insert_typecode, insert_ulong, insert_ulonglong, insert_ushort, insert_wchar, insert_wstring, next, rewind, seek, to_any, type
 

Constructor Detail

DynFixedPOA

public DynFixedPOA()
Method Detail

_this

public DynFixed _this()

_this

public DynFixed _this(ORB orb)

_invoke

public OutputStream _invoke(java.lang.String method,
                            InputStream _input,
                            ResponseHandler handler)
                     throws SystemException
Specified by:
_invoke in interface InvokeHandler
Throws:
SystemException

_all_interfaces

public java.lang.String[] _all_interfaces(POA poa,
                                          byte[] obj_id)
Specified by:
_all_interfaces in class Servant