| 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Any | |
|---|---|
| org.omg.CORBA | Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). | 
| org.omg.CORBA.portable | Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB. | 
| org.omg.CosNaming | Provides a naming service for Java IDL. | 
| org.omg.CosNaming.NamingContextExtPackage | This package contains the following classes, which are used in org.omg.CosNaming.NamingContextExt: | 
| org.omg.CosNaming.NamingContextPackage | This package contains Exception classes for the org.omg.CosNaming package. | 
| org.omg.Dynamic | This package contains the Dynamic module specified in the OMG Portable Interceptor specification, http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06, section 21.9. | 
| 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. | 
| org.omg.DynamicAny.DynAnyPackage | This package contains classes and exceptions from the DynAny 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. | 
| org.omg.IOP | This package contains the IOP module specified in the OMG document The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 13.6. | 
| org.omg.IOP.CodecFactoryPackage | This package contains the exceptions specified in the IOP::CodeFactory interface (as part of the Portable Interceptors spec). | 
| org.omg.IOP.CodecPackage | This package is generated from the IOP::Codec IDL interface definition. | 
| org.omg.Messaging | This package contains the Messaging module specified in the OMG CORBA Messaging specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07. | 
| org.omg.PortableInterceptor | Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB. | 
| org.omg.PortableInterceptor.ORBInitInfoPackage | This package contains the exceptions and typedefs from the ORBInitInfo local interface of the PortableInterceptor module specified in the OMG Portable Interceptor specification, http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06, section 21.7.2. | 
| org.omg.PortableServer | Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs. | 
| org.omg.PortableServer.CurrentPackage | Provides method implementations with access to the identity of the object on which the method was invoked. | 
| org.omg.PortableServer.POAManagerPackage | Encapsulates the processing state of the POAs it is associated with. | 
| org.omg.PortableServer.POAPackage | Allows programmers to construct object implementations that are portable between different ORB products. | 
| Uses of Any in org.omg.CORBA | 
|---|
| Fields in org.omg.CORBA declared as Any | |
|---|---|
 Any | 
UnknownUserException.except
The Any instance that contains the actual user exception thrown
  by the server. | 
 Any | 
UnionMember.label
The label of the union member described by this UnionMember object. | 
 Any[] | 
AnySeqHolder.value
 | 
 Any | 
AnyHolder.value
The Any value held by this AnyHolder object. | 
 Any | 
NameValuePair.value
The value to be associated with a name by this NameValuePair object. | 
| Methods in org.omg.CORBA that return Any | |
|---|---|
abstract  Any | 
Request.add_in_arg()
Creates an input argument 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_in_arg(String name)
Creates an input argument with the given name and adds it 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_named_out_arg(String name)
Adds an 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 | 
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 | 
Any.extract_any()
Extracts the Any object in this
 Any object's value field. | 
static Any[] | 
AnySeqHelper.extract(Any a)
 | 
 Any | 
DynAny.get_any()
Deprecated. Retrieves the org.omg.CORBA.Any contained
 in this DynAny object. | 
 Any[] | 
DynArray.get_elements()
Deprecated. Returns the value of all the elements of this array.  | 
 Any[] | 
DynSequence.get_elements()
Deprecated. Returns the value of every element in this sequence.  | 
abstract  Any | 
TypeCode.member_label(int index)
Retrieves the label of the union member identified by the given index.  | 
 Any | 
DataInputStream.read_any()
Reads an IDL Any value from the input stream. | 
static Any[] | 
AnySeqHelper.read(InputStream istream)
 | 
abstract  Any | 
Request.return_value()
Returns the Any object that contains the value for the
 result of the method. | 
 Any | 
DynAny.to_any()
Deprecated. Convert a DynAny object to an Any
 object. | 
abstract  Any | 
NamedValue.value()
Retrieves the value for this NamedValue object. | 
| Methods in org.omg.CORBA with parameters of type Any | |
|---|---|
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. | 
 DynAny | 
ORB.create_dyn_any(Any value)
Deprecated. Use the new DynAnyFactory API instead  | 
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. | 
 Policy | 
ORB.create_policy(int type,
              Any val)
Can be invoked to create new instances of policy objects of a specific type with specified initial state.  | 
abstract  boolean | 
Any.equal(Any a)
Checks for equality between this Any object and the
 given Any object. | 
 void | 
ServerRequest.except(Any any)
Deprecated. use set_exception()  | 
static String[] | 
WStringSeqHelper.extract(Any a)
 | 
static UnknownUserException | 
UnknownUserExceptionHelper.extract(Any a)
 | 
static String[] | 
StringSeqHelper.extract(Any a)
 | 
static PolicyError | 
PolicyErrorHelper.extract(Any a)
 | 
static short | 
PolicyErrorCodeHelper.extract(Any a)
 | 
