Save This Page
Home » openjdk-7 » com.sun.corba.se.impl » dynamicany » [javadoc | source]
com.sun.corba.se.impl.dynamicany
abstract class: DynAnyConstructedImpl [javadoc | source]
java.lang.Object
   org.omg.CORBA.LocalObject
      com.sun.corba.se.impl.dynamicany.DynAnyImpl
         com.sun.corba.se.impl.dynamicany.DynAnyConstructedImpl

All Implemented Interfaces:
    DynAny, Object

Direct Known Subclasses:
    DynArrayImpl, DynValueBoxImpl, DynStructImpl, DynAnyCollectionImpl, DynAnyComplexImpl, DynValueImpl, DynValueCommonImpl, DynSequenceImpl, DynUnionImpl

Field Summary
protected static final  byte REPRESENTATION_NONE     
protected static final  byte REPRESENTATION_TYPECODE     
protected static final  byte REPRESENTATION_ANY     
protected static final  byte REPRESENTATION_COMPONENTS     
protected static final  byte RECURSIVE_UNDEF     
protected static final  byte RECURSIVE_NO     
protected static final  byte RECURSIVE_YES     
protected static final  DynAny[] emptyComponents     
 DynAny[] components     
 byte representations     
 byte isRecursive     
Fields inherited from com.sun.corba.se.impl.dynamicany.DynAnyImpl:
NO_INDEX,  STATUS_DESTROYABLE,  STATUS_UNDESTROYABLE,  STATUS_DESTROYED,  orb,  wrapper,  any,  status,  index
Constructor:
 protected DynAnyConstructedImpl(ORB orb,
    TypeCode typeCode) 
 protected DynAnyConstructedImpl(ORB orb,
    Any any,
    boolean copyValue) 
Method from com.sun.corba.se.impl.dynamicany.DynAnyConstructedImpl Summary:
assign,   checkInitAny,   checkInitComponents,   clearData,   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_val,   get_wchar,   get_wstring,   initializeAnyFromComponents,   initializeComponentsFromAny,   initializeComponentsFromTypeCode,   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_val,   insert_wchar,   insert_wstring,   isRecursive,   next,   rewind,   seek,   to_any,   writeAny
Methods from com.sun.corba.se.impl.dynamicany.DynAnyImpl:
_ids,   assign,   clearData,   copy,   destroy,   equal,   factory,   from_any,   getAny,   getAny,   setStatus,   to_any,   type,   writeAny
Methods from org.omg.CORBA.LocalObject:
_create_request,   _create_request,   _duplicate,   _get_domain_managers,   _get_interface,   _get_interface_def,   _get_policy,   _hash,   _invoke,   _is_a,   _is_equivalent,   _is_local,   _non_existent,   _orb,   _release,   _releaseReply,   _request,   _request,   _servant_postinvoke,   _servant_preinvoke,   _set_policy_override,   validate_connection
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.corba.se.impl.dynamicany.DynAnyConstructedImpl Detail:
 public  void assign(DynAny dyn_any) throws TypeMismatch 
 protected  void checkInitAny() 
 protected boolean checkInitComponents() 
 protected  void clearData() 
 public int component_count() 
 public DynAny copy() 
 public DynAny current_component() throws TypeMismatch 
 public  void destroy() 
 public boolean equal(DynAny dyn_any) 
 public  void from_any(Any value) throws TypeMismatch, InvalidValue 
 public Any get_any() throws TypeMismatch, InvalidValue 
 public boolean get_boolean() throws TypeMismatch, InvalidValue 
 public char get_char() throws TypeMismatch, InvalidValue 
 public double get_double() throws TypeMismatch, InvalidValue 
 public DynAny get_dyn_any() throws TypeMismatch, InvalidValue 
 public float get_float() throws TypeMismatch, InvalidValue 
 public int get_long() throws TypeMismatch, InvalidValue 
 public long get_longlong() throws TypeMismatch, InvalidValue 
 public byte get_octet() throws TypeMismatch, InvalidValue 
 public Object get_reference() throws TypeMismatch, InvalidValue 
 public short get_short() throws TypeMismatch, InvalidValue 
 public String get_string() throws TypeMismatch, InvalidValue 
 public TypeCode get_typecode() throws TypeMismatch, InvalidValue 
 public int get_ulong() throws TypeMismatch, InvalidValue 
 public long get_ulonglong() throws TypeMismatch, InvalidValue 
 public short get_ushort() throws TypeMismatch, InvalidValue 
 public Serializable get_val() throws TypeMismatch, InvalidValue 
 public char get_wchar() throws TypeMismatch, InvalidValue 
 public String get_wstring() throws TypeMismatch, InvalidValue 
 protected boolean initializeAnyFromComponents() 
 abstract protected boolean initializeComponentsFromAny()
 abstract protected boolean initializeComponentsFromTypeCode()
 public  void insert_any(Any value) throws TypeMismatch, InvalidValue 
 public  void insert_boolean(boolean value) throws TypeMismatch, InvalidValue 
 public  void insert_char(char value) throws TypeMismatch, InvalidValue 
 public  void insert_double(double value) throws TypeMismatch, InvalidValue 
 public  void insert_dyn_any(DynAny value) throws TypeMismatch, InvalidValue 
 public  void insert_float(float value) throws TypeMismatch, InvalidValue 
 public  void insert_long(int value) throws TypeMismatch, InvalidValue 
 public  void insert_longlong(long value) throws TypeMismatch, InvalidValue 
 public  void insert_octet(byte value) throws TypeMismatch, InvalidValue 
 public  void insert_reference(Object value) throws TypeMismatch, InvalidValue 
 public  void insert_short(short value) throws TypeMismatch, InvalidValue 
 public  void insert_string(String value) throws TypeMismatch, InvalidValue 
 public  void insert_typecode(TypeCode value) throws TypeMismatch, InvalidValue 
 public  void insert_ulong(int value) throws TypeMismatch, InvalidValue 
 public  void insert_ulonglong(long value) throws TypeMismatch, InvalidValue 
 public  void insert_ushort(short value) throws TypeMismatch, InvalidValue 
 public  void insert_val(Serializable value) throws TypeMismatch, InvalidValue 
 public  void insert_wchar(char value) throws TypeMismatch, InvalidValue 
 public  void insert_wstring(String value) throws TypeMismatch, InvalidValue 
 protected boolean isRecursive() 
 public boolean next() 
 public  void rewind() 
 public boolean seek(int newIndex) 
 public Any to_any() 
 protected  void writeAny(OutputStream out)