Uses of Class
org.omg.CORBA.Any

Packages that use Any
org.omg.CORBA   
org.omg.CORBA.ORBPackage   
org.omg.CORBA.portable   
org.omg.CORBA.TypeCodePackage   
 

Uses of Any in org.omg.CORBA
 

Fields in org.omg.CORBA declared as Any
 Any UnknownUserException.except
           
 Any AnyHolder.value
           
 

Methods in org.omg.CORBA that return Any
abstract  Any Request.add_in_arg()
           
abstract  Any Request.add_inout_arg()
           
abstract  Any Request.add_named_in_arg(java.lang.String name)
           
abstract  Any Request.add_named_inout_arg(java.lang.String name)
           
abstract  Any Request.add_named_out_arg(java.lang.String name)
           
abstract  Any Request.add_out_arg()
           
abstract  Any ORB.create_any()
           
abstract  Any Any.extract_any()
           
abstract  Any TypeCode.member_label(int index)
           
 Any DataInputStream.read_any()
           
abstract  Any Request.return_value()
           
abstract  Any NamedValue.value()
           
 

Methods in org.omg.CORBA with parameters of type Any
abstract  NamedValue NVList.add_value(java.lang.String name, Any value, int flags)
           
abstract  NamedValue ORB.create_named_value(java.lang.String s, Any any, int flags)
           
 org.omg.CORBA.Policy ORB.create_policy(int type, Any val)
           
abstract  boolean Any.equal(Any a)
           
 void ServerRequest.except(Any except)
          Deprecated. use set_exception()
static Bounds BoundsHelper.extract(Any any)
           
static WrongTransaction WrongTransactionHelper.extract(Any any)
           
static java.io.Serializable ValueBaseHelper.extract(Any any)
           
static ServiceInformation ServiceInformationHelper.extract(Any any)
           
abstract  void Any.insert_any(Any a)
           
static void BoundsHelper.insert(Any any, Bounds _value)
           
static void ValueBaseHelper.insert(Any any, java.io.Serializable _value)
           
static void ServiceInformationHelper.insert(Any any, ServiceInformation _value)
           
static void WrongTransactionHelper.insert(Any any, WrongTransaction _value)
           
 void ServerRequest.result(Any result)
          Deprecated. use set_result()
 void ServerRequest.set_exception(Any except)
           
abstract  void Context.set_one_value(java.lang.String prop_name, Any value)
           
 void ServerRequest.set_result(Any result)
           
 void DataOutputStream.write_any_array(Any[] seq, int offset, int length)
           
 void DataOutputStream.write_any(Any value)
           
 

Constructors in org.omg.CORBA with parameters of type Any
AnyHolder(Any initial)
           
UnknownUserException(Any a)
           
 

Uses of Any in org.omg.CORBA.ORBPackage
 

Methods in org.omg.CORBA.ORBPackage with parameters of type Any
static InvalidName InvalidNameHelper.extract(Any any)
           
static InconsistentTypeCode InconsistentTypeCodeHelper.extract(Any any)
           
static void InconsistentTypeCodeHelper.insert(Any any, InconsistentTypeCode _value)
           
static void InvalidNameHelper.insert(Any any, InvalidName _value)
           
 

Uses of Any in org.omg.CORBA.portable
 

Methods in org.omg.CORBA.portable that return Any
abstract  Any InputStream.read_any()
           
 

Methods in org.omg.CORBA.portable with parameters of type Any
abstract  void OutputStream.write_any(Any value)
           
 

Uses of Any in org.omg.CORBA.TypeCodePackage
 

Methods in org.omg.CORBA.TypeCodePackage with parameters of type Any
static BadKind BadKindHelper.extract(Any any)
           
static Bounds BoundsHelper.extract(Any any)
           
static void BadKindHelper.insert(Any any, BadKind _value)
           
static void BoundsHelper.insert(Any any, Bounds _value)
           
 



Copyright © 2011. All Rights Reserved.