static ParameterMode | 
ParameterModeHelper.extract(Any a)
 | 
static String | 
WStringValueHelper.extract(Any a)
 | 
static char[] | 
WCharSeqHelper.extract(Any a)
 | 
static short | 
VisibilityHelper.extract(Any a)
 | 
static String | 
VersionSpecHelper.extract(Any a)
 | 
static ValueMember | 
ValueMemberHelper.extract(Any a)
 | 
static Serializable | 
ValueBaseHelper.extract(Any a)
 | 
static UnionMember | 
UnionMemberHelper.extract(Any a)
 | 
static short[] | 
UShortSeqHelper.extract(Any a)
 | 
static int[] | 
ULongSeqHelper.extract(Any a)
 | 
static long[] | 
ULongLongSeqHelper.extract(Any a)
 | 
static StructMember | 
StructMemberHelper.extract(Any a)
 | 
static String | 
StringValueHelper.extract(Any a)
 | 
static short[] | 
ShortSeqHelper.extract(Any a)
 | 
static SetOverrideType | 
SetOverrideTypeHelper.extract(Any a)
 | 
static String | 
RepositoryIdHelper.extract(Any a)
 | 
static Policy[] | 
PolicyListHelper.extract(Any a)
 | 
static int | 
PolicyTypeHelper.extract(Any a)
 | 
static Policy | 
PolicyHelper.extract(Any a)
 | 
static byte[] | 
OctetSeqHelper.extract(Any a)
 | 
static NameValuePair | 
NameValuePairHelper.extract(Any a)
 | 
static int[] | 
LongSeqHelper.extract(Any a)
 | 
static long[] | 
LongLongSeqHelper.extract(Any a)
 | 
static String | 
IdentifierHelper.extract(Any a)
 | 
static IDLType | 
IDLTypeHelper.extract(Any a)
 | 
static float[] | 
FloatSeqHelper.extract(Any a)
 | 
static String | 
FieldNameHelper.extract(Any a)
 | 
static double[] | 
DoubleSeqHelper.extract(Any a)
 | 
static DefinitionKind | 
DefinitionKindHelper.extract(Any a)
 | 
static Current | 
CurrentHelper.extract(Any a)
 | 
static CompletionStatus | 
CompletionStatusHelper.extract(Any a)
 | 
static char[] | 
CharSeqHelper.extract(Any a)
 | 
static boolean[] | 
BooleanSeqHelper.extract(Any a)
 | 
static Any[] | 
AnySeqHelper.extract(Any a)
 | 
static Object | 
ObjectHelper.extract(Any a)
 | 
static ServiceDetail | 
ServiceDetailHelper.extract(Any a)
 | 
static ServiceInformation | 
ServiceInformationHelper.extract(Any a)
 | 
static WrongTransaction | 
WrongTransactionHelper.extract(Any a)
 | 
 void | 
DynAny.from_any(Any value)
Deprecated. Make a DynAny object from an Any
 object. | 
 void | 
DynAny.insert_any(Any value)
Deprecated. Inserts the given org.omg.CORBA.Any object as the value for this
 DynAny object. | 
abstract  void | 
Any.insert_any(Any a)
Inserts the given Any object
 into this Any object's value field. | 
static void | 
AnySeqHelper.insert(Any a,
       Any[] that)
 | 
static void | 
AnySeqHelper.insert(Any a,
       Any[] that)
 | 
static void | 
BooleanSeqHelper.insert(Any a,
       boolean[] that)
 | 
static void | 
OctetSeqHelper.insert(Any a,
       byte[] that)
 | 
static void | 
WCharSeqHelper.insert(Any a,
       char[] that)
 | 
static void | 
CharSeqHelper.insert(Any a,
       char[] that)
 | 
static void | 
CompletionStatusHelper.insert(Any a,
       CompletionStatus that)
 | 
static void | 
CurrentHelper.insert(Any a,
       Current that)
 | 
static void | 
DefinitionKindHelper.insert(Any a,
       DefinitionKind that)
 | 
static void | 
DoubleSeqHelper.insert(Any a,
       double[] that)
 | 
static void | 
FloatSeqHelper.insert(Any a,
       float[] that)
 | 
static void | 
IDLTypeHelper.insert(Any a,
       IDLType that)
 | 
static void | 
PolicyTypeHelper.insert(Any a,
       int that)
 | 
static void | 
ULongSeqHelper.insert(Any a,
       int[] that)
 | 
static void | 
LongSeqHelper.insert(Any a,
       int[] that)
 | 
static void | 
ULongLongSeqHelper.insert(Any a,
       long[] that)
 | 
static void | 
LongLongSeqHelper.insert(Any a,
       long[] that)
 | 
static void | 
NameValuePairHelper.insert(Any a,
       NameValuePair that)
 | 
