Uses of Class
org.omg.CORBA.Any
-
-
Uses of Any in com.sun.corba.ee.impl.corba
Subclasses of Any in com.sun.corba.ee.impl.corba Modifier and Type Class Description classAnyImplFields in com.sun.corba.ee.impl.corba declared as Any Modifier and Type Field Description private AnyServerRequestImpl. _exceptionprivate AnyServerRequestImpl. _resultAnyprivate AnyNamedValueImpl. _valueMethods in com.sun.corba.ee.impl.corba that return Any Modifier and Type Method Description AnyRequestImpl. add_in_arg()AnyRequestImpl. add_inout_arg()AnyRequestImpl. add_named_in_arg(java.lang.String name)AnyRequestImpl. add_named_inout_arg(java.lang.String name)AnyRequestImpl. add_named_out_arg(java.lang.String name)AnyRequestImpl. add_out_arg()AnyServerRequestImpl. checkResultCalled()This is called from the ORB after the DynamicImplementation.invoke returns.static AnyAnyImplHelper. extract(Any a)AnyAnyImpl. extract_any()See the description of the general Any operations.static AnyAnyImpl. extractAnyFromStream(TypeCode memberType, InputStream input, ORB orb)AnyTypeCodeImpl. member_label(int index)static AnyAnyImplHelper. read(InputStream istream)AnyRequestImpl. return_value()AnyNamedValueImpl. value()Methods in com.sun.corba.ee.impl.corba with parameters of type Any Modifier and Type Method Description NamedValueNVListImpl. add_value(java.lang.String itemName, Any val, int flags)(package private) intTypeCodeImpl. currentUnionMemberIndex(Any discriminatorValue)booleanAnyImpl. equal(Any otherAny)checks for equality between Anys.static AnyAnyImplHelper. extract(Any a)static TypeCodeTypeCodeImplHelper. extract(Any a)static voidAnyImplHelper. insert(Any a, Any that)static voidTypeCodeImplHelper. insert(Any a, TypeCode that)voidAnyImpl. insert_any(Any a)See the description of the general Any operations.voidServerRequestImpl. set_exception(Any exc)voidContextImpl. set_one_value(java.lang.String propName, Any propValue)voidServerRequestImpl. set_result(Any res)static voidAnyImplHelper. write(OutputStream ostream, Any value)Constructors in com.sun.corba.ee.impl.corba with parameters of type Any Constructor Description AnyImpl(ORB orb, Any obj)NamedValueImpl(ORB orb, java.lang.String name, Any value, int flags) -
Uses of Any in com.sun.corba.ee.impl.dynamicany
Fields in com.sun.corba.ee.impl.dynamicany declared as Any Modifier and Type Field Description protected AnyDynAnyImpl. any(package private) Any[]DynAnyCollectionImpl. anysMethods in com.sun.corba.ee.impl.dynamicany that return Any Modifier and Type Method Description (package private) static AnyDynAnyUtil. copy(Any inAny, ORB orb)(package private) static AnyDynAnyUtil. createDefaultAnyOfType(TypeCode typeCode, ORB orb)(package private) static AnyDynAnyUtil. extractAnyFromStream(TypeCode memberType, InputStream input, ORB orb)AnyDynAnyBasicImpl. get_any()AnyDynAnyConstructedImpl. get_any()AnyDynValueBoxImpl. get_boxed_value()Any[]DynAnyCollectionImpl. get_elements()protected AnyDynAnyImpl. getAny()protected AnyDynAnyImpl. getAny(DynAny dynAny)private AnyDynUnionImpl. memberLabel(int i)AnyDynAnyBasicImpl. to_any()AnyDynAnyConstructedImpl. to_any()abstract AnyDynAnyImpl. to_any()Methods in com.sun.corba.ee.impl.dynamicany with parameters of type Any Modifier and Type Method Description private voidDynAnyComplexImpl. addComponent(int i, java.lang.String memberName, Any memberAny, DynAny memberDynAny)(package private) static AnyDynAnyUtil. copy(Any inAny, ORB orb)DynAnyDynAnyFactoryImpl. create_dyn_any(Any any)(package private) static DynAnyDynAnyUtil. createMostDerivedDynAny(Any any, ORB orb, boolean copyValue)private intDynUnionImpl. currentUnionMemberIndex(Any discriminatorValue)voidDynAnyBasicImpl. from_any(Any value)voidDynAnyConstructedImpl. from_any(Any value)voidDynAnyImpl. from_any(Any value)voidDynAnyBasicImpl. insert_any(Any value)voidDynAnyConstructedImpl. insert_any(Any value)(package private) static booleanDynAnyUtil. isInitialized(Any any)voidDynValueBoxImpl. set_boxed_value(Any boxed)voidDynAnyCollectionImpl. set_elements(Any[] value)Constructors in com.sun.corba.ee.impl.dynamicany with parameters of type Any Constructor Description DynAnyBasicImpl(ORB orb, Any any, boolean copyValue)DynAnyCollectionImpl(ORB orb, Any any, boolean copyValue)DynAnyComplexImpl(ORB orb, Any any, boolean copyValue)DynAnyConstructedImpl(ORB orb, Any any, boolean copyValue)DynAnyImpl(ORB orb, Any any, boolean copyValue)DynArrayImpl(ORB orb, Any any, boolean copyValue)DynEnumImpl(ORB orb, Any anAny, boolean copyValue)DynFixedImpl(ORB orb, Any any, boolean copyValue)DynSequenceImpl(ORB orb, Any any, boolean copyValue)DynStructImpl(ORB orb, Any any, boolean copyValue)DynUnionImpl(ORB orb, Any any, boolean copyValue)DynValueBoxImpl(ORB orb, Any any, boolean copyValue)DynValueCommonImpl(ORB orb, Any any, boolean copyValue)DynValueImpl(ORB orb, Any any, boolean copyValue) -
Uses of Any in com.sun.corba.ee.impl.encoding
Methods in com.sun.corba.ee.impl.encoding that return Any Modifier and Type Method Description AnyCDRInputObject. read_any()AnyCDRInputStream_1_0. read_any()abstract AnyCDRInputStreamBase. read_any()AnyMarshalInputStream. read_any()AnyWrapperInputStream. read_any()Methods in com.sun.corba.ee.impl.encoding with parameters of type Any Modifier and Type Method Description voidCDRInputStream_1_0. read_any_array(Any[] value, int offset, int length)voidCDROutputObject. write_any(Any value)voidCDROutputStream_1_0. write_any(Any any)abstract voidCDROutputStreamBase. write_any(Any value)voidMarshalOutputStream. write_any(Any value)voidCDROutputObject. write_any_array(Any[] seq, int offset, int length)voidCDROutputStream_1_0. write_any_array(Any[] value, int offset, int length)abstract voidCDROutputStreamBase. write_any_array(Any[] seq, int offset, int length) -
Uses of Any in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as Any Modifier and Type Field Description private AnyClientRequestInfoImpl. cachedReceivedExceptionprivate AnyClientRequestInfoImpl. cachedResultprivate AnyServerRequestInfoImpl. cachedSendingExceptionprivate AnyServerRequestInfoImpl. dsiExceptionprivate AnyServerRequestInfoImpl. dsiResultprivate Any[]SlotTable. theSlotDataThe vector where all the slot data for the current thread is storedMethods in com.sun.corba.ee.impl.interceptors that return Any Modifier and Type Method Description AnyCDREncapsCodec. decode(byte[] data)Decode the given octet sequence into an any based on a CDR encapsulated octet sequence.AnyCDREncapsCodec. decode_value(byte[] data, TypeCode tc)Decode the given octet sequence into an any based on a CDR encapsulated octet sequence.private AnyCDREncapsCodec. decodeImpl(byte[] data, TypeCode tc)Decode the given octet sequence into an any based on a CDR encapsulated octet sequence.protected AnyRequestInfoImpl. exceptionToAny(java.lang.Exception exception)Utility to wrap the given Exception in an Any object and return it.AnyPICurrent. get_slot(int id)This method gets the slot data at the given slot id (index) from the Slot Table which is on the top of the SlotTableStack.AnyRequestInfoImpl. get_slot(int id)Returns the data from the given slot of the PortableInterceptor::Current that is in the scope of the request.AnySlotTable. get_slot(int id)This method get the slot data for the given slot id (index).AnyClientRequestInfoImpl. received_exception()Contains the exception to be returned to the client.AnyClientRequestInfoImpl. result()See RequestInfoImpl for javadoc.abstract AnyRequestInfoImpl. result()This method returns the result from the invoked DII operation.AnyServerRequestInfoImpl. result()See ServerRequestInfo for javadocs.AnyServerRequestInfoImpl. sending_exception()Any containing the exception to be returned to the client.Methods in com.sun.corba.ee.impl.interceptors with parameters of type Any Modifier and Type Method Description PolicyPIHandlerImpl. create_policy(int type, Any val)This is the implementation of standard API defined in org.omg.CORBA.ORB class.PolicyPINoOpHandlerImpl. create_policy(int type, Any val)byte[]CDREncapsCodec. encode(Any data)Convert the given any into a CDR encapsulated octet sequencebyte[]CDREncapsCodec. encode_value(Any data)Convert the given any into a CDR encapsulated octet sequence.private byte[]CDREncapsCodec. encodeImpl(Any data, boolean sendTypeCode)Convert the given any into a CDR encapsulated octet sequence.private voidRequestInfoImpl. insertApplicationException(ApplicationException appException, Any result)Inserts the UserException inside the given ApplicationException into the given Any.private voidRequestInfoImpl. insertUserException(UserException userException, Any result)Inserts the UserException into the given Any.voidPICurrent. set_slot(int id, Any data)This method sets the slot data at the given slot id (index) in the Slot Table which is on the top of the SlotTableStack.voidServerRequestInfoImpl. set_slot(int id, Any data)Allows an Interceptor to set a slot in the Current that is in the scope of the request.voidSlotTable. set_slot(int id, Any data)This method sets the slot data at the given slot id (index).protected voidServerRequestInfoImpl. setDSIException(Any exception)Stores the various sources of information used for this info object.protected voidServerRequestInfoImpl. setDSIResult(Any result)Stores the various sources of information used for this info object.voidPIHandlerImpl. setServerPIExceptionInfo(Any exception)voidPINoOpHandlerImpl. setServerPIExceptionInfo(Any exception)voidPIHandlerImpl. setServerPIInfo(Any result)voidPINoOpHandlerImpl. setServerPIInfo(Any result) -
Uses of Any in com.sun.corba.ee.impl.javax.rmi.CORBA
Methods in com.sun.corba.ee.impl.javax.rmi.CORBA with parameters of type Any Modifier and Type Method Description private TypeCodeUtil. createTypeCode(java.io.Serializable obj, Any any, ORB orb)When using our own ORB and Any implementations, we need to get the ORB version and create the type code appropriately. -
Uses of Any in com.sun.corba.ee.impl.misc
Methods in com.sun.corba.ee.impl.misc with parameters of type Any Modifier and Type Method Description static SystemExceptionORBUtility. extractSystemException(Any any)static voidORBUtility. insertSystemException(SystemException ex, Any any)Static method for writing a CORBA standard exception to an Any. -
Uses of Any in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb that return Any Modifier and Type Method Description AnyORBImpl. create_any()AnyORBSingleton. create_any()Methods in com.sun.corba.ee.impl.orb with parameters of type Any Modifier and Type Method Description NamedValueORBImpl. create_named_value(java.lang.String s, Any any, int flags)Create a NamedValueNamedValueORBSingleton. create_named_value(java.lang.String s, Any any, int flags)PolicyORBImpl. create_policy(int type, Any val)PolicyORBSingleton. create_policy(int type, Any val) -
Uses of Any in com.sun.corba.ee.impl.protocol
Methods in com.sun.corba.ee.impl.protocol with parameters of type Any Modifier and Type Method Description protected MessageMediatorServerRequestDispatcherImpl. sendingReply(MessageMediator req, Any excany)Must always be called, just after the servant's method returns. -
Uses of Any in com.sun.corba.ee.impl.protocol.giopmsgheaders
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type Any Modifier and Type Method Description static shortAddressingDispositionHelper. extract(Any a)static IORAddressingInfoIORAddressingInfoHelper. extract(Any a)static TargetAddressTargetAddressHelper. extract(Any a)static voidAddressingDispositionHelper. insert(Any a, short that)static voidIORAddressingInfoHelper. insert(Any a, IORAddressingInfo that)static voidTargetAddressHelper. insert(Any a, TargetAddress that) -
Uses of Any in com.sun.corba.ee.org.omg.CSI
Methods in com.sun.corba.ee.org.omg.CSI with parameters of type Any Modifier and Type Method Description static byte[]AuthorizationElementContentsHelper. extract(Any a)static AuthorizationElementAuthorizationElementHelper. extract(Any a)static intAuthorizationElementTypeHelper. extract(Any a)static AuthorizationElement[]AuthorizationTokenHelper. extract(Any a)static CompleteEstablishContextCompleteEstablishContextHelper. extract(Any a)static ContextErrorContextErrorHelper. extract(Any a)static longContextIdHelper. extract(Any a)static EstablishContextEstablishContextHelper. extract(Any a)static byte[]GSS_NT_ExportedNameHelper. extract(Any a)static byte[][]GSS_NT_ExportedNameListHelper. extract(Any a)static byte[]GSSTokenHelper. extract(Any a)static byte[]IdentityExtensionHelper. extract(Any a)static IdentityTokenIdentityTokenHelper. extract(Any a)static intIdentityTokenTypeHelper. extract(Any a)static MessageInContextMessageInContextHelper. extract(Any a)static shortMsgTypeHelper. extract(Any a)static byte[]OIDHelper. extract(Any a)static byte[][]OIDListHelper. extract(Any a)static SASContextBodySASContextBodyHelper. extract(Any a)static java.lang.StringStringOIDHelper. extract(Any a)static byte[]UTF8StringHelper. extract(Any a)static byte[]X501DistinguishedNameHelper. extract(Any a)static byte[]X509CertificateChainHelper. extract(Any a)static voidAuthorizationElementContentsHelper. insert(Any a, byte[] that)static voidAuthorizationElementHelper. insert(Any a, AuthorizationElement that)static voidAuthorizationElementTypeHelper. insert(Any a, int that)static voidAuthorizationTokenHelper. insert(Any a, AuthorizationElement[] that)static voidCompleteEstablishContextHelper. insert(Any a, CompleteEstablishContext that)static voidContextErrorHelper. insert(Any a, ContextError that)static voidContextIdHelper. insert(Any a, long that)static voidEstablishContextHelper. insert(Any a, EstablishContext that)static voidGSS_NT_ExportedNameHelper. insert(Any a, byte[] that)static voidGSS_NT_ExportedNameListHelper. insert(Any a, byte[][] that)static voidGSSTokenHelper. insert(Any a, byte[] that)static voidIdentityExtensionHelper. insert(Any a, byte[] that)static voidIdentityTokenHelper. insert(Any a, IdentityToken that)static voidIdentityTokenTypeHelper. insert(Any a, int that)static voidMessageInContextHelper. insert(Any a, MessageInContext that)static voidMsgTypeHelper. insert(Any a, short that)static voidOIDHelper. insert(Any a, byte[] that)static voidOIDListHelper. insert(Any a, byte[][] that)static voidSASContextBodyHelper. insert(Any a, SASContextBody that)static voidStringOIDHelper. insert(Any a, java.lang.String that)static voidUTF8StringHelper. insert(Any a, byte[] that)static voidX501DistinguishedNameHelper. insert(Any a, byte[] that)static voidX509CertificateChainHelper. insert(Any a, byte[] that) -
Uses of Any in com.sun.corba.ee.org.omg.CSIIOP
Methods in com.sun.corba.ee.org.omg.CSIIOP with parameters of type Any Modifier and Type Method Description static AS_ContextSecAS_ContextSecHelper. extract(Any a)static shortAssociationOptionsHelper. extract(Any a)static CompoundSecMech[]CompoundSecMechanismsHelper. extract(Any a)static CompoundSecMechCompoundSecMechHelper. extract(Any a)static CompoundSecMechListCompoundSecMechListHelper. extract(Any a)static SAS_ContextSecSAS_ContextSecHelper. extract(Any a)static SECIOP_SEC_TRANSSECIOP_SEC_TRANSHelper. extract(Any a)static ServiceConfigurationServiceConfigurationHelper. extract(Any a)static ServiceConfiguration[]ServiceConfigurationListHelper. extract(Any a)static intServiceConfigurationSyntaxHelper. extract(Any a)static byte[]ServiceSpecificNameHelper. extract(Any a)static TLS_SEC_TRANSTLS_SEC_TRANSHelper. extract(Any a)static TransportAddressTransportAddressHelper. extract(Any a)static TransportAddress[]TransportAddressListHelper. extract(Any a)static voidAS_ContextSecHelper. insert(Any a, AS_ContextSec that)static voidAssociationOptionsHelper. insert(Any a, short that)static voidCompoundSecMechanismsHelper. insert(Any a, CompoundSecMech[] that)static voidCompoundSecMechHelper. insert(Any a, CompoundSecMech that)static voidCompoundSecMechListHelper. insert(Any a, CompoundSecMechList that)static voidSAS_ContextSecHelper. insert(Any a, SAS_ContextSec that)static voidSECIOP_SEC_TRANSHelper. insert(Any a, SECIOP_SEC_TRANS that)static voidServiceConfigurationHelper. insert(Any a, ServiceConfiguration that)static voidServiceConfigurationListHelper. insert(Any a, ServiceConfiguration[] that)static voidServiceConfigurationSyntaxHelper. insert(Any a, int that)static voidServiceSpecificNameHelper. insert(Any a, byte[] that)static voidTLS_SEC_TRANSHelper. insert(Any a, TLS_SEC_TRANS that)static voidTransportAddressHelper. insert(Any a, TransportAddress that)static voidTransportAddressListHelper. insert(Any a, TransportAddress[] that) -
Uses of Any in com.sun.corba.ee.org.omg.GSSUP
Methods in com.sun.corba.ee.org.omg.GSSUP with parameters of type Any Modifier and Type Method Description static intErrorCodeHelper. extract(Any a)static ErrorTokenErrorTokenHelper. extract(Any a)static InitialContextTokenInitialContextTokenHelper. extract(Any a)static voidErrorCodeHelper. insert(Any a, int that)static voidErrorTokenHelper. insert(Any a, ErrorToken that)static voidInitialContextTokenHelper. insert(Any a, InitialContextToken that) -
Uses of Any in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol with parameters of type Any Modifier and Type Method Description PolicyPIHandler. create_policy(int type, Any val)voidPIHandler. setServerPIExceptionInfo(Any exception)Notifies PI of additional information for server-side interceptors.voidPIHandler. setServerPIInfo(Any result)Notifies PI of additional information for server-side interceptors. -
Uses of Any in com.sun.org.omg.CORBA
Methods in com.sun.org.omg.CORBA with parameters of type Any Modifier and Type Method Description static AttributeDescription[]AttrDescriptionSeqHelper. extract(Any a)static AttributeDescriptionAttributeDescriptionHelper. extract(Any a)static AttributeModeAttributeModeHelper. extract(Any a)static java.lang.StringContextIdentifierHelper. extract(Any a)static java.lang.String[]ContextIdSeqHelper. extract(Any a)static DefinitionKindDefinitionKindHelper. extract(Any a)static ExceptionDescription[]ExcDescriptionSeqHelper. extract(Any a)static ExceptionDescriptionExceptionDescriptionHelper. extract(Any a)static java.lang.StringIdentifierHelper. extract(Any a)static IDLTypeIDLTypeHelper. extract(Any a)static InitializerInitializerHelper. extract(Any a)static Initializer[]InitializerSeqHelper. extract(Any a)static OperationDescription[]OpDescriptionSeqHelper. extract(Any a)static OperationDescriptionOperationDescriptionHelper. extract(Any a)static OperationModeOperationModeHelper. extract(Any a)static ParameterDescriptionParameterDescriptionHelper. extract(Any a)static ParameterModeParameterModeHelper. extract(Any a)static ParameterDescription[]ParDescriptionSeqHelper. extract(Any a)static RepositoryRepositoryHelper. extract(Any a)static java.lang.StringRepositoryIdHelper. extract(Any a)static java.lang.String[]RepositoryIdSeqHelper. extract(Any a)static StructMemberStructMemberHelper. extract(Any a)static StructMember[]StructMemberSeqHelper. extract(Any a)static ValueMemberValueMemberHelper. extract(Any a)static ValueMember[]ValueMemberSeqHelper. extract(Any a)static java.lang.StringVersionSpecHelper. extract(Any a)static shortVisibilityHelper. extract(Any a)static voidAttrDescriptionSeqHelper. insert(Any a, AttributeDescription[] that)static voidAttributeDescriptionHelper. insert(Any a, AttributeDescription that)static voidAttributeModeHelper. insert(Any a, AttributeMode that)static voidContextIdentifierHelper. insert(Any a, java.lang.String that)static voidContextIdSeqHelper. insert(Any a, java.lang.String[] that)static voidDefinitionKindHelper. insert(Any a, DefinitionKind that)static voidExcDescriptionSeqHelper. insert(Any a, ExceptionDescription[] that)static voidExceptionDescriptionHelper. insert(Any a, ExceptionDescription that)static voidIdentifierHelper. insert(Any a, java.lang.String that)static voidIDLTypeHelper. insert(Any a, IDLType that)static voidInitializerHelper. insert(Any a, Initializer that)static voidInitializerSeqHelper. insert(Any a, Initializer[] that)static voidOpDescriptionSeqHelper. insert(Any a, OperationDescription[] that)static voidOperationDescriptionHelper. insert(Any a, OperationDescription that)static voidOperationModeHelper. insert(Any a, OperationMode that)static voidParameterDescriptionHelper. insert(Any a, ParameterDescription that)static voidParameterModeHelper. insert(Any a, ParameterMode that)static voidParDescriptionSeqHelper. insert(Any a, ParameterDescription[] that)static voidRepositoryHelper. insert(Any a, Repository that)static voidRepositoryIdHelper. insert(Any a, java.lang.String that)static voidRepositoryIdSeqHelper. insert(Any a, java.lang.String[] that)static voidStructMemberHelper. insert(Any a, StructMember that)static voidStructMemberSeqHelper. insert(Any a, StructMember[] that)static voidValueMemberHelper. insert(Any a, ValueMember that)static voidValueMemberSeqHelper. insert(Any a, ValueMember[] that)static voidVersionSpecHelper. insert(Any a, java.lang.String that)static voidVisibilityHelper. insert(Any a, short that) -
Uses of Any in com.sun.org.omg.CORBA.ValueDefPackage
Methods in com.sun.org.omg.CORBA.ValueDefPackage with parameters of type Any Modifier and Type Method Description static FullValueDescriptionFullValueDescriptionHelper. extract(Any a)static voidFullValueDescriptionHelper. insert(Any a, FullValueDescription that) -
Uses of Any in com.sun.org.omg.SendingContext
Methods in com.sun.org.omg.SendingContext with parameters of type Any Modifier and Type Method Description static CodeBaseCodeBaseHelper. extract(Any a)static voidCodeBaseHelper. insert(Any a, CodeBase that) -
Uses of Any in com.sun.org.omg.SendingContext.CodeBasePackage
Methods in com.sun.org.omg.SendingContext.CodeBasePackage with parameters of type Any Modifier and Type Method Description static java.lang.StringURLHelper. extract(Any a)static java.lang.String[]URLSeqHelper. extract(Any a)static FullValueDescription[]ValueDescSeqHelper. extract(Any a)static voidURLHelper. insert(Any a, java.lang.String that)static voidURLSeqHelper. insert(Any a, java.lang.String[] that)static voidValueDescSeqHelper. insert(Any a, FullValueDescription[] that) -
Uses of Any in org.omg.CORBA
Fields in org.omg.CORBA declared as Any Modifier and Type Field Description AnyUnknownUserException. exceptTheAnyinstance that contains the actual user exception thrown by the server.AnyUnionMember. labelThe label of the union member described by thisUnionMemberobject.AnyAnyHolder. valueTheAnyvalue held by thisAnyHolderobject.Any[]AnySeqHolder. valueAnyConstantDescription. valueAnyNameValuePair. valueThe value to be associated with a name by thisNameValuePairobject.Methods in org.omg.CORBA that return Any Modifier and Type Method Description abstract AnyRequest. add_in_arg()Creates an input argument and adds it to thisRequestobject.abstract AnyRequest. add_inout_arg()Adds an input/output argument to thisRequestobject.abstract AnyRequest. add_named_in_arg(java.lang.String name)Creates an input argument with the given name and adds it to thisRequestobject.abstract AnyRequest. add_named_inout_arg(java.lang.String name)Adds an input/output argument with the given name to thisRequestobject.abstract AnyRequest. add_named_out_arg(java.lang.String name)Adds an output argument with the given name to thisRequestobject.abstract AnyRequest. add_out_arg()Adds an output argument to thisRequestobject.abstract AnyORB. create_any()Creates an IDLAnyobject initialized to contain aTypecodeobject whosekindfield is set toTCKind.tc_null.static Any[]AnySeqHelper. extract(Any a)abstract AnyAny. extract_any()Extracts theAnyobject in thisAnyobject'svaluefield.AnyDynAny. get_any()Deprecated.Retrieves theorg.omg.CORBA.Anycontained in thisDynAnyobject.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 AnyTypeCode. member_label(int index)Retrieves the label of the union member identified by the given index.static Any[]AnySeqHelper. read(InputStream istream)AnyDataInputStream. read_any()Reads an IDLAnyvalue from the input stream.abstract AnyRequest. return_value()Returns theAnyobject that contains the value for the result of the method.AnyDynAny. to_any()Deprecated.Convert aDynAnyobject to anAnyobject.Any_ConstantDefStub. value()AnyConstantDefOperations. value()AnyConstantDefPOATie. value()abstract AnyNamedValue. value()Retrieves the value for thisNamedValueobject.Methods in org.omg.CORBA with parameters of type Any Modifier and Type Method Description abstract NamedValueNVList. add_value(java.lang.String item_name, Any val, int flags)Creates a newNamedValueobject initialized with the given name, value, and flag, and adds it to the end of thisNVListobject.ConstantDef_ContainerStub. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDef_ExceptionDefStub. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDef_InterfaceDefStub. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDef_ModuleDefStub. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDef_RepositoryStub. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDef_StructDefStub. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDef_UnionDefStub. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDef_ValueDefStub. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDefContainerOperations. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDefContainerPOATie. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDefExceptionDefPOATie. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDefInterfaceDefPOATie. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDefModuleDefPOATie. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDefRepositoryPOATie. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDefStructDefPOATie. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDefUnionDefPOATie. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)ConstantDefValueDefPOATie. create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)DynAnyORB. create_dyn_any(Any value)Deprecated.Use the new DynAnyFactory API insteadabstract NamedValueORB. create_named_value(java.lang.String s, Any any, int flags)Creates aNamedValueobject using the given name, value, and argument mode flags.PolicyORB. 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 booleanAny. equal(Any a)Checks for equality between thisAnyobject and the givenAnyobject.voidServerRequest. except(Any any)Deprecated.use set_exception()static AliasDefAliasDefHelper. extract(Any a)static Any[]AnySeqHelper. extract(Any a)static ArrayDefArrayDefHelper. extract(Any a)static AttributeDescription[]AttrDescriptionSeqHelper. extract(Any a)static AttributeDefAttributeDefHelper. extract(Any a)static AttributeDescriptionAttributeDescriptionHelper. extract(Any a)static AttributeModeAttributeModeHelper. extract(Any a)static boolean[]BooleanSeqHelper. extract(Any a)static char[]CharSeqHelper. extract(Any a)static CompletionStatusCompletionStatusHelper. extract(Any a)static ConstantDefConstantDefHelper. extract(Any a)static ConstantDescriptionConstantDescriptionHelper. extract(Any a)static ContainedContainedHelper. extract(Any a)static Contained[]ContainedSeqHelper. extract(Any a)static ContainerContainerHelper. extract(Any a)static java.lang.StringContextIdentifierHelper. extract(Any a)static java.lang.String[]ContextIdSeqHelper. extract(Any a)static CurrentCurrentHelper. extract(Any a)static DefinitionKindDefinitionKindHelper. extract(Any a)static double[]DoubleSeqHelper. extract(Any a)static EnumDefEnumDefHelper. extract(Any a)static java.lang.String[]EnumMemberSeqHelper. extract(Any a)static ExceptionDescription[]ExcDescriptionSeqHelper. extract(Any a)static ExceptionDefExceptionDefHelper. extract(Any a)static ExceptionDef[]ExceptionDefSeqHelper. extract(Any a)static ExceptionDescriptionExceptionDescriptionHelper. extract(Any a)static java.lang.StringFieldNameHelper. extract(Any a)static float[]FloatSeqHelper. extract(Any a)static java.lang.StringIdentifierHelper. extract(Any a)static IDLTypeIDLTypeHelper. extract(Any a)static InitializerInitializerHelper. extract(Any a)static Initializer[]InitializerSeqHelper. extract(Any a)static InterfaceDefInterfaceDefHelper. extract(Any a)static InterfaceDef[]InterfaceDefSeqHelper. extract(Any a)static InterfaceDescriptionInterfaceDescriptionHelper. extract(Any a)static long[]LongLongSeqHelper. extract(Any a)static int[]LongSeqHelper. extract(Any a)static ModuleDefModuleDefHelper. extract(Any a)static ModuleDescriptionModuleDescriptionHelper. extract(Any a)static NameValuePairNameValuePairHelper. extract(Any a)static NativeDefNativeDefHelper. extract(Any a)static ObjectObjectHelper. extract(Any a)static byte[]OctetSeqHelper. extract(Any a)static OperationDescription[]OpDescriptionSeqHelper. extract(Any a)static OperationDefOperationDefHelper. extract(Any a)static OperationDescriptionOperationDescriptionHelper. extract(Any a)static OperationModeOperationModeHelper. extract(Any a)static ParameterDescriptionParameterDescriptionHelper. extract(Any a)static ParameterModeParameterModeHelper. extract(Any a)static ParameterDescription[]ParDescriptionSeqHelper. extract(Any a)static shortPolicyErrorCodeHelper. extract(Any a)static PolicyErrorPolicyErrorHelper. extract(Any a)static PolicyPolicyHelper. extract(Any a)static Policy[]PolicyListHelper. extract(Any a)static intPolicyTypeHelper. extract(Any a)static PrimitiveDefPrimitiveDefHelper. extract(Any a)static PrimitiveKindPrimitiveKindHelper. extract(Any a)static RepositoryRepositoryHelper. extract(Any a)static java.lang.StringRepositoryIdHelper. extract(Any a)static java.lang.String[]RepositoryIdSeqHelper. extract(Any a)static java.lang.StringScopedNameHelper. extract(Any a)static SequenceDefSequenceDefHelper. extract(Any a)static ServiceDetailServiceDetailHelper. extract(Any a)static ServiceInformationServiceInformationHelper. extract(Any a)static SetOverrideTypeSetOverrideTypeHelper. extract(Any a)static short[]ShortSeqHelper. extract(Any a)static StringDefStringDefHelper. extract(Any a)static java.lang.String[]StringSeqHelper. extract(Any a)static java.lang.StringStringValueHelper. extract(Any a)static StructDefStructDefHelper. extract(Any a)static StructMemberStructMemberHelper. extract(Any a)static StructMember[]StructMemberSeqHelper. extract(Any a)static TypedefDefTypedefDefHelper. extract(Any a)static TypeDescriptionTypeDescriptionHelper. extract(Any a)static long[]ULongLongSeqHelper. extract(Any a)static int[]ULongSeqHelper. extract(Any a)static UnionDefUnionDefHelper. extract(Any a)static UnionMemberUnionMemberHelper. extract(Any a)static UnionMember[]UnionMemberSeqHelper. extract(Any a)static UnknownUserExceptionUnknownUserExceptionHelper. extract(Any a)static short[]UShortSeqHelper. extract(Any a)static java.io.SerializableValueBaseHelper. extract(Any a)static ValueBoxDefValueBoxDefHelper. extract(Any a)static ValueDefValueDefHelper. extract(Any a)static ValueDef[]ValueDefSeqHelper. extract(Any a)static ValueDescriptionValueDescriptionHelper. extract(Any a)static ValueMemberDefValueMemberDefHelper. extract(Any a)static ValueMemberValueMemberHelper. extract(Any a)static ValueMember[]ValueMemberSeqHelper. extract(Any a)static java.lang.StringVersionSpecHelper. extract(Any a)static shortVisibilityHelper. extract(Any a)static char[]WCharSeqHelper. extract(Any a)static WrongTransactionWrongTransactionHelper. extract(Any a)static java.lang.String[]WStringSeqHelper. extract(Any a)static java.lang.StringWStringValueHelper. extract(Any a)voidDynAny. from_any(Any value)Deprecated.Make aDynAnyobject from anAnyobject.static voidAliasDefHelper. insert(Any a, AliasDef that)static voidAnySeqHelper. insert(Any a, Any[] that)static voidArrayDefHelper. insert(Any a, ArrayDef that)static voidAttrDescriptionSeqHelper. insert(Any a, AttributeDescription[] that)static voidAttributeDefHelper. insert(Any a, AttributeDef that)static voidAttributeDescriptionHelper. insert(Any a, AttributeDescription that)static voidAttributeModeHelper. insert(Any a, AttributeMode that)static voidBooleanSeqHelper. insert(Any a, boolean[] that)static voidCharSeqHelper. insert(Any a, char[] that)static voidCompletionStatusHelper. insert(Any a, CompletionStatus that)static voidConstantDefHelper. insert(Any a, ConstantDef that)static voidConstantDescriptionHelper. insert(Any a, ConstantDescription that)static voidContainedHelper. insert(Any a, Contained that)static voidContainedSeqHelper. insert(Any a, Contained[] that)static voidContainerHelper. insert(Any a, Container that)static voidContextIdentifierHelper. insert(Any a, java.lang.String that)static voidContextIdSeqHelper. insert(Any a, java.lang.String[] that)static voidCurrentHelper. insert(Any a, Current that)static voidDefinitionKindHelper. insert(Any a, DefinitionKind that)static voidDoubleSeqHelper. insert(Any a, double[] that)static voidEnumDefHelper. insert(Any a, EnumDef that)static voidEnumMemberSeqHelper. insert(Any a, java.lang.String[] that)static voidExcDescriptionSeqHelper. insert(Any a, ExceptionDescription[] that)static voidExceptionDefHelper. insert(Any a, ExceptionDef that)static voidExceptionDefSeqHelper. insert(Any a, ExceptionDef[] that)static voidExceptionDescriptionHelper. insert(Any a, ExceptionDescription that)static voidFieldNameHelper. insert(Any a, java.lang.String that)static voidFloatSeqHelper. insert(Any a, float[] that)static voidIdentifierHelper. insert(Any a, java.lang.String that)static voidIDLTypeHelper. insert(Any a, IDLType that)static voidInitializerHelper. insert(Any a, Initializer that)static voidInitializerSeqHelper. insert(Any a, Initializer[] that)static voidInterfaceDefHelper. insert(Any a, InterfaceDef that)static voidInterfaceDefSeqHelper. insert(Any a, InterfaceDef[] that)static voidInterfaceDescriptionHelper. insert(Any a, InterfaceDescription that)static voidLongLongSeqHelper. insert(Any a, long[] that)static voidLongSeqHelper. insert(Any a, int[] that)static voidModuleDefHelper. insert(Any a, ModuleDef that)static voidModuleDescriptionHelper. insert(Any a, ModuleDescription that)static voidNameValuePairHelper. insert(Any a, NameValuePair that)static voidNativeDefHelper. insert(Any a, NativeDef that)static voidObjectHelper. insert(Any a, Object that)static voidOctetSeqHelper. insert(Any a, byte[] that)static voidOpDescriptionSeqHelper. insert(Any a, OperationDescription[] that)static voidOperationDefHelper. insert(Any a, OperationDef that)static voidOperationDescriptionHelper. insert(Any a, OperationDescription that)static voidOperationModeHelper. insert(Any a, OperationMode that)static voidParameterDescriptionHelper. insert(Any a, ParameterDescription that)static voidParameterModeHelper. insert(Any a, ParameterMode that)static voidParDescriptionSeqHelper. insert(Any a, ParameterDescription[] that)static voidPolicyErrorCodeHelper. insert(Any a, short that)static voidPolicyErrorHelper. insert(Any a, PolicyError that)static voidPolicyHelper. insert(Any a, Policy that)static voidPolicyListHelper. insert(Any a, Policy[] that)static voidPolicyTypeHelper. insert(Any a, int that)static voidPrimitiveDefHelper. insert(Any a, PrimitiveDef that)static voidPrimitiveKindHelper. insert(Any a, PrimitiveKind that)static voidRepositoryHelper. insert(Any a, Repository that)static voidRepositoryIdHelper. insert(Any a, java.lang.String that)static voidRepositoryIdSeqHelper. insert(Any a, java.lang.String[] that)static voidScopedNameHelper. insert(Any a, java.lang.String that)static voidSequenceDefHelper. insert(Any a, SequenceDef that)static voidServiceDetailHelper. insert(Any a, ServiceDetail that)static voidServiceInformationHelper. insert(Any a, ServiceInformation that)static voidSetOverrideTypeHelper. insert(Any a, SetOverrideType that)static voidShortSeqHelper. insert(Any a, short[] that)static voidStringDefHelper. insert(Any a, StringDef that)static voidStringSeqHelper. insert(Any a, java.lang.String[] that)static voidStringValueHelper. insert(Any a, java.lang.String that)static voidStructDefHelper. insert(Any a, StructDef that)static voidStructMemberHelper. insert(Any a, StructMember that)static voidStructMemberSeqHelper. insert(Any a, StructMember[] that)static voidTypedefDefHelper. insert(Any a, TypedefDef that)static voidTypeDescriptionHelper. insert(Any a, TypeDescription that)static voidULongLongSeqHelper. insert(Any a, long[] that)static voidULongSeqHelper. insert(Any a, int[] that)static voidUnionDefHelper. insert(Any a, UnionDef that)static voidUnionMemberHelper. insert(Any a, UnionMember that)static voidUnionMemberSeqHelper. insert(Any a, UnionMember[] that)static voidUnknownUserExceptionHelper. insert(Any a, UnknownUserException that)static voidUShortSeqHelper. insert(Any a, short[] that)static voidValueBaseHelper. insert(Any a, java.io.Serializable that)static voidValueBoxDefHelper. insert(Any a, ValueBoxDef that)static voidValueDefHelper. insert(Any a, ValueDef that)static voidValueDefSeqHelper. insert(Any a, ValueDef[] that)static voidValueDescriptionHelper. insert(Any a, ValueDescription that)static voidValueMemberDefHelper. insert(Any a, ValueMemberDef that)static voidValueMemberHelper. insert(Any a, ValueMember that)static voidValueMemberSeqHelper. insert(Any a, ValueMember[] that)static voidVersionSpecHelper. insert(Any a, java.lang.String that)static voidVisibilityHelper. insert(Any a, short that)static voidWCharSeqHelper. insert(Any a, char[] that)static voidWrongTransactionHelper. insert(Any a, WrongTransaction that)static voidWStringSeqHelper. insert(Any a, java.lang.String[] that)static voidWStringValueHelper. insert(Any a, java.lang.String that)abstract voidAny. insert_any(Any a)Inserts the givenAnyobject into thisAnyobject'svaluefield.voidDynAny. insert_any(Any value)Deprecated.Inserts the givenorg.omg.CORBA.Anyobject as the value for thisDynAnyobject.voidServerRequest. result(Any any)Deprecated.use the methodset_resultvoidDynArray. set_elements(Any[] value)Deprecated.Sets the value of thisDynArrayobject to the given array.voidDynSequence. set_elements(Any[] value)Deprecated.Sets the values of all elements in this sequence with the given array.voidServerRequest. set_exception(Any any)Throws anorg.omg.CORBA.NO_IMPLEMENTexception.abstract voidContext. set_one_value(java.lang.String propname, Any propvalue)Creates aNamedValueobject and adds it to thisContextobject.voidServerRequest. set_result(Any any)Throws anorg.omg.CORBA.NO_IMPLEMENTexception.void_ConstantDefStub. value(Any newValue)voidConstantDefOperations. value(Any newValue)voidConstantDefPOATie. value(Any newValue)static voidAnySeqHelper. write(OutputStream ostream, Any[] value)voidDataOutputStream. write_any(Any value)Writes the Any value to the output stream.voidDataOutputStream. write_any_array(Any[] seq, int offset, int length)Writes the array of IDL Anys from offset for length elements to the output stream.Constructors in org.omg.CORBA with parameters of type Any Constructor Description AnyHolder(Any initial)Constructs a newAnyHolderobject for the givenAnyobject.AnySeqHolder(Any[] initialValue)ConstantDescription(java.lang.String _name, java.lang.String _id, java.lang.String _defined_in, java.lang.String _version, TypeCode _type, Any _value)NameValuePair(java.lang.String __id, Any __value)Constructs aNameValuePairobject that associates the given name with the givenorg.omg.CORBA.Anyobject.UnionMember(java.lang.String __name, Any __label, TypeCode __type, IDLType __type_def)Constructs a newUnionMemberobject with its fields initialized to the given values.UnknownUserException(Any a)Constructs anUnknownUserExceptionobject that contains the givenAnyobject. -
Uses of Any in org.omg.CORBA.ContainedPackage
Fields in org.omg.CORBA.ContainedPackage declared as Any Modifier and Type Field Description AnyDescription. valueMethods in org.omg.CORBA.ContainedPackage with parameters of type Any Modifier and Type Method Description static DescriptionDescriptionHelper. extract(Any a)static voidDescriptionHelper. insert(Any a, Description that)Constructors in org.omg.CORBA.ContainedPackage with parameters of type Any Constructor Description Description(DefinitionKind _kind, Any _value) -
Uses of Any in org.omg.CORBA.ContainerPackage
Fields in org.omg.CORBA.ContainerPackage declared as Any Modifier and Type Field Description AnyDescription. valueMethods in org.omg.CORBA.ContainerPackage with parameters of type Any Modifier and Type Method Description static DescriptionDescriptionHelper. extract(Any a)static Description[]DescriptionSeqHelper. extract(Any a)static voidDescriptionHelper. insert(Any a, Description that)static voidDescriptionSeqHelper. insert(Any a, Description[] that)Constructors in org.omg.CORBA.ContainerPackage with parameters of type Any Constructor Description Description(Contained _contained_object, DefinitionKind _kind, Any _value) -
Uses of Any in org.omg.CORBA.InterfaceDefPackage
Methods in org.omg.CORBA.InterfaceDefPackage with parameters of type Any Modifier and Type Method Description static FullInterfaceDescriptionFullInterfaceDescriptionHelper. extract(Any a)static voidFullInterfaceDescriptionHelper. insert(Any a, FullInterfaceDescription that) -
Uses of Any in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that return Any Modifier and Type Method Description abstract AnyInputStream. read_any()Reads an Any from this input stream.Methods in org.omg.CORBA.portable with parameters of type Any Modifier and Type Method Description abstract voidOutputStream. write_any(Any value)Writes an Any on this output stream. -
Uses of Any in org.omg.CORBA.ValueDefPackage
Methods in org.omg.CORBA.ValueDefPackage with parameters of type Any Modifier and Type Method Description static FullValueDescriptionFullValueDescriptionHelper. extract(Any a)static voidFullValueDescriptionHelper. insert(Any a, FullValueDescription that) -
Uses of Any in org.omg.CosNaming
Methods in org.omg.CosNaming with parameters of type Any Modifier and Type Method Description static BindingBindingHelper. extract(Any a)static BindingIteratorBindingIteratorHelper. extract(Any a)static Binding[]BindingListHelper. extract(Any a)static BindingTypeBindingTypeHelper. extract(Any a)static java.lang.StringIstringHelper. extract(Any a)static NameComponentNameComponentHelper. extract(Any a)static NameComponent[]NameHelper. extract(Any a)static NamingContextExtNamingContextExtHelper. extract(Any a)static NamingContextNamingContextHelper. extract(Any a)static voidBindingHelper. insert(Any a, Binding that)static voidBindingIteratorHelper. insert(Any a, BindingIterator that)static voidBindingListHelper. insert(Any a, Binding[] that)static voidBindingTypeHelper. insert(Any a, BindingType that)static voidIstringHelper. insert(Any a, java.lang.String that)static voidNameComponentHelper. insert(Any a, NameComponent that)static voidNameHelper. insert(Any a, NameComponent[] that)static voidNamingContextExtHelper. insert(Any a, NamingContextExt that)static voidNamingContextHelper. insert(Any a, NamingContext that) -
Uses of Any in org.omg.CosNaming.NamingContextExtPackage
Methods in org.omg.CosNaming.NamingContextExtPackage with parameters of type Any Modifier and Type Method Description static java.lang.StringAddressHelper. extract(Any a)static InvalidAddressInvalidAddressHelper. extract(Any a)static java.lang.StringStringNameHelper. extract(Any a)static java.lang.StringURLStringHelper. extract(Any a)static voidAddressHelper. insert(Any a, java.lang.String that)static voidInvalidAddressHelper. insert(Any a, InvalidAddress that)static voidStringNameHelper. insert(Any a, java.lang.String that)static voidURLStringHelper. insert(Any a, java.lang.String that) -
Uses of Any in org.omg.CosNaming.NamingContextPackage
Methods in org.omg.CosNaming.NamingContextPackage with parameters of type Any Modifier and Type Method Description static AlreadyBoundAlreadyBoundHelper. extract(Any a)static CannotProceedCannotProceedHelper. extract(Any a)static InvalidNameInvalidNameHelper. extract(Any a)static NotEmptyNotEmptyHelper. extract(Any a)static NotFoundNotFoundHelper. extract(Any a)static NotFoundReasonNotFoundReasonHelper. extract(Any a)static voidAlreadyBoundHelper. insert(Any a, AlreadyBound that)static voidCannotProceedHelper. insert(Any a, CannotProceed that)static voidInvalidNameHelper. insert(Any a, InvalidName that)static voidNotEmptyHelper. insert(Any a, NotEmpty that)static voidNotFoundHelper. insert(Any a, NotFound that)static voidNotFoundReasonHelper. insert(Any a, NotFoundReason that) -
Uses of Any in org.omg.CosTransactions
Fields in org.omg.CosTransactions declared as Any Modifier and Type Field Description AnyPropagationContext. implementation_specific_dataMethods in org.omg.CosTransactions with parameters of type Any Modifier and Type Method Description static ControlControlHelper. extract(Any a)static CoordinatorCoordinatorHelper. extract(Any a)static CurrentCurrentHelper. extract(Any a)static HeuristicCommitHeuristicCommitHelper. extract(Any a)static HeuristicHazardHeuristicHazardHelper. extract(Any a)static HeuristicMixedHeuristicMixedHelper. extract(Any a)static HeuristicRollbackHeuristicRollbackHelper. extract(Any a)static InactiveInactiveHelper. extract(Any a)static InvalidControlInvalidControlHelper. extract(Any a)static InvocationPolicyInvocationPolicyHelper. extract(Any a)static shortInvocationPolicyValueHelper. extract(Any a)static NonTxTargetPolicyNonTxTargetPolicyHelper. extract(Any a)static shortNonTxTargetPolicyValueHelper. extract(Any a)static NotPreparedNotPreparedHelper. extract(Any a)static NoTransactionNoTransactionHelper. extract(Any a)static NotSubtransactionNotSubtransactionHelper. extract(Any a)static otid_totid_tHelper. extract(Any a)static OTSPolicyOTSPolicyHelper. extract(Any a)static shortOTSPolicyValueHelper. extract(Any a)static PropagationContextPropagationContextHelper. extract(Any a)static RecoveryCoordinatorRecoveryCoordinatorHelper. extract(Any a)static ResourceResourceHelper. extract(Any a)static StatusStatusHelper. extract(Any a)static SubtransactionAwareResourceSubtransactionAwareResourceHelper. extract(Any a)static SubtransactionsUnavailableSubtransactionsUnavailableHelper. extract(Any a)static SynchronizationSynchronizationHelper. extract(Any a)static SynchronizationUnavailableSynchronizationUnavailableHelper. extract(Any a)static TerminatorTerminatorHelper. extract(Any a)static TransactionalObjectTransactionalObjectHelper. extract(Any a)static TransactionFactoryTransactionFactoryHelper. extract(Any a)static TransIdentityTransIdentityHelper. extract(Any a)static UnavailableUnavailableHelper. extract(Any a)static VoteVoteHelper. extract(Any a)static voidControlHelper. insert(Any a, Control that)static voidCoordinatorHelper. insert(Any a, Coordinator that)static voidCurrentHelper. insert(Any a, Current that)static voidHeuristicCommitHelper. insert(Any a, HeuristicCommit that)static voidHeuristicHazardHelper. insert(Any a, HeuristicHazard that)static voidHeuristicMixedHelper. insert(Any a, HeuristicMixed that)static voidHeuristicRollbackHelper. insert(Any a, HeuristicRollback that)static voidInactiveHelper. insert(Any a, Inactive that)static voidInvalidControlHelper. insert(Any a, InvalidControl that)static voidInvocationPolicyHelper. insert(Any a, InvocationPolicy that)static voidInvocationPolicyValueHelper. insert(Any a, short that)static voidNonTxTargetPolicyHelper. insert(Any a, NonTxTargetPolicy that)static voidNonTxTargetPolicyValueHelper. insert(Any a, short that)static voidNotPreparedHelper. insert(Any a, NotPrepared that)static voidNoTransactionHelper. insert(Any a, NoTransaction that)static voidNotSubtransactionHelper. insert(Any a, NotSubtransaction that)static voidotid_tHelper. insert(Any a, otid_t that)static voidOTSPolicyHelper. insert(Any a, OTSPolicy that)static voidOTSPolicyValueHelper. insert(Any a, short that)static voidPropagationContextHelper. insert(Any a, PropagationContext that)static voidRecoveryCoordinatorHelper. insert(Any a, RecoveryCoordinator that)static voidResourceHelper. insert(Any a, Resource that)static voidStatusHelper. insert(Any a, Status that)static voidSubtransactionAwareResourceHelper. insert(Any a, SubtransactionAwareResource that)static voidSubtransactionsUnavailableHelper. insert(Any a, SubtransactionsUnavailable that)static voidSynchronizationHelper. insert(Any a, Synchronization that)static voidSynchronizationUnavailableHelper. insert(Any a, SynchronizationUnavailable that)static voidTerminatorHelper. insert(Any a, Terminator that)static voidTransactionalObjectHelper. insert(Any a, TransactionalObject that)static voidTransactionFactoryHelper. insert(Any a, TransactionFactory that)static voidTransIdentityHelper. insert(Any a, TransIdentity that)static voidUnavailableHelper. insert(Any a, Unavailable that)static voidVoteHelper. insert(Any a, Vote that)Constructors in org.omg.CosTransactions with parameters of type Any Constructor Description PropagationContext(int _timeout, TransIdentity _current, TransIdentity[] _parents, Any _implementation_specific_data) -
Uses of Any in org.omg.Dynamic
Fields in org.omg.Dynamic declared as Any Modifier and Type Field Description AnyParameter. argumentMethods in org.omg.Dynamic with parameters of type Any Modifier and Type Method Description static java.lang.String[]ContextListHelper. extract(Any a)static TypeCode[]ExceptionListHelper. extract(Any a)static ParameterParameterHelper. extract(Any a)static Parameter[]ParameterListHelper. extract(Any a)static java.lang.String[]RequestContextHelper. extract(Any a)static voidContextListHelper. insert(Any a, java.lang.String[] that)static voidExceptionListHelper. insert(Any a, TypeCode[] that)static voidParameterHelper. insert(Any a, Parameter that)static voidParameterListHelper. insert(Any a, Parameter[] that)static voidRequestContextHelper. insert(Any a, java.lang.String[] that)Constructors in org.omg.Dynamic with parameters of type Any Constructor Description Parameter(Any _argument, ParameterMode _mode) -
Uses of Any in org.omg.DynamicAny
Fields in org.omg.DynamicAny declared as Any Modifier and Type Field Description Any[]AnySeqHolder. valueAnyNameValuePair. valueThe Any value associated with the name.Methods in org.omg.DynamicAny that return Any Modifier and Type Method Description static Any[]AnySeqHelper. extract(Any a)Any_DynAnyStub. 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_DynEnumStub. 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_DynSequenceStub. 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_DynUnionStub. get_any()Extracts an Any value contained in the Any represented by this DynAny.Any_DynValueBoxStub. get_any()Extracts an Any value contained in the Any represented by this DynAny.Any_DynValueCommonStub. 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.AnyDynAnyOperations. get_any()Extracts an Any value contained in the Any represented by this DynAny.AnyDynAnyPOATie. get_any()Extracts an Any value contained in the Any represented by this DynAny.AnyDynArrayPOATie. get_any()Extracts an Any value contained in the Any represented by this DynAny.AnyDynEnumPOATie. get_any()Extracts an Any value contained in the Any represented by this DynAny.AnyDynFixedPOATie. get_any()Extracts an Any value contained in the Any represented by this DynAny.AnyDynSequencePOATie. get_any()Extracts an Any value contained in the Any represented by this DynAny.AnyDynStructPOATie. get_any()Extracts an Any value contained in the Any represented by this DynAny.AnyDynUnionPOATie. get_any()Extracts an Any value contained in the Any represented by this DynAny.AnyDynValueBoxPOATie. get_any()Extracts an Any value contained in the Any represented by this DynAny.AnyDynValueCommonPOATie. get_any()Extracts an Any value contained in the Any represented by this DynAny.AnyDynValuePOATie. get_any()Extracts an Any value contained in the Any represented by this DynAny.Any_DynValueBoxStub. get_boxed_value()Returns the boxed value as an Any.AnyDynValueBoxOperations. get_boxed_value()Returns the boxed value as an Any.AnyDynValueBoxPOATie. get_boxed_value()Returns the boxed value as an Any.Any[]_DynArrayStub. get_elements()Returns the elements of the DynArray.Any[]_DynSequenceStub. get_elements()Returns the elements of the sequence.Any[]DynArrayOperations. get_elements()Returns the elements of the DynArray.Any[]DynArrayPOATie. get_elements()Returns the elements of the DynArray.Any[]DynSequenceOperations. get_elements()Returns the elements of the sequence.Any[]DynSequencePOATie. get_elements()Returns the elements of the sequence.static Any[]AnySeqHelper. read(InputStream istream)Any_DynAnyStub. to_any()Creates an any value from a DynAny object.Any_DynArrayStub. to_any()Creates an any value from a DynAny object.Any_DynEnumStub. to_any()Creates an any value from a DynAny object.Any_DynFixedStub. to_any()Creates an any value from a DynAny object.Any_DynSequenceStub. to_any()Creates an any value from a DynAny object.Any_DynStructStub. to_any()Creates an any value from a DynAny object.Any_DynUnionStub. to_any()Creates an any value from a DynAny object.Any_DynValueBoxStub. to_any()Creates an any value from a DynAny object.Any_DynValueCommonStub. to_any()Creates an any value from a DynAny object.Any_DynValueStub. to_any()Creates an any value from a DynAny object.AnyDynAnyOperations. to_any()Creates an any value from a DynAny object.AnyDynAnyPOATie. to_any()Creates an any value from a DynAny object.AnyDynArrayPOATie. to_any()Creates an any value from a DynAny object.AnyDynEnumPOATie. to_any()Creates an any value from a DynAny object.AnyDynFixedPOATie. to_any()Creates an any value from a DynAny object.AnyDynSequencePOATie. to_any()Creates an any value from a DynAny object.AnyDynStructPOATie. to_any()Creates an any value from a DynAny object.AnyDynUnionPOATie. to_any()Creates an any value from a DynAny object.AnyDynValueBoxPOATie. to_any()Creates an any value from a DynAny object.AnyDynValueCommonPOATie. to_any()Creates an any value from a DynAny object.AnyDynValuePOATie. to_any()Creates an any value from a DynAny object.Methods in org.omg.DynamicAny with parameters of type Any Modifier and Type Method Description DynAny_DynAnyFactoryStub. create_dyn_any(Any value)Creates a new DynAny object from an any value.DynAnyDynAnyFactoryOperations. create_dyn_any(Any value)Creates a new DynAny object from an any value.DynAnyDynAnyFactoryPOATie. create_dyn_any(Any value)Creates a new DynAny object from an any value.static Any[]AnySeqHelper. extract(Any a)static DynAnyFactoryDynAnyFactoryHelper. extract(Any a)static DynAnyDynAnyHelper. extract(Any a)static DynAny[]DynAnySeqHelper. extract(Any a)static DynArrayDynArrayHelper. extract(Any a)static DynEnumDynEnumHelper. extract(Any a)static DynFixedDynFixedHelper. extract(Any a)static DynSequenceDynSequenceHelper. extract(Any a)static DynStructDynStructHelper. extract(Any a)static DynUnionDynUnionHelper. extract(Any a)static DynValueBoxDynValueBoxHelper. extract(Any a)static DynValueCommonDynValueCommonHelper. extract(Any a)static DynValueDynValueHelper. extract(Any a)static java.lang.StringFieldNameHelper. extract(Any a)static NameDynAnyPairNameDynAnyPairHelper. extract(Any a)static NameDynAnyPair[]NameDynAnyPairSeqHelper. extract(Any a)static NameValuePairNameValuePairHelper. extract(Any a)static NameValuePair[]NameValuePairSeqHelper. extract(Any a)void_DynAnyStub. 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_DynEnumStub. 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_DynSequenceStub. 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_DynUnionStub. from_any(Any value)Initializes the value associated with a DynAny object with the value contained in an any.void_DynValueBoxStub. from_any(Any value)Initializes the value associated with a DynAny object with the value contained in an any.void_DynValueCommonStub. 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.voidDynAnyOperations. from_any(Any value)Initializes the value associated with a DynAny object with the value contained in an any.voidDynAnyPOATie. from_any(Any value)Initializes the value associated with a DynAny object with the value contained in an any.voidDynArrayPOATie. from_any(Any value)Initializes the value associated with a DynAny object with the value contained in an any.voidDynEnumPOATie. from_any(Any value)Initializes the value associated with a DynAny object with the value contained in an any.voidDynFixedPOATie. from_any(Any value)Initializes the value associated with a DynAny object with the value contained in an any.voidDynSequencePOATie. from_any(Any value)Initializes the value associated with a DynAny object with the value contained in an any.voidDynStructPOATie. from_any(Any value)Initializes the value associated with a DynAny object with the value contained in an any.voidDynUnionPOATie. from_any(Any value)Initializes the value associated with a DynAny object with the value contained in an any.voidDynValueBoxPOATie. from_any(Any value)Initializes the value associated with a DynAny object with the value contained in an any.voidDynValueCommonPOATie. from_any(Any value)Initializes the value associated with a DynAny object with the value contained in an any.voidDynValuePOATie. from_any(Any value)Initializes the value associated with a DynAny object with the value contained in an any.static voidAnySeqHelper. insert(Any a, Any[] that)static voidDynAnyFactoryHelper. insert(Any a, DynAnyFactory that)static voidDynAnyHelper. insert(Any a, DynAny that)static voidDynAnySeqHelper. insert(Any a, DynAny[] that)static voidDynArrayHelper. insert(Any a, DynArray that)static voidDynEnumHelper. insert(Any a, DynEnum that)static voidDynFixedHelper. insert(Any a, DynFixed that)static voidDynSequenceHelper. insert(Any a, DynSequence that)static voidDynStructHelper. insert(Any a, DynStruct that)static voidDynUnionHelper. insert(Any a, DynUnion that)static voidDynValueBoxHelper. insert(Any a, DynValueBox that)static voidDynValueCommonHelper. insert(Any a, DynValueCommon that)static voidDynValueHelper. insert(Any a, DynValue that)static voidFieldNameHelper. insert(Any a, java.lang.String that)static voidNameDynAnyPairHelper. insert(Any a, NameDynAnyPair that)static voidNameDynAnyPairSeqHelper. insert(Any a, NameDynAnyPair[] that)static voidNameValuePairHelper. insert(Any a, NameValuePair that)static voidNameValuePairSeqHelper. insert(Any a, NameValuePair[] that)void_DynAnyStub. 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_DynEnumStub. 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_DynSequenceStub. 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_DynUnionStub. insert_any(Any value)Inserts an Any value into the Any represented by this DynAny.void_DynValueBoxStub. insert_any(Any value)Inserts an Any value into the Any represented by this DynAny.void_DynValueCommonStub. 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.voidDynAnyOperations. insert_any(Any value)Inserts an Any value into the Any represented by this DynAny.voidDynAnyPOATie. insert_any(Any value)Inserts an Any value into the Any represented by this DynAny.voidDynArrayPOATie. insert_any(Any value)Inserts an Any value into the Any represented by this DynAny.voidDynEnumPOATie. insert_any(Any value)Inserts an Any value into the Any represented by this DynAny.voidDynFixedPOATie. insert_any(Any value)Inserts an Any value into the Any represented by this DynAny.voidDynSequencePOATie. insert_any(Any value)Inserts an Any value into the Any represented by this DynAny.voidDynStructPOATie. insert_any(Any value)Inserts an Any value into the Any represented by this DynAny.voidDynUnionPOATie. insert_any(Any value)Inserts an Any value into the Any represented by this DynAny.voidDynValueBoxPOATie. insert_any(Any value)Inserts an Any value into the Any represented by this DynAny.voidDynValueCommonPOATie. insert_any(Any value)Inserts an Any value into the Any represented by this DynAny.voidDynValuePOATie. insert_any(Any value)Inserts an Any value into the Any represented by this DynAny.void_DynValueBoxStub. set_boxed_value(Any boxed)Replaces the boxed value with the specified value.voidDynValueBoxOperations. set_boxed_value(Any boxed)Replaces the boxed value with the specified value.voidDynValueBoxPOATie. set_boxed_value(Any boxed)Replaces the boxed value with the specified value.void_DynArrayStub. set_elements(Any[] value)Sets the DynArray to contain the passed elements.void_DynSequenceStub. set_elements(Any[] value)Sets the elements of a sequence.voidDynArrayOperations. set_elements(Any[] value)Sets the DynArray to contain the passed elements.voidDynArrayPOATie. set_elements(Any[] value)Sets the DynArray to contain the passed elements.voidDynSequenceOperations. set_elements(Any[] value)Sets the elements of a sequence.voidDynSequencePOATie. set_elements(Any[] value)Sets the elements of a sequence.static voidAnySeqHelper. write(OutputStream ostream, Any[] value)Constructors in org.omg.DynamicAny with parameters of type Any Constructor Description AnySeqHolder(Any[] initialValue)NameValuePair(java.lang.String _id, Any _value) -
Uses of Any in org.omg.DynamicAny.DynAnyFactoryPackage
Methods in org.omg.DynamicAny.DynAnyFactoryPackage with parameters of type Any Modifier and Type Method Description static InconsistentTypeCodeInconsistentTypeCodeHelper. extract(Any a)static voidInconsistentTypeCodeHelper. insert(Any a, InconsistentTypeCode that) -
Uses of Any in org.omg.DynamicAny.DynAnyPackage
Methods in org.omg.DynamicAny.DynAnyPackage with parameters of type Any Modifier and Type Method Description static InvalidValueInvalidValueHelper. extract(Any a)static TypeMismatchTypeMismatchHelper. extract(Any a)static voidInvalidValueHelper. insert(Any a, InvalidValue that)static voidTypeMismatchHelper. insert(Any a, TypeMismatch that) -
Uses of Any in org.omg.IOP
Methods in org.omg.IOP that return Any Modifier and Type Method Description AnyCodecOperations. decode(byte[] data)Decodes the given byte array into an Any based on the encoding format effective for thisCodec.AnyCodecOperations. decode_value(byte[] data, TypeCode tc)Decodes the given byte array into an Any based on the givenTypeCodeand the encoding format effective for thisCodec.Methods in org.omg.IOP with parameters of type Any Modifier and Type Method Description byte[]CodecOperations. encode(Any data)Converts the given any into a byte array based on the encoding format effective for thisCodec.byte[]CodecOperations. encode_value(Any data)Converts the given any into a byte array based on the encoding format effective for this Codec.static CodecFactoryCodecFactoryHelper. extract(Any a)static CodecCodecHelper. extract(Any a)static intComponentIdHelper. extract(Any a)static shortEncodingFormatHelper. extract(Any a)static EncodingEncodingHelper. extract(Any a)static IORIORHelper. extract(Any a)static TaggedComponent[]MultipleComponentProfileHelper. extract(Any a)static intProfileIdHelper. extract(Any a)static ServiceContextServiceContextHelper. extract(Any a)static ServiceContext[]ServiceContextListHelper. extract(Any a)static intServiceIdHelper. extract(Any a)static TaggedComponentTaggedComponentHelper. extract(Any a)static TaggedComponent[]TaggedComponentSeqHelper. extract(Any a)static TaggedProfileTaggedProfileHelper. extract(Any a)static voidCodecFactoryHelper. insert(Any a, CodecFactory that)static voidCodecHelper. insert(Any a, Codec that)static voidComponentIdHelper. insert(Any a, int that)static voidEncodingFormatHelper. insert(Any a, short that)static voidEncodingHelper. insert(Any a, Encoding that)static voidIORHelper. insert(Any a, IOR that)static voidMultipleComponentProfileHelper. insert(Any a, TaggedComponent[] that)static voidProfileIdHelper. insert(Any a, int that)static voidServiceContextHelper. insert(Any a, ServiceContext that)static voidServiceContextListHelper. insert(Any a, ServiceContext[] that)static voidServiceIdHelper. insert(Any a, int that)static voidTaggedComponentHelper. insert(Any a, TaggedComponent that)static voidTaggedComponentSeqHelper. insert(Any a, TaggedComponent[] that)static voidTaggedProfileHelper. insert(Any a, TaggedProfile that) -
Uses of Any in org.omg.IOP.CodecFactoryPackage
Methods in org.omg.IOP.CodecFactoryPackage with parameters of type Any Modifier and Type Method Description static UnknownEncodingUnknownEncodingHelper. extract(Any a)static voidUnknownEncodingHelper. insert(Any a, UnknownEncoding that) -
Uses of Any in org.omg.IOP.CodecPackage
Methods in org.omg.IOP.CodecPackage with parameters of type Any Modifier and Type Method Description static FormatMismatchFormatMismatchHelper. extract(Any a)static InvalidTypeForEncodingInvalidTypeForEncodingHelper. extract(Any a)static TypeMismatchTypeMismatchHelper. extract(Any a)static voidFormatMismatchHelper. insert(Any a, FormatMismatch that)static voidInvalidTypeForEncodingHelper. insert(Any a, InvalidTypeForEncoding that)static voidTypeMismatchHelper. insert(Any a, TypeMismatch that) -
Uses of Any in org.omg.Messaging
Methods in org.omg.Messaging with parameters of type Any Modifier and Type Method Description static MaxHopsPolicyMaxHopsPolicyHelper. extract(Any a)static shortOrderingHelper. extract(Any a)static PolicyValuePolicyValueHelper. extract(Any a)static PolicyValue[]PolicyValueSeqHelper. extract(Any a)static shortPriorityHelper. extract(Any a)static PriorityRangePriorityRangeHelper. extract(Any a)static QueueOrderPolicyQueueOrderPolicyHelper. extract(Any a)static shortRebindModeHelper. extract(Any a)static RebindPolicyRebindPolicyHelper. extract(Any a)static RelativeRequestTimeoutPolicyRelativeRequestTimeoutPolicyHelper. extract(Any a)static RelativeRoundtripTimeoutPolicyRelativeRoundtripTimeoutPolicyHelper. extract(Any a)static ReplyEndTimePolicyReplyEndTimePolicyHelper. extract(Any a)static ReplyPriorityPolicyReplyPriorityPolicyHelper. extract(Any a)static ReplyStartTimePolicyReplyStartTimePolicyHelper. extract(Any a)static RequestEndTimePolicyRequestEndTimePolicyHelper. extract(Any a)static RequestPriorityPolicyRequestPriorityPolicyHelper. extract(Any a)static RequestStartTimePolicyRequestStartTimePolicyHelper. extract(Any a)static RoutingPolicyRoutingPolicyHelper. extract(Any a)static shortRoutingTypeHelper. extract(Any a)static RoutingTypeRangeRoutingTypeRangeHelper. extract(Any a)static shortSyncScopeHelper. extract(Any a)static SyncScopePolicySyncScopePolicyHelper. extract(Any a)static voidMaxHopsPolicyHelper. insert(Any a, MaxHopsPolicy that)static voidOrderingHelper. insert(Any a, short that)static voidPolicyValueHelper. insert(Any a, PolicyValue that)static voidPolicyValueSeqHelper. insert(Any a, PolicyValue[] that)static voidPriorityHelper. insert(Any a, short that)static voidPriorityRangeHelper. insert(Any a, PriorityRange that)static voidQueueOrderPolicyHelper. insert(Any a, QueueOrderPolicy that)static voidRebindModeHelper. insert(Any a, short that)static voidRebindPolicyHelper. insert(Any a, RebindPolicy that)static voidRelativeRequestTimeoutPolicyHelper. insert(Any a, RelativeRequestTimeoutPolicy that)static voidRelativeRoundtripTimeoutPolicyHelper. insert(Any a, RelativeRoundtripTimeoutPolicy that)static voidReplyEndTimePolicyHelper. insert(Any a, ReplyEndTimePolicy that)static voidReplyPriorityPolicyHelper. insert(Any a, ReplyPriorityPolicy that)static voidReplyStartTimePolicyHelper. insert(Any a, ReplyStartTimePolicy that)static voidRequestEndTimePolicyHelper. insert(Any a, RequestEndTimePolicy that)static voidRequestPriorityPolicyHelper. insert(Any a, RequestPriorityPolicy that)static voidRequestStartTimePolicyHelper. insert(Any a, RequestStartTimePolicy that)static voidRoutingPolicyHelper. insert(Any a, RoutingPolicy that)static voidRoutingTypeHelper. insert(Any a, short that)static voidRoutingTypeRangeHelper. insert(Any a, RoutingTypeRange that)static voidSyncScopeHelper. insert(Any a, short that)static voidSyncScopePolicyHelper. insert(Any a, SyncScopePolicy that) -
Uses of Any in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that return Any Modifier and Type Method Description AnyCurrentOperations. get_slot(int id)Retrieves the slot data the application set in PICurrent viaget_slot.AnyRequestInfoOperations. get_slot(int id)Returns the data from the given slot of thePortableInterceptor.Currentthat is in the scope of the request.AnyClientRequestInfoOperations. received_exception()Returns an any which contains the exception to be returned to the client.AnyRequestInfoOperations. result()Returns an any containing the result of the operation invocation.AnyServerRequestInfoOperations. 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 Modifier and Type Method Description PolicyPolicyFactoryOperations. create_policy(int type, Any value)Returns an instance of the appropriate interface derived fromCORBA.Policywhose value corresponds to the specified any.static intAdapterManagerIdHelper. extract(Any a)static java.lang.String[]AdapterNameHelper. extract(Any a)static shortAdapterStateHelper. extract(Any a)static ClientRequestInfoClientRequestInfoHelper. extract(Any a)static ClientRequestInterceptorClientRequestInterceptorHelper. extract(Any a)static CurrentCurrentHelper. extract(Any a)static ForwardRequestForwardRequestHelper. extract(Any a)static InterceptorInterceptorHelper. extract(Any a)static InvalidSlotInvalidSlotHelper. extract(Any a)static IORInfoIORInfoHelper. extract(Any a)static IORInterceptor_3_0IORInterceptor_3_0Helper. extract(Any a)static IORInterceptorIORInterceptorHelper. extract(Any a)static byte[]ObjectIdHelper. extract(Any a)static ObjectReferenceFactoryObjectReferenceFactoryHelper. extract(Any a)static ObjectReferenceTemplateObjectReferenceTemplateHelper. extract(Any a)static ObjectReferenceTemplate[]ObjectReferenceTemplateSeqHelper. extract(Any a)static java.lang.StringORBIdHelper. extract(Any a)static ORBInitializerORBInitializerHelper. extract(Any a)static ORBInitInfoORBInitInfoHelper. extract(Any a)static PolicyFactoryPolicyFactoryHelper. extract(Any a)static shortReplyStatusHelper. extract(Any a)static RequestInfoRequestInfoHelper. extract(Any a)static java.lang.StringServerIdHelper. extract(Any a)static ServerRequestInfoServerRequestInfoHelper. extract(Any a)static ServerRequestInterceptorServerRequestInterceptorHelper. extract(Any a)static intSlotIdHelper. extract(Any a)static voidAdapterManagerIdHelper. insert(Any a, int that)static voidAdapterNameHelper. insert(Any a, java.lang.String[] that)static voidAdapterStateHelper. insert(Any a, short that)static voidClientRequestInfoHelper. insert(Any a, ClientRequestInfo that)static voidClientRequestInterceptorHelper. insert(Any a, ClientRequestInterceptor that)static voidCurrentHelper. insert(Any a, Current that)static voidForwardRequestHelper. insert(Any a, ForwardRequest that)static voidInterceptorHelper. insert(Any a, Interceptor that)static voidInvalidSlotHelper. insert(Any a, InvalidSlot that)static voidIORInfoHelper. insert(Any a, IORInfo that)static voidIORInterceptor_3_0Helper. insert(Any a, IORInterceptor_3_0 that)static voidIORInterceptorHelper. insert(Any a, IORInterceptor that)static voidObjectIdHelper. insert(Any a, byte[] that)static voidObjectReferenceFactoryHelper. insert(Any a, ObjectReferenceFactory that)static voidObjectReferenceTemplateHelper. insert(Any a, ObjectReferenceTemplate that)static voidObjectReferenceTemplateSeqHelper. insert(Any a, ObjectReferenceTemplate[] that)static voidORBIdHelper. insert(Any a, java.lang.String that)static voidORBInitializerHelper. insert(Any a, ORBInitializer that)static voidORBInitInfoHelper. insert(Any a, ORBInitInfo that)static voidPolicyFactoryHelper. insert(Any a, PolicyFactory that)static voidReplyStatusHelper. insert(Any a, short that)static voidRequestInfoHelper. insert(Any a, RequestInfo that)static voidServerIdHelper. insert(Any a, java.lang.String that)static voidServerRequestInfoHelper. insert(Any a, ServerRequestInfo that)static voidServerRequestInterceptorHelper. insert(Any a, ServerRequestInterceptor that)static voidSlotIdHelper. insert(Any a, int that)voidCurrentOperations. set_slot(int id, Any data)Sets data in a slot.voidServerRequestInfoOperations. set_slot(int id, Any data)Allows an Interceptor to set a slot in thePortableInterceptor.Currentthat is in the scope of the request. -
Uses of Any in org.omg.PortableInterceptor.ORBInitInfoPackage
Methods in org.omg.PortableInterceptor.ORBInitInfoPackage with parameters of type Any Modifier and Type Method Description static DuplicateNameDuplicateNameHelper. extract(Any a)static InvalidNameInvalidNameHelper. extract(Any a)static java.lang.StringObjectIdHelper. extract(Any a)static voidDuplicateNameHelper. insert(Any a, DuplicateName that)static voidInvalidNameHelper. insert(Any a, InvalidName that)static voidObjectIdHelper. insert(Any a, java.lang.String that) -
Uses of Any in org.omg.PortableServer
Methods in org.omg.PortableServer with parameters of type Any Modifier and Type Method Description static ForwardRequestForwardRequestHelper. extract(Any a)static IdAssignmentPolicyValueIdAssignmentPolicyValueHelper. extract(Any a)static IdUniquenessPolicyValueIdUniquenessPolicyValueHelper. extract(Any a)static ImplicitActivationPolicyValueImplicitActivationPolicyValueHelper. extract(Any a)static LifespanPolicyValueLifespanPolicyValueHelper. extract(Any a)static byte[]ObjectIdHelper. extract(Any a)static POAPOAHelper. extract(Any a)static POA[]POAListHelper. extract(Any a)static RequestProcessingPolicyValueRequestProcessingPolicyValueHelper. extract(Any a)static ServantActivatorServantActivatorHelper. extract(Any a)static ServantLocatorServantLocatorHelper. extract(Any a)static ServantRetentionPolicyValueServantRetentionPolicyValueHelper. extract(Any a)static ThreadPolicyValueThreadPolicyValueHelper. extract(Any a)static voidForwardRequestHelper. insert(Any a, ForwardRequest that)static voidIdAssignmentPolicyValueHelper. insert(Any a, IdAssignmentPolicyValue that)static voidIdUniquenessPolicyValueHelper. insert(Any a, IdUniquenessPolicyValue that)static voidImplicitActivationPolicyValueHelper. insert(Any a, ImplicitActivationPolicyValue that)static voidLifespanPolicyValueHelper. insert(Any a, LifespanPolicyValue that)static voidObjectIdHelper. insert(Any a, byte[] that)static voidPOAHelper. insert(Any a, POA that)static voidPOAListHelper. insert(Any a, POA[] that)static voidRequestProcessingPolicyValueHelper. insert(Any a, RequestProcessingPolicyValue that)static voidServantActivatorHelper. insert(Any a, ServantActivator that)static voidServantLocatorHelper. insert(Any a, ServantLocator that)static voidServantRetentionPolicyValueHelper. insert(Any a, ServantRetentionPolicyValue that)static voidThreadPolicyValueHelper. insert(Any a, ThreadPolicyValue that) -
Uses of Any in org.omg.PortableServer.CurrentPackage
Methods in org.omg.PortableServer.CurrentPackage with parameters of type Any Modifier and Type Method Description static NoContextNoContextHelper. extract(Any a)static voidNoContextHelper. insert(Any a, NoContext that) -
Uses of Any in org.omg.PortableServer.POAManagerPackage
Methods in org.omg.PortableServer.POAManagerPackage with parameters of type Any Modifier and Type Method Description static AdapterInactiveAdapterInactiveHelper. extract(Any a)static StateStateHelper. extract(Any a)static voidAdapterInactiveHelper. insert(Any a, AdapterInactive that)static voidStateHelper. insert(Any a, State that) -
Uses of Any in org.omg.PortableServer.POAPackage
Methods in org.omg.PortableServer.POAPackage with parameters of type Any Modifier and Type Method Description static AdapterAlreadyExistsAdapterAlreadyExistsHelper. extract(Any a)static AdapterNonExistentAdapterNonExistentHelper. extract(Any a)static InvalidPolicyInvalidPolicyHelper. extract(Any a)static NoServantNoServantHelper. extract(Any a)static ObjectAlreadyActiveObjectAlreadyActiveHelper. extract(Any a)static ObjectNotActiveObjectNotActiveHelper. extract(Any a)static ServantAlreadyActiveServantAlreadyActiveHelper. extract(Any a)static ServantNotActiveServantNotActiveHelper. extract(Any a)static WrongAdapterWrongAdapterHelper. extract(Any a)static WrongPolicyWrongPolicyHelper. extract(Any a)static voidAdapterAlreadyExistsHelper. insert(Any a, AdapterAlreadyExists that)static voidAdapterNonExistentHelper. insert(Any a, AdapterNonExistent that)static voidInvalidPolicyHelper. insert(Any a, InvalidPolicy that)static voidNoServantHelper. insert(Any a, NoServant that)static voidObjectAlreadyActiveHelper. insert(Any a, ObjectAlreadyActive that)static voidObjectNotActiveHelper. insert(Any a, ObjectNotActive that)static voidServantAlreadyActiveHelper. insert(Any a, ServantAlreadyActive that)static voidServantNotActiveHelper. insert(Any a, ServantNotActive that)static voidWrongAdapterHelper. insert(Any a, WrongAdapter that)static voidWrongPolicyHelper. insert(Any a, WrongPolicy that) -
Uses of Any in org.omg.SendingContext
Methods in org.omg.SendingContext with parameters of type Any Modifier and Type Method Description static CodeBaseCodeBaseHelper. extract(Any a)static RunTimeRunTimeHelper. extract(Any a)static voidCodeBaseHelper. insert(Any a, CodeBase that)static voidRunTimeHelper. insert(Any a, RunTime that) -
Uses of Any in org.omg.SendingContext.CodeBasePackage
Methods in org.omg.SendingContext.CodeBasePackage with parameters of type Any Modifier and Type Method Description static java.lang.StringURLHelper. extract(Any a)static java.lang.String[]URLSeqHelper. extract(Any a)static FullValueDescription[]ValueDescSeqHelper. extract(Any a)static voidURLHelper. insert(Any a, java.lang.String that)static voidURLSeqHelper. insert(Any a, java.lang.String[] that)static voidValueDescSeqHelper. insert(Any a, FullValueDescription[] that) -
Uses of Any in org.omg.TimeBase
Methods in org.omg.TimeBase with parameters of type Any Modifier and Type Method Description static longInaccuracyTHelper. extract(Any a)static IntervalTIntervalTHelper. extract(Any a)static shortTdfTHelper. extract(Any a)static longTimeTHelper. extract(Any a)static UtcTUtcTHelper. extract(Any a)static voidInaccuracyTHelper. insert(Any a, long that)static voidIntervalTHelper. insert(Any a, IntervalT that)static voidTdfTHelper. insert(Any a, short that)static voidTimeTHelper. insert(Any a, long that)static voidUtcTHelper. insert(Any a, UtcT that)
-