Java Platform 1.2
Beta 4

Uses of Class
org.omg.CORBA.Any

Packages that use Any
org.omg.CORBA   
org.omg.CORBA.ContainedPackage   
org.omg.CORBA.ContainerPackage   
org.omg.CORBA.portable   
org.omg.CosNaming   
org.omg.CosNaming.NamingContextPackage   
 

Uses of Any in org.omg.CORBA
 

Fields in org.omg.CORBA declared as Any
 Any NameValuePair.value
           
 Any UnknownUserException.except
          The Any instance that contains the actual user exception thrown by the server.
 Any AnyHolder.value
          The Any value held by this AnyHolder object.
 Any UnionMember.label
           
 Any ConstantDescription.value
           
 

Methods in org.omg.CORBA that return Any
 Any[] DynSequence.get_elements()
           
abstract  Any Request.add_in_arg()
          Creates an input argument and adds it to this Request object.
abstract  Any Request.add_named_in_arg(String name)
          Creates an input argument with the given name and adds it to this Request object.
abstract  Any Request.add_inout_arg()
          Adds an input/output argument to this Request object.
abstract  Any Request.add_named_inout_arg(String name)
          Adds an input/output argument with the given name to this Request object.
abstract  Any Request.add_out_arg()
          Adds an output argument to this Request object.
abstract  Any Request.add_named_out_arg(String name)
          Adds an output argument with the given name to this Request object.
abstract  Any Request.return_value()
          Returns the Any object that contains the value for the result of the method.
 Any ConstantDef.value()
           
abstract  Any ORB.create_any()
          Creates an IDL Any object initialized to contain a Typecode object whose kind field is set to TCKind.tc_null.
abstract  Any TypeCode.member_label(int index)
          Retrieves the label of the union member identified by the given index.
 Any DynAny.to_any()
           
 Any DynAny.get_any()
           
abstract  Any Any.extract_any()
           
abstract  Any NamedValue.value()
          Retrieves the value for this NamedValue object.
 Any[] DynArray.get_elements()
           
 

Methods in org.omg.CORBA with parameters of type Any
static ServiceDetail ServiceDetailHelper.extract(Any a)
           
static void ServiceDetailHelper.insert(Any a, ServiceDetail that)
           
 void DynSequence.set_elements(Any[] value)
           
 void ConstantDef.value(Any arg)
           
abstract  NamedValue ORB.create_named_value(String s, Any any, int flags)
          Creates a NamedValue object using the given name, value, and argument mode flags.
 DynAny ORB.create_dyn_any(Any value)
           
 void DynAny.from_any(Any value)
           
 void DynAny.insert_any(Any value)
           
abstract  boolean Any.equal(Any a)
          Checks for equality between this Any object and the given Any object.
abstract  void Any.insert_any(Any a)
           
 void DynArray.set_elements(Any[] value)
           
 void ServerRequest.result(Any any)
          Deprecated. use set_result()
 void ServerRequest.set_result(Any any)
          The set_result operation is used to specify any return value for the call.
 void ServerRequest.except(Any any)
          Deprecated. use set_exception()
 void ServerRequest.set_exception(Any any)
          The DIR may call set_exception at any time to return an exception to the client.
static ServiceInformation ServiceInformationHelper.extract(Any a)
           
static void ServiceInformationHelper.insert(Any a, ServiceInformation that)
           
 ConstantDef Container.create_constant(String id, String name, String version, IDLType type, Any value)
           
abstract  void Context.set_one_value(String propname, Any propvalue)
          Creates a NamedValue object and adds it to this Context object.
abstract  NamedValue NVList.add_value(String item_name, Any val, int flags)
          Creates a new NamedValue object initialized with the given name, value, and flag, and adds it to the end of this NVList object.
 

Constructors in org.omg.CORBA with parameters of type Any
NameValuePair.NameValuePair(String __id, Any __value)
           
UnknownUserException.UnknownUserException(Any a)
          Constructs an UnknownUserException object that contains the given Any object.
AnyHolder.AnyHolder(Any initial)
          Constructs a new AnyHolder object for the given Any object.
UnionMember.UnionMember(String __name, Any __label, TypeCode __type, IDLType __type_def)
           
ConstantDescription.ConstantDescription(String __name, String __id, String __defined_in, String __version, TypeCode __type, Any __value)
           
 

Uses of Any in org.omg.CORBA.ContainedPackage
 

Fields in org.omg.CORBA.ContainedPackage declared as Any
 Any Description.value
           
 

Constructors in org.omg.CORBA.ContainedPackage with parameters of type Any
Description.Description(DefinitionKind __kind, Any __value)
           
 

Uses of Any in org.omg.CORBA.ContainerPackage
 

Fields in org.omg.CORBA.ContainerPackage declared as Any
 Any Description.value
           
 

Constructors in org.omg.CORBA.ContainerPackage with parameters of type Any
Description.Description(Contained __contained_object, DefinitionKind __kind, Any __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.CosNaming
 

Methods in org.omg.CosNaming with parameters of type Any
static Binding[] BindingListHelper.extract(Any a)
           
static void BindingListHelper.insert(Any a, Binding[] that)
           
static NameComponent[] NameHelper.extract(Any a)
           
static void NameHelper.insert(Any a, NameComponent[] that)
           
static String IstringHelper.extract(Any a)
           
static void IstringHelper.insert(Any a, String that)
           
static BindingIterator BindingIteratorHelper.extract(Any a)
           
static void BindingIteratorHelper.insert(Any a, BindingIterator that)
           
static NameComponent NameComponentHelper.extract(Any a)
           
static void NameComponentHelper.insert(Any a, NameComponent that)
           
static BindingType BindingTypeHelper.extract(Any a)
           
static void BindingTypeHelper.insert(Any a, BindingType that)
           
static NamingContext NamingContextHelper.extract(Any a)
           
static void NamingContextHelper.insert(Any a, NamingContext that)
           
static Binding BindingHelper.extract(Any a)
           
static void BindingHelper.insert(Any a, Binding that)
           
 

Uses of Any in org.omg.CosNaming.NamingContextPackage
 

Methods in org.omg.CosNaming.NamingContextPackage with parameters of type Any
static NotEmpty NotEmptyHelper.extract(Any a)
           
static void NotEmptyHelper.insert(Any a, NotEmpty that)
           
static NotFound NotFoundHelper.extract(Any a)
           
static void NotFoundHelper.insert(Any a, NotFound that)
           
static NotFoundReason NotFoundReasonHelper.extract(Any a)
           
static void NotFoundReasonHelper.insert(Any a, NotFoundReason that)
           
static CannotProceed CannotProceedHelper.extract(Any a)
           
static void CannotProceedHelper.insert(Any a, CannotProceed that)
           
static InvalidName InvalidNameHelper.extract(Any a)
           
static void InvalidNameHelper.insert(Any a, InvalidName that)
           
static AlreadyBound AlreadyBoundHelper.extract(Any a)
           
static void AlreadyBoundHelper.insert(Any a, AlreadyBound that)
           
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.