static void | 
ObjectHelper.insert(Any a,
       Object that)
 | 
static void | 
ParameterModeHelper.insert(Any a,
       ParameterMode that)
 | 
static void | 
PolicyHelper.insert(Any a,
       Policy that)
 | 
static void | 
PolicyListHelper.insert(Any a,
       Policy[] that)
 | 
static void | 
PolicyErrorHelper.insert(Any a,
       PolicyError that)
 | 
static void | 
ValueBaseHelper.insert(Any a,
       Serializable that)
 | 
static void | 
ServiceDetailHelper.insert(Any a,
       ServiceDetail that)
 | 
static void | 
ServiceInformationHelper.insert(Any a,
       ServiceInformation that)
 | 
static void | 
SetOverrideTypeHelper.insert(Any a,
       SetOverrideType that)
 | 
static void | 
PolicyErrorCodeHelper.insert(Any a,
       short that)
 | 
static void | 
VisibilityHelper.insert(Any a,
       short that)
 | 
static void | 
UShortSeqHelper.insert(Any a,
       short[] that)
 | 
static void | 
ShortSeqHelper.insert(Any a,
       short[] that)
 | 
static void | 
WStringValueHelper.insert(Any a,
       String that)
 | 
static void | 
VersionSpecHelper.insert(Any a,
       String that)
 | 
static void | 
StringValueHelper.insert(Any a,
       String that)
 | 
static void | 
RepositoryIdHelper.insert(Any a,
       String that)
 | 
static void | 
IdentifierHelper.insert(Any a,
       String that)
 | 
static void | 
FieldNameHelper.insert(Any a,
       String that)
 | 
static void | 
WStringSeqHelper.insert(Any a,
       String[] that)
 | 
static void | 
StringSeqHelper.insert(Any a,
       String[] that)
 | 
static void | 
StructMemberHelper.insert(Any a,
       StructMember that)
 | 
static void | 
UnionMemberHelper.insert(Any a,
       UnionMember that)
 | 
static void | 
UnknownUserExceptionHelper.insert(Any a,
       UnknownUserException that)
 | 
static void | 
ValueMemberHelper.insert(Any a,
       ValueMember that)
 | 
static void | 
WrongTransactionHelper.insert(Any a,
       WrongTransaction that)
 | 
 void | 
ServerRequest.result(Any any)
Deprecated. use the method set_result | 
 void | 
DynArray.set_elements(Any[] value)
Deprecated. Sets the value of this DynArray object to the given array. | 
 void | 
DynSequence.set_elements(Any[] value)
Deprecated. Sets the values of all elements in this sequence with the given array.  | 
 void | 
ServerRequest.set_exception(Any any)
Throws an org.omg.CORBA.NO_IMPLEMENT exception. | 
abstract  void | 
Context.set_one_value(String propname,
              Any propvalue)
Creates a NamedValue object and adds it to this
 Context object. | 
 void | 
ServerRequest.set_result(Any any)
Throws an org.omg.CORBA.NO_IMPLEMENT exception. | 
 void | 
DataOutputStream.write_any_array(Any[] seq,
                int offset,
                int length)
Writes the array of IDL Anys from offset for length elements to the output stream.  | 
 void | 
DataOutputStream.write_any(Any value)
Writes the Any value to the output stream.  | 
static void | 
AnySeqHelper.write(OutputStream ostream,
      Any[] value)
 | 
| Constructors in org.omg.CORBA with parameters of type Any | |
|---|---|
AnyHolder(Any initial)
Constructs a new AnyHolder object for the given
 Any object. | 
|
AnySeqHolder(Any[] initialValue)
 | 
|
NameValuePair(String __id,
              Any __value)
Constructs a NameValuePair object that associates
 the given name with the given org.omg.CORBA.Any object. | 
|
UnionMember(String __name,
            Any __label,
            TypeCode __type,
            IDLType __type_def)
Constructs a new UnionMember object with its fields initialized
 to the given values. | 
|
UnknownUserException(Any a)
Constructs an UnknownUserException object that contains the given
 Any object. | 
|
| Uses of Any in org.omg.CORBA.portable | 
|---|
| Methods in org.omg.CORBA.portable that return Any | |
|---|---|
abstract  Any | 
InputStream.read_any()
Reads an Any from this input stream.  | 
| Methods in org.omg.CORBA.portable with parameters of type Any | |
|---|---|
abstract  void | 
OutputStream.write_any(Any value)
Writes an Any on this output stream.  | 
| Uses of Any in org.omg.CosNaming | 
|---|
| Methods in org.omg.CosNaming with parameters of type Any | |
|---|---|
static NamingContextExt | 
NamingContextExtHelper.extract(Any a)
 | 
static NamingContext | 
NamingContextHelper.extract(Any a)
 | 
static NameComponent[] | 
NameHelper.extract(Any a)
 | 
