JavaTM 2 Platform
Standard Ed. 5.0

Uses of Class
org.omg.DynamicAny.DynAnyFactoryPackage.InconsistentTypeCode

Packages that use InconsistentTypeCode
org.omg.DynamicAny Provides classes and interfaces that enable traversal of the data value associated with an any at runtime, and extraction of the primitive constituents of the data value. 
org.omg.DynamicAny.DynAnyFactoryPackage This package contains classes and exceptions from the DynAnyFactory interface of the DynamicAny module specified in the OMG The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 9.2.2. 
 

Uses of InconsistentTypeCode in org.omg.DynamicAny
 

Methods in org.omg.DynamicAny that throw InconsistentTypeCode
 DynAny _DynAnyFactoryStub.create_dyn_any_from_type_code(TypeCode type)
          Creates a DynAny from a TypeCode.
 DynAny DynAnyFactoryOperations.create_dyn_any_from_type_code(TypeCode type)
          Creates a DynAny from a TypeCode.
 DynAny _DynAnyFactoryStub.create_dyn_any(Any value)
          Creates a new DynAny object from an any value.
 DynAny DynAnyFactoryOperations.create_dyn_any(Any value)
          Creates a new DynAny object from an any value.
 

Uses of InconsistentTypeCode in org.omg.DynamicAny.DynAnyFactoryPackage
 

Methods in org.omg.DynamicAny.DynAnyFactoryPackage that return InconsistentTypeCode
static InconsistentTypeCode InconsistentTypeCodeHelper.extract(Any a)
           
static InconsistentTypeCode InconsistentTypeCodeHelper.read(InputStream istream)
           
 

Methods in org.omg.DynamicAny.DynAnyFactoryPackage with parameters of type InconsistentTypeCode
static void InconsistentTypeCodeHelper.insert(Any a, InconsistentTypeCode that)
           
static void InconsistentTypeCodeHelper.write(OutputStream ostream, InconsistentTypeCode value)
           
 


JavaTM 2 Platform
Standard Ed. 5.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.