Uses of Class
org.omg.CORBA.Any
Packages that use Any
Package
Description
-
Uses of Any in com.sun.corba.se.impl.corba
Subclasses of Any in com.sun.corba.se.impl.corbaMethods in com.sun.corba.se.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.AnyImpl.extractAny(TypeCode memberType, ORB orb) 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.se.impl.corba with parameters of type AnyModifier and TypeMethodDescriptionbooleanchecks 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.se.impl.corba with parameters of type Any -
Uses of Any in com.sun.corba.se.impl.dynamicany
Fields in com.sun.corba.se.impl.dynamicany declared as AnyModifier and TypeFieldDescriptionprotected AnyDynAnyImpl.anyprotected AnyDynAnyImpl.anyprotected AnyDynAnyImpl.anyprotected AnyDynAnyImpl.anyprotected AnyDynAnyImpl.anyprotected AnyDynAnyImpl.anyprotected AnyDynAnyImpl.anyprotected AnyDynAnyImpl.anyprotected AnyDynAnyImpl.anyMethods in com.sun.corba.se.impl.dynamicany that return AnyModifier and TypeMethodDescriptionDynAnyBasicImpl.get_any()DynValueBoxImpl.get_boxed_value()DynAnyBasicImpl.to_any()Methods in com.sun.corba.se.impl.dynamicany with parameters of type AnyModifier and TypeMethodDescriptionDynAnyFactoryImpl.create_dyn_any(Any any) voidvoidDynAnyBasicImpl.insert_any(Any value) voidDynValueBoxImpl.set_boxed_value(Any boxed) Constructors in com.sun.corba.se.impl.dynamicany with parameters of type AnyModifierConstructorDescriptionprotectedDynAnyBasicImpl(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) protectedDynValueImpl(ORB orb, Any any, boolean copyValue) -
Uses of Any in com.sun.corba.se.impl.encoding
Methods in com.sun.corba.se.impl.encoding that return AnyModifier and TypeMethodDescriptionCDRInputStream_1_0.read_any()final AnyCDRInputStream.read_any()IDLJavaSerializationInputStream.read_any()MarshalInputStream.read_any()WrapperInputStream.read_any()Methods in com.sun.corba.se.impl.encoding with parameters of type AnyModifier and TypeMethodDescriptionfinal voidCDRInputStream_1_0.read_any_array(Any[] value, int offset, int length) voidfinal voidvoidfinal voidCDROutputStream_1_0.write_any_array(Any[] value, int offset, int length) final voidCDROutputStream.write_any_array(Any[] seq, int offset, int length) -
Uses of Any in com.sun.corba.se.impl.interceptors
Methods in com.sun.corba.se.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.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.se.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.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.se.impl.orb
Methods in com.sun.corba.se.impl.orb that return AnyModifier and TypeMethodDescriptionORBImpl.create_any()Create a new AnyORBSingleton.create_any()Methods in com.sun.corba.se.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.se.impl.orbutil
Methods in com.sun.corba.se.impl.orbutil 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.se.impl.protocol
Methods in com.sun.corba.se.impl.protocol with parameters of type AnyModifier and TypeMethodDescriptionprotected CorbaMessageMediatorCorbaServerRequestDispatcherImpl.sendingReply(CorbaMessageMediator req, Any excany) Must always be called, just after the servant's method returns. -
Uses of Any in com.sun.corba.se.impl.protocol.giopmsgheaders
Methods in com.sun.corba.se.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.se.spi.activation
Methods in com.sun.corba.se.spi.activation with parameters of type AnyModifier and TypeMethodDescriptionstatic Activatorstatic BadServerDefinitionstatic EndPointInfostatic EndPointInfo[]static InitialNameServicestatic InvalidORBidstatic Locatorstatic NoSuchEndPointstatic ORBAlreadyRegisteredstatic Stringstatic String[]static ORBPortInfostatic ORBPortInfo[]static String[]static Repositorystatic ServerAlreadyActivestatic ServerAlreadyInstalledstatic ServerAlreadyRegisteredstatic ServerAlreadyUninstalledstatic ServerHeldDownstatic Serverstatic intstatic int[]static ServerManagerstatic ServerNotActivestatic ServerNotRegisteredstatic intstatic voidstatic voidBadServerDefinitionHelper.insert(Any a, BadServerDefinition that) static voidEndPointInfoHelper.insert(Any a, EndPointInfo that) static voidEndpointInfoListHelper.insert(Any a, EndPointInfo[] that) static voidInitialNameServiceHelper.insert(Any a, InitialNameService that) static voidInvalidORBidHelper.insert(Any a, InvalidORBid that) static voidstatic voidNoSuchEndPointHelper.insert(Any a, NoSuchEndPoint that) static voidORBAlreadyRegisteredHelper.insert(Any a, ORBAlreadyRegistered that) static voidstatic voidstatic voidORBPortInfoHelper.insert(Any a, ORBPortInfo that) static voidORBPortInfoListHelper.insert(Any a, ORBPortInfo[] that) static voidstatic voidRepositoryHelper.insert(Any a, Repository that) static voidServerAlreadyActiveHelper.insert(Any a, ServerAlreadyActive that) static voidServerAlreadyInstalledHelper.insert(Any a, ServerAlreadyInstalled that) static voidServerAlreadyRegisteredHelper.insert(Any a, ServerAlreadyRegistered that) static voidServerAlreadyUninstalledHelper.insert(Any a, ServerAlreadyUninstalled that) static voidServerHeldDownHelper.insert(Any a, ServerHeldDown that) static voidstatic voidstatic voidstatic voidServerManagerHelper.insert(Any a, ServerManager that) static voidServerNotActiveHelper.insert(Any a, ServerNotActive that) static voidServerNotRegisteredHelper.insert(Any a, ServerNotRegistered that) static void -
Uses of Any in com.sun.corba.se.spi.activation.InitialNameServicePackage
Methods in com.sun.corba.se.spi.activation.InitialNameServicePackage with parameters of type AnyModifier and TypeMethodDescriptionstatic NameAlreadyBoundstatic voidNameAlreadyBoundHelper.insert(Any a, NameAlreadyBound that) -
Uses of Any in com.sun.corba.se.spi.activation.LocatorPackage
Methods in com.sun.corba.se.spi.activation.LocatorPackage with parameters of type AnyModifier and TypeMethodDescriptionstatic ServerLocationstatic ServerLocationPerORBstatic voidServerLocationHelper.insert(Any a, ServerLocation that) static voidServerLocationPerORBHelper.insert(Any a, ServerLocationPerORB that) -
Uses of Any in com.sun.corba.se.spi.activation.RepositoryPackage
Methods in com.sun.corba.se.spi.activation.RepositoryPackage with parameters of type Any -
Uses of Any in com.sun.corba.se.spi.protocol
Methods in com.sun.corba.se.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.jboss.iiop.csiv2
Methods in org.jboss.iiop.csiv2 with parameters of type AnyModifier and TypeMethodDescriptionstatic SASCurrentstatic voidSASCurrentHelper.insert(Any a, SASCurrent 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.labelAnyHolder.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._AbstractInterfaceDefStub.create_constant(String id, String name, String version, IDLType type, Any value) _ExtAbstractInterfaceDefStub.create_constant(String id, String name, String version, IDLType type, Any value) _ExtInterfaceDefStub.create_constant(String id, String name, String version, IDLType type, Any value) _ExtLocalInterfaceDefStub.create_constant(String id, String name, String version, IDLType type, Any value) _LocalInterfaceDefStub.create_constant(String id, String name, String version, IDLType type, Any value) AbstractInterfaceDefPOATie.create_constant(String id, String name, String version, IDLType type, Any value) ContainerOperations.create_constant(String id, String name, String version, IDLType type, Any value) ExtAbstractInterfaceDefPOATie.create_constant(String id, String name, String version, IDLType type, Any value) ExtInterfaceDefPOATie.create_constant(String id, String name, String version, IDLType type, Any value) ExtLocalInterfaceDefPOATie.create_constant(String id, String name, String version, IDLType type, Any value) LocalInterfaceDefPOATie.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 AbstractInterfaceDefstatic AbstractInterfaceDef[]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 ExtAbstractInterfaceDefstatic ExtAbstractInterfaceDef[]static ExtAttributeDescription[]static ExtAttributeDefstatic ExtAttributeDescriptionstatic ExtInitializerstatic ExtInitializer[]static ExtInterfaceDefstatic ExtInterfaceDef[]static ExtLocalInterfaceDefstatic ExtLocalInterfaceDef[]static ExtValueDefstatic ExtValueDef[]static Stringstatic FixedDefstatic float[]static Stringstatic IDLTypestatic Initializerstatic Initializer[]static InterfaceAttrExtensionstatic InterfaceDefstatic InterfaceDef[]static InterfaceDescriptionstatic IRObjectstatic LocalInterfaceDefstatic LocalInterfaceDef[]static 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 TCKindstatic 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 WstringDefstatic String[]static StringvoidDeprecated.Make aDynAnyobject from anAnyobject.static voidAbstractInterfaceDefHelper.insert(Any a, AbstractInterfaceDef that) static voidAbstractInterfaceDefSeqHelper.insert(Any a, AbstractInterfaceDef[] that) 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 voidExtAbstractInterfaceDefHelper.insert(Any a, ExtAbstractInterfaceDef that) static voidExtAbstractInterfaceDefSeqHelper.insert(Any a, ExtAbstractInterfaceDef[] that) static voidExtAttrDescriptionSeqHelper.insert(Any a, ExtAttributeDescription[] that) static voidExtAttributeDefHelper.insert(Any a, ExtAttributeDef that) static voidExtAttributeDescriptionHelper.insert(Any a, ExtAttributeDescription that) static voidExtInitializerHelper.insert(Any a, ExtInitializer that) static voidExtInitializerSeqHelper.insert(Any a, ExtInitializer[] that) static voidExtInterfaceDefHelper.insert(Any a, ExtInterfaceDef that) static voidExtInterfaceDefSeqHelper.insert(Any a, ExtInterfaceDef[] that) static voidExtLocalInterfaceDefHelper.insert(Any a, ExtLocalInterfaceDef that) static voidExtLocalInterfaceDefSeqHelper.insert(Any a, ExtLocalInterfaceDef[] that) static voidExtValueDefHelper.insert(Any a, ExtValueDef that) static voidExtValueDefSeqHelper.insert(Any a, ExtValueDef[] that) static voidstatic voidstatic voidstatic voidstatic voidstatic voidInitializerHelper.insert(Any a, Initializer that) static voidInitializerSeqHelper.insert(Any a, Initializer[] that) static voidInterfaceAttrExtensionHelper.insert(Any a, InterfaceAttrExtension that) static voidInterfaceDefHelper.insert(Any a, InterfaceDef that) static voidInterfaceDefSeqHelper.insert(Any a, InterfaceDef[] that) static voidInterfaceDescriptionHelper.insert(Any a, InterfaceDescription that) static voidstatic voidLocalInterfaceDefHelper.insert(Any a, LocalInterfaceDef that) static voidLocalInterfaceDefSeqHelper.insert(Any a, LocalInterfaceDef[] 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 voidstatic 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 voidWstringDefHelper.insert(Any a, WstringDef 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 anUnknownUserExceptionobject that contains the givenAnyobject. -
Uses of Any in org.omg.CORBA.ComponentIR
Methods in org.omg.CORBA.ComponentIR with parameters of type AnyModifier and TypeMethodDescriptionstatic ComponentDefstatic ComponentDescriptionstatic ConsumesDefstatic Containerstatic EmitsDefstatic EventDefstatic EventPortDefstatic EventPortDescriptionstatic EventPortDescription[]static FactoryDefstatic FinderDefstatic HomeDefstatic HomeDescriptionstatic ModuleDefstatic ProvidesDefstatic ProvidesDescriptionstatic ProvidesDescription[]static PublishesDefstatic Repositorystatic UsesDefstatic UsesDescriptionstatic UsesDescription[]static voidComponentDefHelper.insert(Any a, ComponentDef that) static voidComponentDescriptionHelper.insert(Any a, ComponentDescription that) static voidConsumesDefHelper.insert(Any a, ConsumesDef that) static voidstatic voidstatic voidstatic voidEventPortDefHelper.insert(Any a, EventPortDef that) static voidEventPortDescriptionHelper.insert(Any a, EventPortDescription that) static voidEventPortDescriptionSeqHelper.insert(Any a, EventPortDescription[] that) static voidFactoryDefHelper.insert(Any a, FactoryDef that) static voidstatic voidstatic voidHomeDescriptionHelper.insert(Any a, HomeDescription that) static voidstatic voidProvidesDefHelper.insert(Any a, ProvidesDef that) static voidProvidesDescriptionHelper.insert(Any a, ProvidesDescription that) static voidProvidesDescriptionSeqHelper.insert(Any a, ProvidesDescription[] that) static voidPublishesDefHelper.insert(Any a, PublishesDef that) static voidRepositoryHelper.insert(Any a, Repository that) static voidstatic voidUsesDescriptionHelper.insert(Any a, UsesDescription that) static voidUsesDescriptionSeqHelper.insert(Any a, UsesDescription[] that) -
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.ExtValueDefPackage
Methods in org.omg.CORBA.ExtValueDefPackage with parameters of type AnyModifier and TypeMethodDescriptionstatic ExtFullValueDescriptionstatic voidExtFullValueDescriptionHelper.insert(Any a, ExtFullValueDescription that) -
Uses of Any in org.omg.CORBA.InterfaceAttrExtensionPackage
Methods in org.omg.CORBA.InterfaceAttrExtensionPackage with parameters of type AnyModifier and TypeMethodDescriptionstatic ExtFullInterfaceDescriptionstatic voidExtFullInterfaceDescriptionHelper.insert(Any a, ExtFullInterfaceDescription that) -
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.CSI
Methods in 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 org.omg.CSIIOP
Methods in 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 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.GSSUP
Methods in 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 org.omg.IOP
Methods in org.omg.IOP that return AnyModifier and TypeMethodDescriptionCodecOperations.decode(byte[] data) CodecOperations.decode_value(byte[] data, TypeCode tc) Methods in org.omg.IOP with parameters of type AnyModifier and TypeMethodDescriptionbyte[]byte[]CodecOperations.encode_value(Any data) static CodecFactorystatic Codecstatic byte[]static intstatic shortstatic Encodingstatic IORstatic TaggedComponent[]static byte[]static intstatic ServiceContextstatic ServiceContext[]static intstatic TaggedComponentstatic TaggedComponent[]static TaggedProfilestatic TaggedProfile[]static voidCodecFactoryHelper.insert(Any a, CodecFactory that) static voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidMultipleComponentProfileHelper.insert(Any a, TaggedComponent[] that) static voidstatic 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) static voidTaggedProfileSeqHelper.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 Any -
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 Currentstatic ForwardRequeststatic IdAssignmentPolicyValuestatic IdUniquenessPolicyValuestatic LifespanPolicyValuestatic byte[]static POAstatic POA[]static RequestProcessingPolicyValuestatic ServantActivatorstatic ServantLocatorstatic ServantRetentionPolicyValuestatic ThreadPolicyValuestatic voidstatic 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.Security
Methods in org.omg.Security with parameters of type Any -
Uses of Any in org.omg.SSLIOP
Methods in org.omg.SSLIOP with parameters of type Any