static NameComponent | 
NameComponentHelper.extract(Any a)
 | 
static BindingType | 
BindingTypeHelper.extract(Any a)
 | 
static Binding[] | 
BindingListHelper.extract(Any a)
 | 
static BindingIterator | 
BindingIteratorHelper.extract(Any a)
 | 
static Binding | 
BindingHelper.extract(Any a)
 | 
static String | 
IstringHelper.extract(Any a)
 | 
static void | 
BindingHelper.insert(Any a,
       Binding that)
 | 
static void | 
BindingListHelper.insert(Any a,
       Binding[] that)
 | 
static void | 
BindingIteratorHelper.insert(Any a,
       BindingIterator that)
 | 
static void | 
BindingTypeHelper.insert(Any a,
       BindingType that)
 | 
static void | 
NameComponentHelper.insert(Any a,
       NameComponent that)
 | 
static void | 
NameHelper.insert(Any a,
       NameComponent[] that)
 | 
static void | 
NamingContextHelper.insert(Any a,
       NamingContext that)
 | 
static void | 
NamingContextExtHelper.insert(Any a,
       NamingContextExt that)
 | 
static void | 
IstringHelper.insert(Any a,
       String that)
 | 
| Uses of Any in org.omg.CosNaming.NamingContextExtPackage | 
|---|
| Methods in org.omg.CosNaming.NamingContextExtPackage with parameters of type Any | |
|---|---|
static String | 
URLStringHelper.extract(Any a)
 | 
static String | 
StringNameHelper.extract(Any a)
 | 
static InvalidAddress | 
InvalidAddressHelper.extract(Any a)
 | 
static String | 
AddressHelper.extract(Any a)
 | 
static void | 
InvalidAddressHelper.insert(Any a,
       InvalidAddress that)
 | 
static void | 
URLStringHelper.insert(Any a,
       String that)
 | 
static void | 
StringNameHelper.insert(Any a,
       String that)
 | 
static void | 
AddressHelper.insert(Any a,
       String that)
 | 
| Uses of Any in org.omg.CosNaming.NamingContextPackage | 
|---|
| Methods in org.omg.CosNaming.NamingContextPackage with parameters of type Any | |
|---|---|
static NotFoundReason | 
NotFoundReasonHelper.extract(Any a)
 | 
static NotFound | 
NotFoundHelper.extract(Any a)
 | 
static NotEmpty | 
NotEmptyHelper.extract(Any a)
 | 
static InvalidName | 
InvalidNameHelper.extract(Any a)
 | 
static CannotProceed | 
CannotProceedHelper.extract(Any a)
 | 
static AlreadyBound | 
AlreadyBoundHelper.extract(Any a)
 | 
static void | 
AlreadyBoundHelper.insert(Any a,
       AlreadyBound that)
 | 
static void | 
CannotProceedHelper.insert(Any a,
       CannotProceed that)
 | 
static void | 
InvalidNameHelper.insert(Any a,
       InvalidName that)
 | 
static void | 
NotEmptyHelper.insert(Any a,
       NotEmpty that)
 | 
static void | 
NotFoundHelper.insert(Any a,
       NotFound that)
 | 
static void | 
NotFoundReasonHelper.insert(Any a,
       NotFoundReason that)
 | 
| Uses of Any in org.omg.Dynamic | 
|---|
| Fields in org.omg.Dynamic declared as Any | |
|---|---|
 Any | 
Parameter.argument
 | 
| Constructors in org.omg.Dynamic with parameters of type Any | |
|---|---|
Parameter(Any _argument,
          ParameterMode _mode)
 | 
|
| Uses of Any in org.omg.DynamicAny | 
|---|
| Fields in org.omg.DynamicAny declared as Any | |
|---|---|
 Any | 
NameValuePair.value
The Any value associated with the name.  | 
| Methods in org.omg.DynamicAny that return Any | |
|---|---|
static Any[] | 
AnySeqHelper.extract(Any a)
 | 
 Any | 
_DynSequenceStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.  | 
 Any | 
_DynFixedStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.  | 
 Any | 
_DynEnumStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.  | 
 Any | 
_DynArrayStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.  | 
 Any | 
_DynValueStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.  | 
 Any | 
_DynAnyStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.  | 
 Any | 
_DynUnionStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.  | 
 Any | 
_DynStructStub.get_any()
Extracts an Any value contained in the Any represented by this DynAny.  | 
 Any | 
DynAnyOperations.get_any()
Extracts an Any value contained in the Any represented by this DynAny.  | 
 Any | 
DynValueBoxOperations.get_boxed_value()
Returns the boxed value as an Any.  | 
 Any[] | 
_DynSequenceStub.get_elements()
Returns the elements of the sequence.  | 
 Any[] | 
