Uses of Class
org.omg.CORBA.Any
Packages that use Any
Package
Description
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).
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.
-
Uses of Any in com.sun.corba.ee.impl.corba
Subclasses of Any in com.sun.corba.ee.impl.corbaFields in com.sun.corba.ee.impl.corba declared as AnyModifier and TypeFieldDescriptionprivate AnyServerRequestImpl._exceptionprivate AnyServerRequestImpl._resultAnyprivate AnyNamedValueImpl._valueMethods in com.sun.corba.ee.impl.corba that return AnyModifier and TypeMethodDescriptionRequestImpl.add_in_arg()RequestImpl.add_inout_arg()RequestImpl.add_named_in_arg(String name) RequestImpl.add_named_inout_arg(String name) RequestImpl.add_named_out_arg(String name) RequestImpl.add_out_arg()ServerRequestImpl.checkResultCalled()This is called from the ORB after the DynamicImplementation.invoke returns.static AnyAnyImpl.extract_any()See the description of the general Any operations.static AnyAnyImpl.extractAnyFromStream(TypeCode memberType, InputStream input, ORB orb) TypeCodeImpl.member_label(int index) static AnyAnyImplHelper.read(InputStream istream) RequestImpl.return_value()NamedValueImpl.value()Methods in com.sun.corba.ee.impl.corba with parameters of type AnyModifier and TypeMethodDescription(package private) intTypeCodeImpl.currentUnionMemberIndex(Any discriminatorValue) booleanchecks for equality between Anys.static Anystatic TypeCodestatic voidstatic voidvoidAnyImpl.insert_any(Any a) See the description of the general Any operations.voidServerRequestImpl.set_exception(Any exc) voidContextImpl.set_one_value(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 -
Uses of Any in com.sun.corba.ee.impl.dynamicany
Fields in com.sun.corba.ee.impl.dynamicany declared as AnyModifier and TypeFieldDescriptionprotected AnyDynAnyImpl.any(package private) Any[]DynAnyCollectionImpl.anysMethods in com.sun.corba.ee.impl.dynamicany that return AnyModifier and TypeMethodDescription(package private) static Any(package private) static AnyDynAnyUtil.createDefaultAnyOfType(TypeCode typeCode, ORB orb) (package private) static AnyDynAnyUtil.extractAnyFromStream(TypeCode memberType, InputStream input, ORB orb) DynAnyBasicImpl.get_any()DynAnyConstructedImpl.get_any()DynValueBoxImpl.get_boxed_value()Any[]DynAnyCollectionImpl.get_elements()protected AnyDynAnyImpl.getAny()protected Anyprivate AnyDynUnionImpl.memberLabel(int i) DynAnyBasicImpl.to_any()DynAnyConstructedImpl.to_any()abstract AnyDynAnyImpl.to_any()Methods in com.sun.corba.ee.impl.dynamicany with parameters of type AnyModifier and TypeMethodDescriptionprivate voidDynAnyComplexImpl.addComponent(int i, String memberName, Any memberAny, DynAny memberDynAny) (package private) static AnyDynAnyFactoryImpl.create_dyn_any(Any any) (package private) static DynAnyDynAnyUtil.createMostDerivedDynAny(Any any, ORB orb, boolean copyValue) private intDynUnionImpl.currentUnionMemberIndex(Any discriminatorValue) voidvoidvoidvoidDynAnyBasicImpl.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 AnyModifierConstructorDescriptionprotectedDynAnyBasicImpl(ORB orb, Any any, boolean copyValue) protectedDynAnyCollectionImpl(ORB orb, Any any, boolean copyValue) protectedDynAnyComplexImpl(ORB orb, Any any, boolean copyValue) protectedDynAnyConstructedImpl(ORB orb, Any any, boolean copyValue) protectedDynAnyImpl(ORB orb, Any any, boolean copyValue) protectedDynArrayImpl(ORB orb, Any any, boolean copyValue) protectedDynEnumImpl(ORB orb, Any anAny, boolean copyValue) protectedDynFixedImpl(ORB orb, Any any, boolean copyValue) protectedDynSequenceImpl(ORB orb, Any any, boolean copyValue) protectedDynStructImpl(ORB orb, Any any, boolean copyValue) protectedDynUnionImpl(ORB orb, Any any, boolean copyValue) protectedDynValueBoxImpl(ORB orb, Any any, boolean copyValue) protectedDynValueCommonImpl(ORB orb, Any any, boolean copyValue) protectedDynValueImpl(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 AnyModifier and TypeMethodDescriptionfinal AnyCDRInputObject.read_any()CDRInputStream_1_0.read_any()abstract AnyCDRInputStreamBase.read_any()MarshalInputStream.read_any()WrapperInputStream.read_any()Methods in com.sun.corba.ee.impl.encoding with parameters of type AnyModifier and TypeMethodDescriptionfinal voidCDRInputStream_1_0.read_any_array(Any[] value, int offset, int length) final voidvoidabstract voidvoidfinal voidCDROutputObject.write_any_array(Any[] seq, int offset, int length) final 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 AnyModifier and TypeFieldDescriptionprivate 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 AnyModifier and TypeMethodDescriptionCDREncapsCodec.decode(byte[] data) Decode the given octet sequence into an any based on a CDR encapsulated octet sequence.CDREncapsCodec.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(Exception exception) Utility to wrap the given Exception in an Any object and return it.PICurrent.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.RequestInfoImpl.get_slot(int id) Returns the data from the given slot of the PortableInterceptor::Current that is in the scope of the request.SlotTable.get_slot(int id) This method get the slot data for the given slot id (index).ClientRequestInfoImpl.received_exception()Contains the exception to be returned to the client.ClientRequestInfoImpl.result()See RequestInfoImpl for javadoc.abstract AnyRequestInfoImpl.result()This method returns the result from the invoked DII operation.ServerRequestInfoImpl.result()See ServerRequestInfo for javadocs.ServerRequestInfoImpl.sending_exception()Any containing the exception to be returned to the client.Methods in com.sun.corba.ee.impl.interceptors with parameters of type AnyModifier and TypeMethodDescriptionPIHandlerImpl.create_policy(int type, Any val) This is the implementation of standard API defined in org.omg.CORBA.ORB class.PINoOpHandlerImpl.create_policy(int type, Any val) byte[]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.voidThis method sets the slot data at the given slot id (index) in the Slot Table which is on the top of the SlotTableStack.voidAllows an Interceptor to set a slot in the Current that is in the scope of the request.voidThis 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 AnyModifier and TypeMethodDescriptionprivate TypeCodeUtil.createTypeCode(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 AnyModifier and TypeMethodDescriptionstatic 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 AnyMethods in com.sun.corba.ee.impl.orb with parameters of type AnyModifier and TypeMethodDescriptionORBImpl.create_named_value(String s, Any any, int flags) Create a NamedValueORBSingleton.create_named_value(String s, Any any, int flags) ORBImpl.create_policy(int type, Any val) ORBSingleton.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 AnyModifier and TypeMethodDescriptionprotected 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 AnyModifier and TypeMethodDescriptionstatic shortstatic IORAddressingInfostatic TargetAddressstatic voidstatic 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 AnyModifier and TypeMethodDescriptionstatic byte[]static AuthorizationElementstatic intstatic AuthorizationElement[]static CompleteEstablishContextstatic ContextErrorstatic longstatic EstablishContextstatic byte[]static byte[][]static byte[]static byte[]static IdentityTokenstatic intstatic MessageInContextstatic shortstatic byte[]static byte[][]static SASContextBodystatic Stringstatic byte[]static byte[]static byte[]static voidstatic voidAuthorizationElementHelper.insert(Any a, AuthorizationElement that) static voidstatic voidAuthorizationTokenHelper.insert(Any a, AuthorizationElement[] that) static voidCompleteEstablishContextHelper.insert(Any a, CompleteEstablishContext that) static voidContextErrorHelper.insert(Any a, ContextError that) static voidstatic voidEstablishContextHelper.insert(Any a, EstablishContext that) static voidstatic voidstatic voidstatic voidstatic voidIdentityTokenHelper.insert(Any a, IdentityToken that) static voidstatic voidMessageInContextHelper.insert(Any a, MessageInContext that) static voidstatic voidstatic voidstatic voidSASContextBodyHelper.insert(Any a, SASContextBody that) static voidstatic voidstatic voidstatic void -
Uses of Any in com.sun.corba.ee.org.omg.CSIIOP
Methods in com.sun.corba.ee.org.omg.CSIIOP with parameters of type AnyModifier and TypeMethodDescriptionstatic AS_ContextSecstatic shortstatic CompoundSecMech[]static CompoundSecMechstatic CompoundSecMechListstatic SAS_ContextSecstatic SECIOP_SEC_TRANSstatic ServiceConfigurationstatic ServiceConfiguration[]static intstatic byte[]static TLS_SEC_TRANSstatic TransportAddressstatic TransportAddress[]static voidAS_ContextSecHelper.insert(Any a, AS_ContextSec that) static voidstatic 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 voidstatic voidstatic 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 AnyModifier and TypeMethodDescriptionstatic intstatic ErrorTokenstatic InitialContextTokenstatic voidstatic 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 AnyModifier and TypeMethodDescriptionPIHandler.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 AnyModifier and TypeMethodDescriptionstatic AttributeDescription[]static AttributeDescriptionstatic AttributeModestatic Stringstatic String[]static DefinitionKindstatic ExceptionDescription[]static ExceptionDescriptionstatic Stringstatic IDLTypestatic Initializerstatic Initializer[]static OperationDescription[]static OperationDescriptionstatic OperationModestatic ParameterDescriptionstatic ParameterModestatic ParameterDescription[]static Repositorystatic Stringstatic String[]static StructMemberstatic StructMember[]static ValueMemberstatic ValueMember[]static Stringstatic shortstatic voidAttrDescriptionSeqHelper.insert(Any a, AttributeDescription[] that) static voidAttributeDescriptionHelper.insert(Any a, AttributeDescription that) static voidAttributeModeHelper.insert(Any a, AttributeMode that) static voidstatic voidstatic voidDefinitionKindHelper.insert(Any a, DefinitionKind that) static voidExcDescriptionSeqHelper.insert(Any a, ExceptionDescription[] that) static voidExceptionDescriptionHelper.insert(Any a, ExceptionDescription that) static voidstatic voidstatic 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 voidstatic voidstatic 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 voidstatic void -
Uses of Any in com.sun.org.omg.CORBA.ValueDefPackage
Methods in com.sun.org.omg.CORBA.ValueDefPackage with parameters of type AnyModifier and TypeMethodDescriptionstatic FullValueDescriptionstatic 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 -
Uses of Any in com.sun.org.omg.SendingContext.CodeBasePackage
Methods in com.sun.org.omg.SendingContext.CodeBasePackage with parameters of type AnyModifier and TypeMethodDescriptionstatic Stringstatic String[]static FullValueDescription[]static voidstatic voidstatic voidValueDescSeqHelper.insert(Any a, FullValueDescription[] that) -
Uses of Any in org.omg.CORBA
Fields in org.omg.CORBA declared as AnyModifier and TypeFieldDescriptionUnknownUserException.exceptTheAnyinstance that contains the actual user exception thrown by the server.UnionMember.labelThe label of the union member described by thisUnionMemberobject.AnyHolder.valueTheAnyvalue held by thisAnyHolderobject.Any[]AnySeqHolder.valueConstantDescription.valueNameValuePair.valueThe value to be associated with a name by thisNameValuePairobject.Methods in org.omg.CORBA that return AnyModifier and TypeMethodDescriptionabstract 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(String name) Creates an input argument with the given name and adds it to thisRequestobject.abstract AnyRequest.add_named_inout_arg(String name) Adds an input/output argument with the given name to thisRequestobject.abstract AnyRequest.add_named_out_arg(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[]abstract AnyAny.extract_any()Extracts theAnyobject in thisAnyobject'svaluefield.DynAny.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) DataInputStream.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.DynAny.to_any()Deprecated.Convert aDynAnyobject to anAnyobject._ConstantDefStub.value()ConstantDefOperations.value()ConstantDefPOATie.value()abstract AnyNamedValue.value()Retrieves the value for thisNamedValueobject.Methods in org.omg.CORBA with parameters of type AnyModifier and TypeMethodDescriptionabstract NamedValueCreates a newNamedValueobject initialized with the given name, value, and flag, and adds it to the end of thisNVListobject.ContainerOperations.create_constant(String id, String name, String version, IDLType type, Any value) ORB.create_dyn_any(Any value) Deprecated.Use the new DynAnyFactory API insteadabstract NamedValueORB.create_named_value(String s, Any any, int flags) Creates aNamedValueobject using the given name, value, and argument mode flags.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 booleanChecks for equality between thisAnyobject and the givenAnyobject.voidDeprecated.use set_exception()static AliasDefstatic Any[]static ArrayDefstatic AttributeDescription[]static AttributeDefstatic AttributeDescriptionstatic AttributeModestatic boolean[]static char[]static CompletionStatusstatic ConstantDefstatic ConstantDescriptionstatic Containedstatic Contained[]static Containerstatic Stringstatic String[]static Currentstatic DefinitionKindstatic double[]static EnumDefstatic String[]static ExceptionDescription[]static ExceptionDefstatic ExceptionDef[]static ExceptionDescriptionstatic Stringstatic float[]static Stringstatic IDLTypestatic Initializerstatic Initializer[]static InterfaceDefstatic InterfaceDef[]static InterfaceDescriptionstatic long[]static int[]static ModuleDefstatic ModuleDescriptionstatic NameValuePairstatic NativeDefstatic Objectstatic byte[]static OperationDescription[]static OperationDefstatic OperationDescriptionstatic OperationModestatic ParameterDescriptionstatic ParameterModestatic ParameterDescription[]static shortstatic PolicyErrorstatic Policystatic Policy[]static intstatic PrimitiveDefstatic PrimitiveKindstatic Repositorystatic Stringstatic String[]static Stringstatic SequenceDefstatic ServiceDetailstatic ServiceInformationstatic SetOverrideTypestatic short[]static StringDefstatic String[]static Stringstatic StructDefstatic StructMemberstatic StructMember[]static TypedefDefstatic TypeDescriptionstatic long[]static int[]static UnionDefstatic UnionMemberstatic UnionMember[]static UnknownUserExceptionstatic short[]static Serializablestatic ValueBoxDefstatic ValueDefstatic ValueDef[]static ValueDescriptionstatic ValueMemberDefstatic ValueMemberstatic ValueMember[]static Stringstatic shortstatic char[]static WrongTransactionstatic String[]static StringvoidDeprecated.Make aDynAnyobject from anAnyobject.static voidstatic voidstatic voidstatic 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 voidstatic voidstatic voidCompletionStatusHelper.insert(Any a, CompletionStatus that) static voidConstantDefHelper.insert(Any a, ConstantDef that) static voidConstantDescriptionHelper.insert(Any a, ConstantDescription that) static voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidDefinitionKindHelper.insert(Any a, DefinitionKind that) static voidstatic voidstatic voidstatic 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 voidstatic voidstatic voidstatic voidstatic 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 voidstatic voidstatic voidstatic voidModuleDescriptionHelper.insert(Any a, ModuleDescription that) static voidNameValuePairHelper.insert(Any a, NameValuePair that) static voidstatic voidstatic voidstatic 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 voidstatic voidPolicyErrorHelper.insert(Any a, PolicyError that) static voidstatic voidstatic voidstatic voidPrimitiveDefHelper.insert(Any a, PrimitiveDef that) static voidPrimitiveKindHelper.insert(Any a, PrimitiveKind that) static voidRepositoryHelper.insert(Any a, Repository that) static voidstatic voidstatic voidstatic 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 voidstatic voidstatic voidstatic voidstatic voidstatic 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 voidstatic voidstatic voidstatic voidUnionMemberHelper.insert(Any a, UnionMember that) static voidUnionMemberSeqHelper.insert(Any a, UnionMember[] that) static voidUnknownUserExceptionHelper.insert(Any a, UnknownUserException that) static voidstatic voidValueBaseHelper.insert(Any a, Serializable that) static voidValueBoxDefHelper.insert(Any a, ValueBoxDef that) static voidstatic voidstatic 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 voidstatic voidstatic voidstatic voidWrongTransactionHelper.insert(Any a, WrongTransaction that) static voidstatic voidabstract 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.voidDeprecated.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(String propname, Any propvalue) Creates aNamedValueobject and adds it to thisContextobject.voidServerRequest.set_result(Any any) Throws anorg.omg.CORBA.NO_IMPLEMENTexception.voidvoidvoidstatic voidAnySeqHelper.write(OutputStream ostream, Any[] value) voidWrites 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 AnyModifierConstructorDescriptionConstructs a newAnyHolderobject for the givenAnyobject.AnySeqHolder(Any[] initialValue) ConstantDescription(String _name, String _id, String _defined_in, String _version, TypeCode _type, Any _value) NameValuePair(String __id, Any __value) Constructs aNameValuePairobject that associates the given name with the givenorg.omg.CORBA.Anyobject.UnionMember(String __name, Any __label, TypeCode __type, IDLType __type_def) Constructs a newUnionMemberobject with its fields initialized to the given values.Constructs anUnknownUserExceptionobject that contains the givenAnyobject. -
Uses of Any in org.omg.CORBA.ContainedPackage
Fields in org.omg.CORBA.ContainedPackage declared as AnyMethods in org.omg.CORBA.ContainedPackage with parameters of type AnyModifier and TypeMethodDescriptionstatic Descriptionstatic voidDescriptionHelper.insert(Any a, Description that) Constructors in org.omg.CORBA.ContainedPackage with parameters of type Any -
Uses of Any in org.omg.CORBA.ContainerPackage
Fields in org.omg.CORBA.ContainerPackage declared as AnyMethods in org.omg.CORBA.ContainerPackage with parameters of type AnyModifier and TypeMethodDescriptionstatic Descriptionstatic Description[]static voidDescriptionHelper.insert(Any a, Description that) static voidDescriptionSeqHelper.insert(Any a, Description[] that) Constructors in org.omg.CORBA.ContainerPackage with parameters of type AnyModifierConstructorDescriptionDescription(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 AnyModifier and TypeMethodDescriptionstatic FullInterfaceDescriptionstatic voidFullInterfaceDescriptionHelper.insert(Any a, FullInterfaceDescription that) -
Uses of Any in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that return AnyModifier and TypeMethodDescriptionabstract AnyInputStream.read_any()Reads an Any from this input stream.Methods in org.omg.CORBA.portable with parameters of type Any -
Uses of Any in org.omg.CORBA.ValueDefPackage
Methods in org.omg.CORBA.ValueDefPackage with parameters of type AnyModifier and TypeMethodDescriptionstatic FullValueDescriptionstatic voidFullValueDescriptionHelper.insert(Any a, FullValueDescription that) -
Uses of Any in org.omg.CosNaming
Methods in org.omg.CosNaming with parameters of type AnyModifier and TypeMethodDescriptionstatic Bindingstatic BindingIteratorstatic Binding[]static BindingTypestatic Stringstatic NameComponentstatic NameComponent[]static NamingContextExtstatic NamingContextstatic voidstatic voidBindingIteratorHelper.insert(Any a, BindingIterator that) static voidstatic voidBindingTypeHelper.insert(Any a, BindingType that) static voidstatic 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 AnyModifier and TypeMethodDescriptionstatic Stringstatic InvalidAddressstatic Stringstatic Stringstatic voidstatic voidInvalidAddressHelper.insert(Any a, InvalidAddress that) static voidstatic void -
Uses of Any in org.omg.CosNaming.NamingContextPackage
Methods in org.omg.CosNaming.NamingContextPackage with parameters of type AnyModifier and TypeMethodDescriptionstatic AlreadyBoundstatic CannotProceedstatic InvalidNamestatic NotEmptystatic NotFoundstatic NotFoundReasonstatic voidAlreadyBoundHelper.insert(Any a, AlreadyBound that) static voidCannotProceedHelper.insert(Any a, CannotProceed that) static voidInvalidNameHelper.insert(Any a, InvalidName that) static voidstatic voidstatic voidNotFoundReasonHelper.insert(Any a, NotFoundReason that) -
Uses of Any in org.omg.CosTransactions
Fields in org.omg.CosTransactions declared as AnyMethods in org.omg.CosTransactions with parameters of type AnyModifier and TypeMethodDescriptionstatic Controlstatic Coordinatorstatic Currentstatic HeuristicCommitstatic HeuristicHazardstatic HeuristicMixedstatic HeuristicRollbackstatic Inactivestatic InvalidControlstatic InvocationPolicystatic shortstatic NonTxTargetPolicystatic shortstatic NotPreparedstatic NoTransactionstatic NotSubtransactionstatic otid_tstatic OTSPolicystatic shortstatic PropagationContextstatic RecoveryCoordinatorstatic Resourcestatic Statusstatic SubtransactionAwareResourcestatic SubtransactionsUnavailablestatic Synchronizationstatic SynchronizationUnavailablestatic Terminatorstatic TransactionalObjectstatic TransactionFactorystatic TransIdentitystatic Unavailablestatic Votestatic voidstatic voidCoordinatorHelper.insert(Any a, Coordinator that) static voidstatic 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 voidstatic voidInvalidControlHelper.insert(Any a, InvalidControl that) static voidInvocationPolicyHelper.insert(Any a, InvocationPolicy that) static voidstatic voidNonTxTargetPolicyHelper.insert(Any a, NonTxTargetPolicy that) static voidstatic voidNotPreparedHelper.insert(Any a, NotPrepared that) static voidNoTransactionHelper.insert(Any a, NoTransaction that) static voidNotSubtransactionHelper.insert(Any a, NotSubtransaction that) static voidstatic voidstatic voidstatic voidPropagationContextHelper.insert(Any a, PropagationContext that) static voidRecoveryCoordinatorHelper.insert(Any a, RecoveryCoordinator that) static voidstatic voidstatic 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 voidConstructors in org.omg.CosTransactions with parameters of type AnyModifierConstructorDescriptionPropagationContext(int _timeout, TransIdentity _current, TransIdentity[] _parents, Any _implementation_specific_data) -
Uses of Any in org.omg.Dynamic
Fields in org.omg.Dynamic declared as AnyMethods in org.omg.Dynamic with parameters of type AnyModifier and TypeMethodDescriptionstatic String[]static TypeCode[]static Parameterstatic Parameter[]static String[]static voidstatic voidstatic voidstatic voidstatic voidConstructors in org.omg.Dynamic with parameters of type Any -
Uses of Any in org.omg.DynamicAny
Fields in org.omg.DynamicAny declared as AnyModifier and TypeFieldDescriptionAny[]AnySeqHolder.valueNameValuePair.valueThe Any value associated with the name.Methods in org.omg.DynamicAny that return AnyModifier and TypeMethodDescriptionstatic Any[]_DynAnyStub.get_any()Extracts an Any value contained in the Any represented by this DynAny._DynArrayStub.get_any()Extracts an Any value contained in the Any represented by this DynAny._DynEnumStub.get_any()Extracts an Any value contained in the Any represented by this DynAny._DynFixedStub.get_any()Extracts an Any value contained in the Any represented by this DynAny._DynSequenceStub.get_any()Extracts an Any value contained in the Any represented by this DynAny._DynStructStub.get_any()Extracts an Any value contained in the Any represented by this DynAny._DynUnionStub.get_any()Extracts an Any value contained in the Any represented by this DynAny._DynValueBoxStub.get_any()Extracts an Any value contained in the Any represented by this DynAny._DynValueCommonStub.get_any()Extracts an Any value contained in the Any represented by this DynAny._DynValueStub.get_any()Extracts an Any value contained in the Any represented by this DynAny.DynAnyOperations.get_any()Extracts an Any value contained in the Any represented by this DynAny.DynAnyPOATie.get_any()Extracts an Any value contained in the Any represented by this DynAny.DynArrayPOATie.get_any()Extracts an Any value contained in the Any represented by this DynAny.DynEnumPOATie.get_any()Extracts an Any value contained in the Any represented by this DynAny.DynFixedPOATie.get_any()Extracts an Any value contained in the Any represented by this DynAny.DynSequencePOATie.get_any()Extracts an Any value contained in the Any represented by this DynAny.DynStructPOATie.get_any()Extracts an Any value contained in the Any represented by this DynAny.DynUnionPOATie.get_any()Extracts an Any value contained in the Any represented by this DynAny.DynValueBoxPOATie.get_any()Extracts an Any value contained in the Any represented by this DynAny.DynValueCommonPOATie.get_any()Extracts an Any value contained in the Any represented by this DynAny.DynValuePOATie.get_any()Extracts an Any value contained in the Any represented by this DynAny._DynValueBoxStub.get_boxed_value()Returns the boxed value as an Any.DynValueBoxOperations.get_boxed_value()Returns the boxed value as an Any.DynValueBoxPOATie.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) _DynAnyStub.to_any()Creates an any value from a DynAny object._DynArrayStub.to_any()Creates an any value from a DynAny object._DynEnumStub.to_any()Creates an any value from a DynAny object._DynFixedStub.to_any()Creates an any value from a DynAny object._DynSequenceStub.to_any()Creates an any value from a DynAny object._DynStructStub.to_any()Creates an any value from a DynAny object._DynUnionStub.to_any()Creates an any value from a DynAny object._DynValueBoxStub.to_any()Creates an any value from a DynAny object._DynValueCommonStub.to_any()Creates an any value from a DynAny object._DynValueStub.to_any()Creates an any value from a DynAny object.DynAnyOperations.to_any()Creates an any value from a DynAny object.DynAnyPOATie.to_any()Creates an any value from a DynAny object.DynArrayPOATie.to_any()Creates an any value from a DynAny object.DynEnumPOATie.to_any()Creates an any value from a DynAny object.DynFixedPOATie.to_any()Creates an any value from a DynAny object.DynSequencePOATie.to_any()Creates an any value from a DynAny object.DynStructPOATie.to_any()Creates an any value from a DynAny object.DynUnionPOATie.to_any()Creates an any value from a DynAny object.DynValueBoxPOATie.to_any()Creates an any value from a DynAny object.DynValueCommonPOATie.to_any()Creates an any value from a DynAny object.DynValuePOATie.to_any()Creates an any value from a DynAny object.Methods in org.omg.DynamicAny with parameters of type AnyModifier and TypeMethodDescription_DynAnyFactoryStub.create_dyn_any(Any value) Creates a new DynAny object from an any value.DynAnyFactoryOperations.create_dyn_any(Any value) Creates a new DynAny object from an any value.DynAnyFactoryPOATie.create_dyn_any(Any value) Creates a new DynAny object from an any value.static Any[]static DynAnyFactorystatic DynAnystatic DynAny[]static DynArraystatic DynEnumstatic DynFixedstatic DynSequencestatic DynStructstatic DynUnionstatic DynValueBoxstatic DynValueCommonstatic DynValuestatic Stringstatic NameDynAnyPairstatic NameDynAnyPair[]static NameValuePairstatic NameValuePair[]voidInitializes the value associated with a DynAny object with the value contained in an any.voidInitializes the value associated with a DynAny object with the value contained in an any.voidInitializes the value associated with a DynAny object with the value contained in an any.voidInitializes the value associated with a DynAny object with the value contained in an any.voidInitializes the value associated with a DynAny object with the value contained in an any.voidInitializes the value associated with a DynAny object with the value contained in an any.voidInitializes the value associated with a DynAny object with the value contained in an any.voidInitializes the value associated with a DynAny object with the value contained in an any.voidInitializes the value associated with a DynAny object with the value contained in an any.voidInitializes the value associated with a DynAny object with the value contained in an any.voidInitializes the value associated with a DynAny object with the value contained in an any.voidInitializes the value associated with a DynAny object with the value contained in an any.voidInitializes the value associated with a DynAny object with the value contained in an any.voidInitializes the value associated with a DynAny object with the value contained in an any.voidInitializes the value associated with a DynAny object with the value contained in an any.voidInitializes the value associated with a DynAny object with the value contained in an any.voidInitializes the value associated with a DynAny object with the value contained in an any.voidInitializes the value associated with a DynAny object with the value contained in an any.voidInitializes the value associated with a DynAny object with the value contained in an any.voidInitializes the value associated with a DynAny object with the value contained in an any.voidInitializes the value associated with a DynAny object with the value contained in an any.static voidstatic voidDynAnyFactoryHelper.insert(Any a, DynAnyFactory that) static voidstatic voidstatic voidstatic voidstatic voidstatic voidDynSequenceHelper.insert(Any a, DynSequence that) static voidstatic voidstatic voidDynValueBoxHelper.insert(Any a, DynValueBox that) static voidDynValueCommonHelper.insert(Any a, DynValueCommon that) static voidstatic voidstatic 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 AnyModifierConstructorDescriptionAnySeqHolder(Any[] initialValue) NameValuePair(String _id, Any _value) -
Uses of Any in org.omg.DynamicAny.DynAnyFactoryPackage
Methods in org.omg.DynamicAny.DynAnyFactoryPackage with parameters of type AnyModifier and TypeMethodDescriptionstatic InconsistentTypeCodestatic voidInconsistentTypeCodeHelper.insert(Any a, InconsistentTypeCode that) -
Uses of Any in org.omg.DynamicAny.DynAnyPackage
Methods in org.omg.DynamicAny.DynAnyPackage with parameters of type AnyModifier and TypeMethodDescriptionstatic InvalidValuestatic TypeMismatchstatic 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 AnyModifier and TypeMethodDescriptionCodecOperations.decode(byte[] data) Decodes the given byte array into an Any based on the encoding format effective for thisCodec.CodecOperations.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 AnyModifier and TypeMethodDescriptionbyte[]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 CodecFactorystatic Codecstatic intstatic shortstatic Encodingstatic IORstatic TaggedComponent[]static intstatic ServiceContextstatic ServiceContext[]static intstatic TaggedComponentstatic TaggedComponent[]static TaggedProfilestatic voidCodecFactoryHelper.insert(Any a, CodecFactory that) static voidstatic voidstatic voidstatic voidstatic voidstatic voidMultipleComponentProfileHelper.insert(Any a, TaggedComponent[] that) static voidstatic voidServiceContextHelper.insert(Any a, ServiceContext that) static voidServiceContextListHelper.insert(Any a, ServiceContext[] that) static voidstatic 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 AnyModifier and TypeMethodDescriptionstatic UnknownEncodingstatic voidUnknownEncodingHelper.insert(Any a, UnknownEncoding that) -
Uses of Any in org.omg.IOP.CodecPackage
Methods in org.omg.IOP.CodecPackage with parameters of type AnyModifier and TypeMethodDescriptionstatic FormatMismatchstatic InvalidTypeForEncodingstatic TypeMismatchstatic 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 AnyModifier and TypeMethodDescriptionstatic MaxHopsPolicystatic shortstatic PolicyValuestatic PolicyValue[]static shortstatic PriorityRangestatic QueueOrderPolicystatic shortstatic RebindPolicystatic RelativeRequestTimeoutPolicystatic ReplyEndTimePolicystatic ReplyPriorityPolicystatic ReplyStartTimePolicystatic RequestEndTimePolicystatic RequestPriorityPolicystatic RequestStartTimePolicystatic RoutingPolicystatic shortstatic RoutingTypeRangestatic shortstatic SyncScopePolicystatic voidMaxHopsPolicyHelper.insert(Any a, MaxHopsPolicy that) static voidstatic voidPolicyValueHelper.insert(Any a, PolicyValue that) static voidPolicyValueSeqHelper.insert(Any a, PolicyValue[] that) static voidstatic voidPriorityRangeHelper.insert(Any a, PriorityRange that) static voidQueueOrderPolicyHelper.insert(Any a, QueueOrderPolicy that) static voidstatic 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 voidstatic voidRoutingTypeRangeHelper.insert(Any a, RoutingTypeRange that) static voidstatic voidSyncScopePolicyHelper.insert(Any a, SyncScopePolicy that) -
Uses of Any in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that return AnyModifier and TypeMethodDescriptionCurrentOperations.get_slot(int id) Retrieves the slot data the application set in PICurrent viaget_slot.RequestInfoOperations.get_slot(int id) Returns the data from the given slot of thePortableInterceptor.Currentthat is in the scope of the request.ClientRequestInfoOperations.received_exception()Returns an any which contains the exception to be returned to the client.RequestInfoOperations.result()Returns an any containing the result of the operation invocation.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 AnyModifier and TypeMethodDescriptionPolicyFactoryOperations.create_policy(int type, Any value) Returns an instance of the appropriate interface derived fromCORBA.Policywhose value corresponds to the specified any.static intstatic String[]static shortstatic ClientRequestInfostatic ClientRequestInterceptorstatic Currentstatic ForwardRequeststatic Interceptorstatic InvalidSlotstatic IORInfostatic IORInterceptor_3_0static IORInterceptorstatic byte[]static ObjectReferenceFactorystatic ObjectReferenceTemplatestatic ObjectReferenceTemplate[]static Stringstatic ORBInitializerstatic ORBInitInfostatic PolicyFactorystatic shortstatic RequestInfostatic Stringstatic ServerRequestInfostatic ServerRequestInterceptorstatic intstatic voidstatic voidstatic voidstatic voidClientRequestInfoHelper.insert(Any a, ClientRequestInfo that) static voidClientRequestInterceptorHelper.insert(Any a, ClientRequestInterceptor that) static voidstatic voidForwardRequestHelper.insert(Any a, ForwardRequest that) static voidInterceptorHelper.insert(Any a, Interceptor that) static voidInvalidSlotHelper.insert(Any a, InvalidSlot that) static voidstatic voidIORInterceptor_3_0Helper.insert(Any a, IORInterceptor_3_0 that) static voidIORInterceptorHelper.insert(Any a, IORInterceptor that) static voidstatic voidObjectReferenceFactoryHelper.insert(Any a, ObjectReferenceFactory that) static voidObjectReferenceTemplateHelper.insert(Any a, ObjectReferenceTemplate that) static voidObjectReferenceTemplateSeqHelper.insert(Any a, ObjectReferenceTemplate[] that) static voidstatic voidORBInitializerHelper.insert(Any a, ORBInitializer that) static voidORBInitInfoHelper.insert(Any a, ORBInitInfo that) static voidPolicyFactoryHelper.insert(Any a, PolicyFactory that) static voidstatic voidRequestInfoHelper.insert(Any a, RequestInfo that) static voidstatic voidServerRequestInfoHelper.insert(Any a, ServerRequestInfo that) static voidServerRequestInterceptorHelper.insert(Any a, ServerRequestInterceptor that) static voidvoidSets data in a slot.voidAllows 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 AnyModifier and TypeMethodDescriptionstatic DuplicateNamestatic InvalidNamestatic Stringstatic voidDuplicateNameHelper.insert(Any a, DuplicateName that) static voidInvalidNameHelper.insert(Any a, InvalidName that) static void -
Uses of Any in org.omg.PortableServer
Methods in org.omg.PortableServer with parameters of type AnyModifier and TypeMethodDescriptionstatic ForwardRequeststatic IdAssignmentPolicyValuestatic IdUniquenessPolicyValuestatic LifespanPolicyValuestatic byte[]static POAstatic POA[]static RequestProcessingPolicyValuestatic ServantActivatorstatic ServantLocatorstatic ServantRetentionPolicyValuestatic ThreadPolicyValuestatic 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 voidstatic voidstatic voidstatic 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 -
Uses of Any in org.omg.PortableServer.POAManagerPackage
Methods in org.omg.PortableServer.POAManagerPackage with parameters of type Any -
Uses of Any in org.omg.PortableServer.POAPackage
Methods in org.omg.PortableServer.POAPackage with parameters of type AnyModifier and TypeMethodDescriptionstatic AdapterAlreadyExistsstatic AdapterNonExistentstatic InvalidPolicystatic NoServantstatic ObjectAlreadyActivestatic ObjectNotActivestatic ServantAlreadyActivestatic ServantNotActivestatic WrongAdapterstatic WrongPolicystatic voidAdapterAlreadyExistsHelper.insert(Any a, AdapterAlreadyExists that) static voidAdapterNonExistentHelper.insert(Any a, AdapterNonExistent that) static voidInvalidPolicyHelper.insert(Any a, InvalidPolicy that) static voidstatic 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 -
Uses of Any in org.omg.SendingContext.CodeBasePackage
Methods in org.omg.SendingContext.CodeBasePackage with parameters of type AnyModifier and TypeMethodDescriptionstatic Stringstatic String[]static FullValueDescription[]static voidstatic voidstatic voidValueDescSeqHelper.insert(Any a, FullValueDescription[] that) -
Uses of Any in org.omg.TimeBase
Methods in org.omg.TimeBase with parameters of type Any