_DynArrayStub.get_elements()
Returns the elements of the DynArray.  | 
 Any[] | 
DynSequenceOperations.get_elements()
Returns the elements of the sequence.  | 
 Any[] | 
DynArrayOperations.get_elements()
Returns the elements of the DynArray.  | 
static Any[] | 
AnySeqHelper.read(InputStream istream)
 | 
 Any | 
_DynSequenceStub.to_any()
Creates an any value from a DynAny object.  | 
 Any | 
_DynFixedStub.to_any()
Creates an any value from a DynAny object.  | 
 Any | 
_DynEnumStub.to_any()
Creates an any value from a DynAny object.  | 
 Any | 
_DynArrayStub.to_any()
Creates an any value from a DynAny object.  | 
 Any | 
_DynValueStub.to_any()
Creates an any value from a DynAny object.  | 
 Any | 
_DynAnyStub.to_any()
Creates an any value from a DynAny object.  | 
 Any | 
_DynUnionStub.to_any()
Creates an any value from a DynAny object.  | 
 Any | 
_DynStructStub.to_any()
Creates an any value from a DynAny object.  | 
 Any | 
DynAnyOperations.to_any()
Creates an any value from a DynAny object.  | 
| Methods in org.omg.DynamicAny with parameters of type Any | |
|---|---|
 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.  | 
static NameValuePair[] | 
NameValuePairSeqHelper.extract(Any a)
 | 
static NameValuePair | 
NameValuePairHelper.extract(Any a)
 | 
static NameDynAnyPair[] | 
NameDynAnyPairSeqHelper.extract(Any a)
 | 
static DynSequence | 
DynSequenceHelper.extract(Any a)
 | 
static NameDynAnyPair | 
NameDynAnyPairHelper.extract(Any a)
 | 
static String | 
FieldNameHelper.extract(Any a)
 | 
static DynFixed | 
DynFixedHelper.extract(Any a)
 | 
static DynEnum | 
DynEnumHelper.extract(Any a)
 | 
static DynAny[] | 
DynAnySeqHelper.extract(Any a)
 | 
static DynArray | 
DynArrayHelper.extract(Any a)
 | 
static DynValue | 
DynValueHelper.extract(Any a)
 | 
static DynAny | 
DynAnyHelper.extract(Any a)
 | 
static DynUnion | 
DynUnionHelper.extract(Any a)
 | 
static DynAnyFactory | 
DynAnyFactoryHelper.extract(Any a)
 | 
static DynStruct | 
DynStructHelper.extract(Any a)
 | 
static Any[] | 
AnySeqHelper.extract(Any a)
 | 
 void | 
_DynSequenceStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.  | 
 void | 
_DynFixedStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.  | 
 void | 
_DynEnumStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.  | 
 void | 
_DynArrayStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.  | 
 void | 
_DynValueStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.  | 
 void | 
_DynAnyStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.  | 
 void | 
_DynUnionStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.  | 
 void | 
_DynStructStub.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.  | 
 void | 
DynAnyOperations.from_any(Any value)
Initializes the value associated with a DynAny object with the value contained in an any.  | 
 void | 
_DynSequenceStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.  | 
 void | 
_DynFixedStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.  | 
 void | 
_DynEnumStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.  | 
 void | 
_DynArrayStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.  | 
 void | 
_DynValueStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.  | 
 void | 
_DynAnyStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.  | 
 void | 
_DynUnionStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.  | 
 void | 
_DynStructStub.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.  | 
 void | 
DynAnyOperations.insert_any(Any value)
Inserts an Any value into the Any represented by this DynAny.  | 
static void | 
AnySeqHelper.insert(Any a,
       Any[] that)
 | 
static void | 
AnySeqHelper.insert(Any a,
       Any[] that)
 | 
static void | 
DynAnyHelper.insert(Any a,
       DynAny that)
 | 
static void | 
DynAnySeqHelper.insert(Any a,
       DynAny[] that)
 | 
static void | 
DynAnyFactoryHelper.insert(Any a,
       DynAnyFactory that)
 | 
static void | 
DynArrayHelper.insert(Any a,
       DynArray that)
 | 
static void | 
DynEnumHelper.insert(Any a,
       DynEnum that)
 | 
static void | 
DynFixedHelper.insert(Any a,
       DynFixed that)
 | 
static void | 
DynSequenceHelper.insert(Any a,
       DynSequence that)
 | 
static void | 
DynStructHelper.insert(Any a,
       DynStruct that)
 | 
static void | 
DynUnionHelper.insert(Any a,
       DynUnion that)
 | 
static void | 
DynValueHelper.insert(Any a,
       DynValue that)
 | 
static void | 
NameDynAnyPairHelper.insert(Any a,
       NameDynAnyPair that)
 | 
static void | 
NameDynAnyPairSeqHelper.insert(Any a,
       NameDynAnyPair[] that)
 | 
static void | 
NameValuePairHelper.insert(Any a,
       NameValuePair that)
 | 
static void | 
NameValuePairSeqHelper.insert(Any a,
       NameValuePair[] that)
 | 
static void | 
FieldNameHelper.insert(Any a,
       String that)
 | 
 void | 
DynValueBoxOperations.set_boxed_value(Any boxed)
Replaces the boxed value with the specified value.  | 
 void | 
_DynSequenceStub.set_elements(Any[] value)
Sets the elements of a sequence.  | 
 void | 
_DynArrayStub.set_elements(Any[] value)
Sets the DynArray to contain the passed elements.  | 
 void | 
DynSequenceOperations.set_elements(Any[] value)
Sets the elements of a sequence.  | 
 void | 
DynArrayOperations.set_elements(Any[] value)
Sets the DynArray to contain the passed elements.  | 
static void | 
AnySeqHelper.write(OutputStream ostream,
      Any[] value)
 | 
| Constructors in org.omg.DynamicAny with parameters of type Any | |
|---|---|
NameValuePair(String _id,
              Any _value)
 | 
|
| Uses of Any in org.omg.DynamicAny.DynAnyFactoryPackage | 
|---|
| Methods in org.omg.DynamicAny.DynAnyFactoryPackage with parameters of type Any | |
|---|---|
static InconsistentTypeCode | 
InconsistentTypeCodeHelper.extract(Any a)
 | 
static void | 
InconsistentTypeCodeHelper.insert(Any a,
       InconsistentTypeCode that)
 | 
| Uses of Any in org.omg.DynamicAny.DynAnyPackage | 
|---|
| Methods in org.omg.DynamicAny.DynAnyPackage with parameters of type Any | |
|---|---|
static TypeMismatch | 
TypeMismatchHelper.extract(Any a)
 | 
static InvalidValue | 
InvalidValueHelper.extract(Any a)
 | 
static void | 
InvalidValueHelper.insert(Any a,
       InvalidValue that)
 | 
static void | 
TypeMismatchHelper.insert(Any a,
       TypeMismatch that)
 | 
| Uses of Any in org.omg.IOP | 
|---|
| Methods in org.omg.IOP that return Any | |
|---|---|
 Any | 
CodecOperations.decode_value(byte[] data,
             TypeCode tc)
Decodes the given byte array into an Any based on the given TypeCode and the encoding format effective for 
 this Codec. | 
 Any | 
CodecOperations.decode(byte[] data)
Decodes the given byte array into an Any based on the encoding format effective for this Codec. | 
| Methods in org.omg.IOP with parameters of type Any | |
|---|---|
 byte[] | 
CodecOperations.encode_value(Any data)
Converts the given any into a byte array based on the encoding format effective for this Codec.  | 
 byte[] | 
CodecOperations.encode(Any data)
Converts the given any into a byte array based on the encoding format effective for this Codec. | 
static TaggedProfile | 
TaggedProfileHelper.extract(Any a)
 | 
static TaggedComponent | 
TaggedComponentHelper.extract(Any a)
 | 
static int | 
ServiceIdHelper.extract(Any a)
 | 
static ServiceContext[] | 
ServiceContextListHelper.extract(Any a)
 | 
static ServiceContext | 
ServiceContextHelper.extract(Any a)
 | 
static int | 
ProfileIdHelper.extract(Any a)
 | 
static TaggedComponent[] | 
MultipleComponentProfileHelper.extract(Any a)
 | 
static IOR | 
IORHelper.extract(Any a)
 | 
static int | 
ComponentIdHelper.extract(Any a)
 | 
static CodecFactory | 
CodecFactoryHelper.extract(Any a)
 | 
static void | 
CodecFactoryHelper.insert(Any a,
       CodecFactory that)
 | 
static void | 
ServiceIdHelper.insert(Any a,
       int that)
 | 
static void | 
ProfileIdHelper.insert(Any a,
       int that)
 | 
static void | 
ComponentIdHelper.insert(Any a,
       int that)
 | 
static void | 
IORHelper.insert(Any a,
       IOR that)
 | 
static void | 
ServiceContextHelper.insert(Any a,
       ServiceContext that)
 | 
static void | 
ServiceContextListHelper.insert(Any a,
       ServiceContext[] that)
 | 
static void | 
TaggedComponentHelper.insert(Any a,
       TaggedComponent that)
 | 
static void | 
MultipleComponentProfileHelper.insert(Any a,
       TaggedComponent[] that)
 | 
static void | 
TaggedProfileHelper.insert(Any a,
       TaggedProfile that)
 | 
| Uses of Any in org.omg.IOP.CodecFactoryPackage | 
|---|
| Methods in org.omg.IOP.CodecFactoryPackage with parameters of type Any | |
|---|---|
static UnknownEncoding | 
UnknownEncodingHelper.extract(Any a)
 | 
static void | 
UnknownEncodingHelper.insert(Any a,
       UnknownEncoding that)
 | 
| Uses of Any in org.omg.IOP.CodecPackage | 
|---|
| Methods in org.omg.IOP.CodecPackage with parameters of type Any | |
|---|---|
static TypeMismatch | 
TypeMismatchHelper.extract(Any a)
 | 
static InvalidTypeForEncoding | 
InvalidTypeForEncodingHelper.extract(Any a)
 | 
static FormatMismatch | 
FormatMismatchHelper.extract(Any a)
 | 
static void | 
FormatMismatchHelper.insert(Any a,
       FormatMismatch that)
 | 
static void | 
InvalidTypeForEncodingHelper.insert(Any a,
       InvalidTypeForEncoding that)
 | 
static void | 
TypeMismatchHelper.insert(Any a,
       TypeMismatch that)
 | 
| Uses of Any in org.omg.Messaging | 
|---|
| Methods in org.omg.Messaging with parameters of type Any | |
|---|---|
static short | 
SyncScopeHelper.extract(Any a)
 | 
static void | 
SyncScopeHelper.insert(Any a,
       short that)
 | 
| Uses of Any in org.omg.PortableInterceptor | 
|---|
| Methods in org.omg.PortableInterceptor that return Any | |
|---|---|
 Any | 
CurrentOperations.get_slot(int id)
Retrieves the slot data the application set in PICurrent via get_slot. | 
 Any | 
RequestInfoOperations.get_slot(int id)
Returns the data from the given slot of the PortableInterceptor.Current that is in the scope of 
 the request. | 
 Any | 
ClientRequestInfoOperations.received_exception()
Returns an any which contains the exception to be returned to the client.  | 
 Any | 
RequestInfoOperations.result()
Returns an any containing the result of the operation invocation.  | 
 Any | 
ServerRequestInfoOperations.sending_exception()
Returns an any which contains the exception to be returned to the client.  | 
| Methods in org.omg.PortableInterceptor with parameters of type Any | |
|---|---|
 Policy | 
PolicyFactoryOperations.create_policy(int type,
              Any value)
Returns an instance of the appropriate interface derived from CORBA.Policy whose value corresponds to the 
 specified any. | 
static String | 
ServerIdHelper.extract(Any a)
 | 
static String | 
ORBIdHelper.extract(Any a)
 | 
static ObjectReferenceTemplate[] | 
ObjectReferenceTemplateSeqHelper.extract(Any a)
 | 
static ObjectReferenceTemplate | 
ObjectReferenceTemplateHelper.extract(Any a)
 | 
static ObjectReferenceFactory | 
ObjectReferenceFactoryHelper.extract(Any a)
 | 
static byte[] | 
ObjectIdHelper.extract(Any a)
 | 
static InvalidSlot | 
InvalidSlotHelper.extract(Any a)
 | 
static IORInterceptor_3_0 | 
IORInterceptor_3_0Helper.extract(Any a)
 | 
static ForwardRequest | 
ForwardRequestHelper.extract(Any a)
 | 
static Current | 
CurrentHelper.extract(Any a)
 | 
static short | 
AdapterStateHelper.extract(Any a)
 | 
static String[] | 
AdapterNameHelper.extract(Any a)
 | 
static int | 
AdapterManagerIdHelper.extract(Any a)
 | 
static void | 
ObjectIdHelper.insert(Any a,
       byte[] that)
 | 
static void | 
CurrentHelper.insert(Any a,
       Current that)
 | 
static void | 
ForwardRequestHelper.insert(Any a,
       ForwardRequest that)
 | 
static void | 
AdapterManagerIdHelper.insert(Any a,
       int that)
 | 
static void | 
InvalidSlotHelper.insert(Any a,
       InvalidSlot that)
 | 
static void | 
IORInterceptor_3_0Helper.insert(Any a,
       IORInterceptor_3_0 that)
 | 
static void | 
ObjectReferenceFactoryHelper.insert(Any a,
       ObjectReferenceFactory that)
 | 
static void | 
ObjectReferenceTemplateHelper.insert(Any a,
       ObjectReferenceTemplate that)
 | 
static void | 
ObjectReferenceTemplateSeqHelper.insert(Any a,
       ObjectReferenceTemplate[] that)
 | 
static void | 
AdapterStateHelper.insert(Any a,
       short that)
 | 
static void | 
ServerIdHelper.insert(Any a,
       String that)
 | 
static void | 
ORBIdHelper.insert(Any a,
       String that)
 | 
static void | 
AdapterNameHelper.insert(Any a,
       String[] that)
 | 
 void | 
ServerRequestInfoOperations.set_slot(int id,
         Any data)
Allows an Interceptor to set a slot in the PortableInterceptor.Current that is in the scope of 
 the request. | 
 void | 
CurrentOperations.set_slot(int id,
         Any data)
Sets data in a slot.  | 
| Uses of Any in org.omg.PortableInterceptor.ORBInitInfoPackage | 
|---|
| Methods in org.omg.PortableInterceptor.ORBInitInfoPackage with parameters of type Any | |
|---|---|
static String | 
ObjectIdHelper.extract(Any a)
 | 
static InvalidName | 
InvalidNameHelper.extract(Any a)
 | 
static DuplicateName | 
DuplicateNameHelper.extract(Any a)
 | 
static void | 
DuplicateNameHelper.insert(Any a,
       DuplicateName that)
 | 
static void | 
InvalidNameHelper.insert(Any a,
       InvalidName that)
 | 
static void | 
ObjectIdHelper.insert(Any a,
       String that)
 | 
| Uses of Any in org.omg.PortableServer | 
|---|
| Methods in org.omg.PortableServer with parameters of type Any | |
|---|---|
static ServantLocator | 
ServantLocatorHelper.extract(Any a)
 | 
static ServantActivator | 
ServantActivatorHelper.extract(Any a)
 | 
static POA | 
POAHelper.extract(Any a)
 | 
static ForwardRequest | 
ForwardRequestHelper.extract(Any a)
 | 
static Current | 
CurrentHelper.extract(Any a)
 | 
static void | 
CurrentHelper.insert(Any a,
       Current that)
 | 
static void | 
ForwardRequestHelper.insert(Any a,
       ForwardRequest that)
 | 
static void | 
POAHelper.insert(Any a,
       POA that)
 | 
static void | 
ServantActivatorHelper.insert(Any a,
       ServantActivator that)
 | 
static void | 
ServantLocatorHelper.insert(Any a,
       ServantLocator that)
 | 
| Uses of Any in org.omg.PortableServer.CurrentPackage | 
|---|
| Methods in org.omg.PortableServer.CurrentPackage with parameters of type Any | |
|---|---|
static NoContext | 
NoContextHelper.extract(Any a)
 | 
static void | 
NoContextHelper.insert(Any a,
       NoContext that)
 | 
| Uses of Any in org.omg.PortableServer.POAManagerPackage | 
|---|
| Methods in org.omg.PortableServer.POAManagerPackage with parameters of type Any | |
|---|---|
static AdapterInactive | 
AdapterInactiveHelper.extract(Any a)
 | 
static void | 
AdapterInactiveHelper.insert(Any a,
       AdapterInactive that)
 | 
| Uses of Any in org.omg.PortableServer.POAPackage | 
|---|
| Methods in org.omg.PortableServer.POAPackage with parameters of type Any | |
|---|---|
static WrongPolicy | 
WrongPolicyHelper.extract(Any a)
 | 
static WrongAdapter | 
WrongAdapterHelper.extract(Any a)
 | 
static ServantNotActive | 
ServantNotActiveHelper.extract(Any a)
 | 
static ServantAlreadyActive | 
ServantAlreadyActiveHelper.extract(Any a)
 | 
static ObjectNotActive | 
ObjectNotActiveHelper.extract(Any a)
 | 
static ObjectAlreadyActive | 
ObjectAlreadyActiveHelper.extract(Any a)
 | 
static NoServant | 
NoServantHelper.extract(Any a)
 | 
static InvalidPolicy | 
InvalidPolicyHelper.extract(Any a)
 | 
static AdapterNonExistent | 
AdapterNonExistentHelper.extract(Any a)
 | 
static AdapterAlreadyExists | 
AdapterAlreadyExistsHelper.extract(Any a)
 | 
static void | 
AdapterAlreadyExistsHelper.insert(Any a,
       AdapterAlreadyExists that)
 | 
static void | 
AdapterNonExistentHelper.insert(Any a,
       AdapterNonExistent that)
 | 
static void | 
InvalidPolicyHelper.insert(Any a,
       InvalidPolicy that)
 | 
static void | 
NoServantHelper.insert(Any a,
       NoServant that)
 | 
static void | 
ObjectAlreadyActiveHelper.insert(Any a,
       ObjectAlreadyActive that)
 | 
static void | 
ObjectNotActiveHelper.insert(Any a,
       ObjectNotActive that)
 | 
static void | 
ServantAlreadyActiveHelper.insert(Any a,
       ServantAlreadyActive that)
 | 
static void | 
ServantNotActiveHelper.insert(Any a,
       ServantNotActive that)
 | 
static void | 
WrongAdapterHelper.insert(Any a,
       WrongAdapter that)
 | 
static void | 
WrongPolicyHelper.insert(Any a,
       WrongPolicy that)
 | 
  | 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.