Uses of Class
org.omg.CORBA.Any

Packages that use Any
org.omg.BiDirPolicy   
org.omg.CONV_FRAME   
org.omg.CORBA   
org.omg.CORBA.ContainedPackage   
org.omg.CORBA.ContainerPackage   
org.omg.CORBA.ExtValueDefPackage   
org.omg.CORBA.InterfaceAttrExtensionPackage   
org.omg.CORBA.InterfaceDefPackage   
org.omg.CORBA.ORBPackage   
org.omg.CORBA.PollableSetPackage   
org.omg.CORBA.portable   
org.omg.CORBA.TypeCodePackage   
org.omg.CORBA.ValueDefPackage   
org.omg.CosNaming   
org.omg.CosNaming.NamingContextExtPackage   
org.omg.CosNaming.NamingContextPackage   
org.omg.CosTransactions   
org.omg.CosTSInteroperation   
org.omg.CSI   
org.omg.CSIIOP   
org.omg.Dynamic   
org.omg.GIOP   
org.omg.GSSUP   
org.omg.IIOP   
org.omg.IOP   
org.omg.IOP.CodecFactoryPackage   
org.omg.IOP.CodecPackage   
org.omg.PortableInterceptor   
org.omg.PortableInterceptor.ORBInitInfoPackage   
org.omg.PortableServer   
org.omg.PortableServer.CurrentPackage   
org.omg.PortableServer.POAManagerFactoryPackage   
org.omg.PortableServer.POAManagerPackage   
org.omg.PortableServer.POAPackage   
org.omg.SECIOP   
org.omg.Security   
org.omg.SecurityAdmin   
org.omg.SecurityLevel1   
org.omg.SecurityLevel2   
org.omg.SendingContext   
org.omg.SendingContext.CodeBasePackage   
org.omg.SSLIOP   
org.omg.TimeBase   
 

Uses of Any in org.omg.BiDirPolicy
 

Methods in org.omg.BiDirPolicy with parameters of type Any
static void BidirectionalPolicyHelper.insert(Any any, BidirectionalPolicy s)
           
static BidirectionalPolicy BidirectionalPolicyHelper.extract(Any any)
           
static void BidirectionalPolicyValueHelper.insert(Any any, short s)
           
static short BidirectionalPolicyValueHelper.extract(Any any)
           
 

Uses of Any in org.omg.CONV_FRAME
 

Methods in org.omg.CONV_FRAME with parameters of type Any
static void CodeSetContextHelper.insert(Any any, CodeSetContext s)
           
static CodeSetContext CodeSetContextHelper.extract(Any any)
           
static void CodeSetComponentInfoHelper.insert(Any any, CodeSetComponentInfo s)
           
static CodeSetComponentInfo CodeSetComponentInfoHelper.extract(Any any)
           
static void CodeSetComponentHelper.insert(Any any, CodeSetComponent s)
           
static CodeSetComponent CodeSetComponentHelper.extract(Any any)
           
static void CodeSetIdHelper.insert(Any any, int s)
           
static int CodeSetIdHelper.extract(Any any)
           
 

Uses of Any in org.omg.CORBA
 

Fields in org.omg.CORBA declared as Any
 Any UnknownUserException.except
           
 Any AnyHolder.value
           
 Any[] AnySeqHolder.value
           
 Any ConstantDescription.value
           
 Any UnionMember.label
           
 

Methods in org.omg.CORBA that return Any
 Any DataInputStream.read_any()
           
abstract  Any Any.extract_any()
           
abstract  Any Request.add_in_arg()
           
abstract  Any Request.add_named_in_arg(java.lang.String name)
           
abstract  Any Request.add_inout_arg()
           
abstract  Any Request.add_named_inout_arg(java.lang.String name)
           
abstract  Any Request.add_out_arg()
           
abstract  Any Request.add_named_out_arg(java.lang.String name)
           
abstract  Any Request.return_value()
           
abstract  Any ORB.create_any()
           
abstract  Any TypeCode.member_label(int index)
           
abstract  Any NamedValue.value()
           
static Any[] AnySeqHelper.extract(Any any)
           
static Any[] AnySeqHelper.read(InputStream _in)
           
 Any ConstantDefOperations.value()
           
 

Methods in org.omg.CORBA with parameters of type Any
static void ValueBaseHelper.insert(Any any, java.io.Serializable _value)
           
static java.io.Serializable ValueBaseHelper.extract(Any any)
           
abstract  void Context.set_one_value(java.lang.String prop_name, Any value)
           
 void DataOutputStream.write_any(Any value)
           
 void DataOutputStream.write_any_array(Any[] seq, int offset, int length)
           
static void WrongTransactionHelper.insert(Any any, WrongTransaction _value)
           
static WrongTransaction WrongTransactionHelper.extract(Any any)
           
abstract  boolean Any.equal(Any a)
           
abstract  void Any.insert_any(Any a)
           
abstract  NamedValue ORB.create_named_value(java.lang.String s, Any any, int flags)
           
 Policy ORB.create_policy(int type, Any val)
           
static void ServiceInformationHelper.insert(Any any, ServiceInformation _value)
           
static ServiceInformation ServiceInformationHelper.extract(Any any)
           
static void BoundsHelper.insert(Any any, Bounds _value)
           
static Bounds BoundsHelper.extract(Any any)
           
 void ServerRequest.result(Any result)
          Deprecated. use set_result()
 void ServerRequest.set_result(Any result)
           
 void ServerRequest.except(Any except)
          Deprecated. use set_exception()
 void ServerRequest.set_exception(Any except)
           
abstract  NamedValue NVList.add_value(java.lang.String name, Any value, int flags)
           
static void WStringSeqHelper.insert(Any any, java.lang.String[] s)
           
static java.lang.String[] WStringSeqHelper.extract(Any any)
           
static void StringSeqHelper.insert(Any any, java.lang.String[] s)
           
static java.lang.String[] StringSeqHelper.extract(Any any)
           
static void LongDoubleSeqHelper.insert(Any any, double[] s)
           
static double[] LongDoubleSeqHelper.extract(Any any)
           
static void DoubleSeqHelper.insert(Any any, double[] s)
           
static double[] DoubleSeqHelper.extract(Any any)
           
static void FloatSeqHelper.insert(Any any, float[] s)
           
static float[] FloatSeqHelper.extract(Any any)
           
static void ULongLongSeqHelper.insert(Any any, long[] s)
           
static long[] ULongLongSeqHelper.extract(Any any)
           
static void LongLongSeqHelper.insert(Any any, long[] s)
           
static long[] LongLongSeqHelper.extract(Any any)
           
static void ULongSeqHelper.insert(Any any, int[] s)
           
static int[] ULongSeqHelper.extract(Any any)
           
static void LongSeqHelper.insert(Any any, int[] s)
           
static int[] LongSeqHelper.extract(Any any)
           
static void UShortSeqHelper.insert(Any any, short[] s)
           
static short[] UShortSeqHelper.extract(Any any)
           
static void ShortSeqHelper.insert(Any any, short[] s)
           
static short[] ShortSeqHelper.extract(Any any)
           
static void OctetSeqHelper.insert(Any any, byte[] s)
           
static byte[] OctetSeqHelper.extract(Any any)
           
static void WCharSeqHelper.insert(Any any, char[] s)
           
static char[] WCharSeqHelper.extract(Any any)
           
static void CharSeqHelper.insert(Any any, char[] s)
           
static char[] CharSeqHelper.extract(Any any)
           
static void BooleanSeqHelper.insert(Any any, boolean[] s)
           
static boolean[] BooleanSeqHelper.extract(Any any)
           
static void AnySeqHelper.insert(Any any, Any[] s)
           
static Any[] AnySeqHelper.extract(Any any)
           
static void AnySeqHelper.write(OutputStream _out, Any[] _s)
           
static void ExtLocalInterfaceDefHelper.insert(Any any, ExtLocalInterfaceDef s)
           
static ExtLocalInterfaceDef ExtLocalInterfaceDefHelper.extract(Any any)
           
static void LocalInterfaceDefHelper.insert(Any any, LocalInterfaceDef s)
           
static LocalInterfaceDef LocalInterfaceDefHelper.extract(Any any)
           
static void ExtAbstractInterfaceDefHelper.insert(Any any, ExtAbstractInterfaceDef s)
           
static ExtAbstractInterfaceDef ExtAbstractInterfaceDefHelper.extract(Any any)
           
static void AbstractInterfaceDefHelper.insert(Any any, AbstractInterfaceDef s)
           
static AbstractInterfaceDef AbstractInterfaceDefHelper.extract(Any any)
           
static void ValueBoxDefHelper.insert(Any any, ValueBoxDef s)
           
static ValueBoxDef ValueBoxDefHelper.extract(Any any)
           
static void ExtValueDefHelper.insert(Any any, ExtValueDef s)
           
static ExtValueDef ExtValueDefHelper.extract(Any any)
           
static void ValueDescriptionHelper.insert(Any any, ValueDescription s)
           
static ValueDescription ValueDescriptionHelper.extract(Any any)
           
static void ValueDefHelper.insert(Any any, ValueDef s)
           
static ValueDef ValueDefHelper.extract(Any any)
           
static void ValueMemberDefHelper.insert(Any any, ValueMemberDef s)
           
static ValueMemberDef ValueMemberDefHelper.extract(Any any)
           
static void ValueMemberSeqHelper.insert(Any any, ValueMember[] s)
           
static ValueMember[] ValueMemberSeqHelper.extract(Any any)
           
static void ValueMemberHelper.insert(Any any, ValueMember s)
           
static ValueMember ValueMemberHelper.extract(Any any)
           
static void VisibilityHelper.insert(Any any, short s)
           
static short VisibilityHelper.extract(Any any)
           
static void ExtInterfaceDefHelper.insert(Any any, ExtInterfaceDef s)
           
static ExtInterfaceDef ExtInterfaceDefHelper.extract(Any any)
           
static void InterfaceAttrExtensionHelper.insert(Any any, InterfaceAttrExtension s)
           
static InterfaceAttrExtension InterfaceAttrExtensionHelper.extract(Any any)
           
static void InterfaceDescriptionHelper.insert(Any any, InterfaceDescription s)
           
static InterfaceDescription InterfaceDescriptionHelper.extract(Any any)
           
static void InterfaceDefHelper.insert(Any any, InterfaceDef s)
           
static InterfaceDef InterfaceDefHelper.extract(Any any)
           
static void ExtAttrDescriptionSeqHelper.insert(Any any, ExtAttributeDescription[] s)
           
static ExtAttributeDescription[] ExtAttrDescriptionSeqHelper.extract(Any any)
           
static void AttrDescriptionSeqHelper.insert(Any any, AttributeDescription[] s)
           
static AttributeDescription[] AttrDescriptionSeqHelper.extract(Any any)
           
static void OpDescriptionSeqHelper.insert(Any any, OperationDescription[] s)
           
static OperationDescription[] OpDescriptionSeqHelper.extract(Any any)
           
static void RepositoryIdSeqHelper.insert(Any any, java.lang.String[] s)
           
static java.lang.String[] RepositoryIdSeqHelper.extract(Any any)
           
static void OperationDescriptionHelper.insert(Any any, OperationDescription s)
           
static OperationDescription OperationDescriptionHelper.extract(Any any)
           
static void OperationDefHelper.insert(Any any, OperationDef s)
           
static OperationDef OperationDefHelper.extract(Any any)
           
static void ExceptionDefSeqHelper.insert(Any any, ExceptionDef[] s)
           
static ExceptionDef[] ExceptionDefSeqHelper.extract(Any any)
           
static void ContextIdSeqHelper.insert(Any any, java.lang.String[] s)
           
static java.lang.String[] ContextIdSeqHelper.extract(Any any)
           
static void ContextIdentifierHelper.insert(Any any, java.lang.String s)
           
static java.lang.String ContextIdentifierHelper.extract(Any any)
           
static void ParDescriptionSeqHelper.insert(Any any, ParameterDescription[] s)
           
static ParameterDescription[] ParDescriptionSeqHelper.extract(Any any)
           
static void ParameterDescriptionHelper.insert(Any any, ParameterDescription s)
           
static ParameterDescription ParameterDescriptionHelper.extract(Any any)
           
static void ParameterModeHelper.insert(Any any, ParameterMode s)
           
static ParameterMode ParameterModeHelper.extract(Any any)
           
static void OperationModeHelper.insert(Any any, OperationMode s)
           
static OperationMode OperationModeHelper.extract(Any any)
           
static void ExtAttributeDefHelper.insert(Any any, ExtAttributeDef s)
           
static ExtAttributeDef ExtAttributeDefHelper.extract(Any any)
           
static void ExtAttributeDescriptionHelper.insert(Any any, ExtAttributeDescription s)
           
static ExtAttributeDescription ExtAttributeDescriptionHelper.extract(Any any)
           
static void AttributeDescriptionHelper.insert(Any any, AttributeDescription s)
           
static AttributeDescription AttributeDescriptionHelper.extract(Any any)
           
static void AttributeDefHelper.insert(Any any, AttributeDef s)
           
static AttributeDef AttributeDefHelper.extract(Any any)
           
static void AttributeModeHelper.insert(Any any, AttributeMode s)
           
static AttributeMode AttributeModeHelper.extract(Any any)
           
static void ExceptionDefHelper.insert(Any any, ExceptionDef s)
           
static ExceptionDef ExceptionDefHelper.extract(Any any)
           
static void ArrayDefHelper.insert(Any any, ArrayDef s)
           
static ArrayDef ArrayDefHelper.extract(Any any)
           
static void SequenceDefHelper.insert(Any any, SequenceDef s)
           
static SequenceDef SequenceDefHelper.extract(Any any)
           
static void FixedDefHelper.insert(Any any, FixedDef s)
           
static FixedDef FixedDefHelper.extract(Any any)
           
static void WstringDefHelper.insert(Any any, WstringDef s)
           
static WstringDef WstringDefHelper.extract(Any any)
           
static void StringDefHelper.insert(Any any, StringDef s)
           
static StringDef StringDefHelper.extract(Any any)
           
static void PrimitiveDefHelper.insert(Any any, PrimitiveDef s)
           
static PrimitiveDef PrimitiveDefHelper.extract(Any any)
           
static void NativeDefHelper.insert(Any any, NativeDef s)
           
static NativeDef NativeDefHelper.extract(Any any)
           
static void AliasDefHelper.insert(Any any, AliasDef s)
           
static AliasDef AliasDefHelper.extract(Any any)
           
static void EnumDefHelper.insert(Any any, EnumDef s)
           
static EnumDef EnumDefHelper.extract(Any any)
           
static void UnionDefHelper.insert(Any any, UnionDef s)
           
static UnionDef UnionDefHelper.extract(Any any)
           
static void StructDefHelper.insert(Any any, StructDef s)
           
static StructDef StructDefHelper.extract(Any any)
           
static void TypeDescriptionHelper.insert(Any any, TypeDescription s)
           
static TypeDescription TypeDescriptionHelper.extract(Any any)
           
static void TypedefDefHelper.insert(Any any, TypedefDef s)
           
static TypedefDef TypedefDefHelper.extract(Any any)
           
static void ConstantDescriptionHelper.insert(Any any, ConstantDescription s)
           
static ConstantDescription ConstantDescriptionHelper.extract(Any any)
           
static void ConstantDefHelper.insert(Any any, ConstantDef s)
           
static ConstantDef ConstantDefHelper.extract(Any any)
           
 void ConstantDefOperations.value(Any arg)
           
static void ModuleDescriptionHelper.insert(Any any, ModuleDescription s)
           
static ModuleDescription ModuleDescriptionHelper.extract(Any any)
           
static void ModuleDefHelper.insert(Any any, ModuleDef s)
           
static ModuleDef ModuleDefHelper.extract(Any any)
           
static void RepositoryHelper.insert(Any any, Repository s)
           
static Repository RepositoryHelper.extract(Any any)
           
static void PrimitiveKindHelper.insert(Any any, PrimitiveKind s)
           
static PrimitiveKind PrimitiveKindHelper.extract(Any any)
           
static void IDLTypeHelper.insert(Any any, IDLType s)
           
static IDLType IDLTypeHelper.extract(Any any)
           
static void ContainerHelper.insert(Any any, Container s)
           
static Container ContainerHelper.extract(Any any)
           
 ConstantDef ContainerOperations.create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)
           
static void EnumMemberSeqHelper.insert(Any any, java.lang.String[] s)
           
static java.lang.String[] EnumMemberSeqHelper.extract(Any any)
           
static void UnionMemberSeqHelper.insert(Any any, UnionMember[] s)
           
static UnionMember[] UnionMemberSeqHelper.extract(Any any)
           
static void ExtInitializerSeqHelper.insert(Any any, ExtInitializer[] s)
           
static ExtInitializer[] ExtInitializerSeqHelper.extract(Any any)
           
static void ExtInitializerHelper.insert(Any any, ExtInitializer s)
           
static ExtInitializer ExtInitializerHelper.extract(Any any)
           
static void ExcDescriptionSeqHelper.insert(Any any, ExceptionDescription[] s)
           
static ExceptionDescription[] ExcDescriptionSeqHelper.extract(Any any)
           
static void ExceptionDescriptionHelper.insert(Any any, ExceptionDescription s)
           
static ExceptionDescription ExceptionDescriptionHelper.extract(Any any)
           
static void UnionMemberHelper.insert(Any any, UnionMember s)
           
static UnionMember UnionMemberHelper.extract(Any any)
           
static void InitializerSeqHelper.insert(Any any, Initializer[] s)
           
static Initializer[] InitializerSeqHelper.extract(Any any)
           
static void InitializerHelper.insert(Any any, Initializer s)
           
static Initializer InitializerHelper.extract(Any any)
           
static void StructMemberSeqHelper.insert(Any any, StructMember[] s)
           
static StructMember[] StructMemberSeqHelper.extract(Any any)
           
static void StructMemberHelper.insert(Any any, StructMember s)
           
static StructMember StructMemberHelper.extract(Any any)
           
static void ContainedSeqHelper.insert(Any any, Contained[] s)
           
static Contained[] ContainedSeqHelper.extract(Any any)
           
static void ExtLocalInterfaceDefSeqHelper.insert(Any any, ExtLocalInterfaceDef[] s)
           
static ExtLocalInterfaceDef[] ExtLocalInterfaceDefSeqHelper.extract(Any any)
           
static void ExtAbstractInterfaceDefSeqHelper.insert(Any any, ExtAbstractInterfaceDef[] s)
           
static ExtAbstractInterfaceDef[] ExtAbstractInterfaceDefSeqHelper.extract(Any any)
           
static void ExtValueDefSeqHelper.insert(Any any, ExtValueDef[] s)
           
static ExtValueDef[] ExtValueDefSeqHelper.extract(Any any)
           
static void ExtInterfaceDefSeqHelper.insert(Any any, ExtInterfaceDef[] s)
           
static ExtInterfaceDef[] ExtInterfaceDefSeqHelper.extract(Any any)
           
static void LocalInterfaceDefSeqHelper.insert(Any any, LocalInterfaceDef[] s)
           
static LocalInterfaceDef[] LocalInterfaceDefSeqHelper.extract(Any any)
           
static void AbstractInterfaceDefSeqHelper.insert(Any any, AbstractInterfaceDef[] s)
           
static AbstractInterfaceDef[] AbstractInterfaceDefSeqHelper.extract(Any any)
           
static void ValueDefSeqHelper.insert(Any any, ValueDef[] s)
           
static ValueDef[] ValueDefSeqHelper.extract(Any any)
           
static void InterfaceDefSeqHelper.insert(Any any, InterfaceDef[] s)
           
static InterfaceDef[] InterfaceDefSeqHelper.extract(Any any)
           
static void ContainedHelper.insert(Any any, Contained s)
           
static Contained ContainedHelper.extract(Any any)
           
static void VersionSpecHelper.insert(Any any, java.lang.String s)
           
static java.lang.String VersionSpecHelper.extract(Any any)
           
static void IRObjectHelper.insert(Any any, IRObject s)
           
static IRObject IRObjectHelper.extract(Any any)
           
static void DefinitionKindHelper.insert(Any any, DefinitionKind s)
           
static DefinitionKind DefinitionKindHelper.extract(Any any)
           
static void RepositoryIdHelper.insert(Any any, java.lang.String s)
           
static java.lang.String RepositoryIdHelper.extract(Any any)
           
static void ScopedNameHelper.insert(Any any, java.lang.String s)
           
static java.lang.String ScopedNameHelper.extract(Any any)
           
static void PollableSetHelper.insert(Any any, PollableSet s)
           
static PollableSet PollableSetHelper.extract(Any any)
           
static void WStringValueHelper.insert(Any any, java.lang.String s)
           
static java.lang.String WStringValueHelper.extract(Any any)
           
static void StringValueHelper.insert(Any any, java.lang.String s)
           
static java.lang.String StringValueHelper.extract(Any any)
           
static void DomainManagersListHelper.insert(Any any, DomainManager[] s)
           
static DomainManager[] DomainManagersListHelper.extract(Any any)
           
static void ConstructionPolicyHelper.insert(Any any, ConstructionPolicy s)
           
static ConstructionPolicy ConstructionPolicyHelper.extract(Any any)
           
static void DomainManagerHelper.insert(Any any, DomainManager s)
           
static DomainManager DomainManagerHelper.extract(Any any)
           
static void PolicyErrorHelper.insert(Any any, PolicyError s)
           
static PolicyError PolicyErrorHelper.extract(Any any)
           
static void PolicyErrorCodeHelper.insert(Any any, short s)
           
static short PolicyErrorCodeHelper.extract(Any any)
           
static void PolicyTypeSeqHelper.insert(Any any, int[] s)
           
static int[] PolicyTypeSeqHelper.extract(Any any)
           
static void PolicyListHelper.insert(Any any, Policy[] s)
           
static Policy[] PolicyListHelper.extract(Any any)
           
static void PolicyHelper.insert(Any any, Policy s)
           
static Policy PolicyHelper.extract(Any any)
           
static void PolicyTypeHelper.insert(Any any, int s)
           
static int PolicyTypeHelper.extract(Any any)
           
static void CurrentHelper.insert(Any any, Current s)
           
static Current CurrentHelper.extract(Any any)
           
static void IdentifierHelper.insert(Any any, java.lang.String s)
           
static java.lang.String IdentifierHelper.extract(Any any)
           
static void CompletionStatusHelper.insert(Any any, CompletionStatus s)
           
static CompletionStatus CompletionStatusHelper.extract(Any any)
           
 

Constructors in org.omg.CORBA with parameters of type Any
UnknownUserException(Any a)
           
AnyHolder(Any initial)
           
AnySeqHolder(Any[] initial)
           
ConstantDescription(java.lang.String name, java.lang.String id, java.lang.String defined_in, java.lang.String version, TypeCode type, Any value)
           
UnionMember(java.lang.String name, Any label, TypeCode type, IDLType type_def)
           
 

Uses of Any in org.omg.CORBA.ContainedPackage
 

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

Methods in org.omg.CORBA.ContainedPackage with parameters of type Any
static void DescriptionHelper.insert(Any any, Description s)
           
static Description DescriptionHelper.extract(Any any)
           
 

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

Uses of Any in org.omg.CORBA.ContainerPackage
 

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

Methods in org.omg.CORBA.ContainerPackage with parameters of type Any
static void DescriptionSeqHelper.insert(Any any, Description[] s)
           
static Description[] DescriptionSeqHelper.extract(Any any)
           
static void DescriptionHelper.insert(Any any, Description s)
           
static Description DescriptionHelper.extract(Any any)
           
 

Constructors in org.omg.CORBA.ContainerPackage with parameters of type Any
Description(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 Any
static void ExtFullValueDescriptionHelper.insert(Any any, ExtFullValueDescription s)
           
static ExtFullValueDescription ExtFullValueDescriptionHelper.extract(Any any)
           
 

Uses of Any in org.omg.CORBA.InterfaceAttrExtensionPackage
 

Methods in org.omg.CORBA.InterfaceAttrExtensionPackage with parameters of type Any
static void ExtFullInterfaceDescriptionHelper.insert(Any any, ExtFullInterfaceDescription s)
           
static ExtFullInterfaceDescription ExtFullInterfaceDescriptionHelper.extract(Any any)
           
 

Uses of Any in org.omg.CORBA.InterfaceDefPackage
 

Methods in org.omg.CORBA.InterfaceDefPackage with parameters of type Any
static void FullInterfaceDescriptionHelper.insert(Any any, FullInterfaceDescription s)
           
static FullInterfaceDescription FullInterfaceDescriptionHelper.extract(Any any)
           
 

Uses of Any in org.omg.CORBA.ORBPackage
 

Methods in org.omg.CORBA.ORBPackage with parameters of type Any
static void InvalidNameHelper.insert(Any any, InvalidName _value)
           
static InvalidName InvalidNameHelper.extract(Any any)
           
static void InconsistentTypeCodeHelper.insert(Any any, InconsistentTypeCode _value)
           
static InconsistentTypeCode InconsistentTypeCodeHelper.extract(Any any)
           
 

Uses of Any in org.omg.CORBA.PollableSetPackage
 

Methods in org.omg.CORBA.PollableSetPackage with parameters of type Any
static void UnknownPollableHelper.insert(Any any, UnknownPollable s)
           
static UnknownPollable UnknownPollableHelper.extract(Any any)
           
static void NoPossiblePollableHelper.insert(Any any, NoPossiblePollable s)
           
static NoPossiblePollable NoPossiblePollableHelper.extract(Any any)
           
 

Uses of Any in org.omg.CORBA.portable
 

Methods in org.omg.CORBA.portable that return Any
abstract  Any InputStream.read_any()
           
 

Methods in org.omg.CORBA.portable with parameters of type Any
abstract  void OutputStream.write_any(Any value)
           
 

Uses of Any in org.omg.CORBA.TypeCodePackage
 

Methods in org.omg.CORBA.TypeCodePackage with parameters of type Any
static void BadKindHelper.insert(Any any, BadKind _value)
           
static BadKind BadKindHelper.extract(Any any)
           
static void BoundsHelper.insert(Any any, Bounds _value)
           
static Bounds BoundsHelper.extract(Any any)
           
 

Uses of Any in org.omg.CORBA.ValueDefPackage
 

Methods in org.omg.CORBA.ValueDefPackage with parameters of type Any
static void FullValueDescriptionHelper.insert(Any any, FullValueDescription s)
           
static FullValueDescription FullValueDescriptionHelper.extract(Any any)
           
 

Uses of Any in org.omg.CosNaming
 

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

Uses of Any in org.omg.CosNaming.NamingContextExtPackage
 

Methods in org.omg.CosNaming.NamingContextExtPackage with parameters of type Any
static void InvalidAddressHelper.insert(Any any, InvalidAddress s)
           
static InvalidAddress InvalidAddressHelper.extract(Any any)
           
static void URLStringHelper.insert(Any any, java.lang.String s)
           
static java.lang.String URLStringHelper.extract(Any any)
           
static void AddressHelper.insert(Any any, java.lang.String s)
           
static java.lang.String AddressHelper.extract(Any any)
           
static void StringNameHelper.insert(Any any, java.lang.String s)
           
static java.lang.String StringNameHelper.extract(Any any)
           
 

Uses of Any in org.omg.CosNaming.NamingContextPackage
 

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

Uses of Any in org.omg.CosTransactions
 

Fields in org.omg.CosTransactions declared as Any
 Any PropagationContext.implementation_specific_data
           
 

Methods in org.omg.CosTransactions with parameters of type Any
static void NonTxTargetPolicyHelper.insert(Any any, NonTxTargetPolicy s)
           
static NonTxTargetPolicy NonTxTargetPolicyHelper.extract(Any any)
           
static void OTSPolicyHelper.insert(Any any, OTSPolicy s)
           
static OTSPolicy OTSPolicyHelper.extract(Any any)
           
static void InvocationPolicyHelper.insert(Any any, InvocationPolicy s)
           
static InvocationPolicy InvocationPolicyHelper.extract(Any any)
           
static void NonTxTargetPolicyValueHelper.insert(Any any, short s)
           
static short NonTxTargetPolicyValueHelper.extract(Any any)
           
static void OTSPolicyValueHelper.insert(Any any, short s)
           
static short OTSPolicyValueHelper.extract(Any any)
           
static void InvocationPolicyValueHelper.insert(Any any, short s)
           
static short InvocationPolicyValueHelper.extract(Any any)
           
static void TransactionPolicyHelper.insert(Any any, TransactionPolicy s)
           
static TransactionPolicy TransactionPolicyHelper.extract(Any any)
           
static void TransactionalObjectHelper.insert(Any any, TransactionalObject s)
           
static TransactionalObject TransactionalObjectHelper.extract(Any any)
           
static void SubtransactionAwareResourceHelper.insert(Any any, SubtransactionAwareResource s)
           
static SubtransactionAwareResource SubtransactionAwareResourceHelper.extract(Any any)
           
static void SynchronizationHelper.insert(Any any, Synchronization s)
           
static Synchronization SynchronizationHelper.extract(Any any)
           
static void ResourceHelper.insert(Any any, Resource s)
           
static Resource ResourceHelper.extract(Any any)
           
static void RecoveryCoordinatorHelper.insert(Any any, RecoveryCoordinator s)
           
static RecoveryCoordinator RecoveryCoordinatorHelper.extract(Any any)
           
static void CoordinatorHelper.insert(Any any, Coordinator s)
           
static Coordinator CoordinatorHelper.extract(Any any)
           
static void TerminatorHelper.insert(Any any, Terminator s)
           
static Terminator TerminatorHelper.extract(Any any)
           
static void ControlHelper.insert(Any any, Control s)
           
static Control ControlHelper.extract(Any any)
           
static void TransactionFactoryHelper.insert(Any any, TransactionFactory s)
           
static TransactionFactory TransactionFactoryHelper.extract(Any any)
           
static void CurrentHelper.insert(Any any, Current s)
           
static Current CurrentHelper.extract(Any any)
           
static void SynchronizationUnavailableHelper.insert(Any any, SynchronizationUnavailable s)
           
static SynchronizationUnavailable SynchronizationUnavailableHelper.extract(Any any)
           
static void UnavailableHelper.insert(Any any, Unavailable s)
           
static Unavailable UnavailableHelper.extract(Any any)
           
static void InvalidControlHelper.insert(Any any, InvalidControl s)
           
static InvalidControl InvalidControlHelper.extract(Any any)
           
static void NoTransactionHelper.insert(Any any, NoTransaction s)
           
static NoTransaction NoTransactionHelper.extract(Any any)
           
static void NotPreparedHelper.insert(Any any, NotPrepared s)
           
static NotPrepared NotPreparedHelper.extract(Any any)
           
static void InactiveHelper.insert(Any any, Inactive s)
           
static Inactive InactiveHelper.extract(Any any)
           
static void NotSubtransactionHelper.insert(Any any, NotSubtransaction s)
           
static NotSubtransaction NotSubtransactionHelper.extract(Any any)
           
static void SubtransactionsUnavailableHelper.insert(Any any, SubtransactionsUnavailable s)
           
static SubtransactionsUnavailable SubtransactionsUnavailableHelper.extract(Any any)
           
static void HeuristicHazardHelper.insert(Any any, HeuristicHazard s)
           
static HeuristicHazard HeuristicHazardHelper.extract(Any any)
           
static void HeuristicMixedHelper.insert(Any any, HeuristicMixed s)
           
static HeuristicMixed HeuristicMixedHelper.extract(Any any)
           
static void HeuristicCommitHelper.insert(Any any, HeuristicCommit s)
           
static HeuristicCommit HeuristicCommitHelper.extract(Any any)
           
static void HeuristicRollbackHelper.insert(Any any, HeuristicRollback s)
           
static HeuristicRollback HeuristicRollbackHelper.extract(Any any)
           
static void PropagationContextHelper.insert(Any any, PropagationContext s)
           
static PropagationContext PropagationContextHelper.extract(Any any)
           
static void TransIdentityHelper.insert(Any any, TransIdentity s)
           
static TransIdentity TransIdentityHelper.extract(Any any)
           
static void otid_tHelper.insert(Any any, otid_t s)
           
static otid_t otid_tHelper.extract(Any any)
           
static void TransactionPolicyValueHelper.insert(Any any, short s)
           
static short TransactionPolicyValueHelper.extract(Any any)
           
static void VoteHelper.insert(Any any, Vote s)
           
static Vote VoteHelper.extract(Any any)
           
static void StatusHelper.insert(Any any, Status s)
           
static Status StatusHelper.extract(Any any)
           
 

Constructors in org.omg.CosTransactions with parameters of type Any
PropagationContext(int timeout, TransIdentity current, TransIdentity[] parents, Any implementation_specific_data)
           
 

Uses of Any in org.omg.CosTSInteroperation
 

Methods in org.omg.CosTSInteroperation with parameters of type Any
static void TransactionPolicyComponentHelper.insert(Any any, TransactionPolicyComponent s)
           
static TransactionPolicyComponent TransactionPolicyComponentHelper.extract(Any any)
           
 

Uses of Any in org.omg.CSI
 

Methods in org.omg.CSI with parameters of type Any
static void StringOIDHelper.insert(Any any, java.lang.String s)
           
static java.lang.String StringOIDHelper.extract(Any any)
           
static void SASContextBodyHelper.insert(Any any, SASContextBody s)
           
static SASContextBody SASContextBodyHelper.extract(Any any)
           
static void MessageInContextHelper.insert(Any any, MessageInContext s)
           
static MessageInContext MessageInContextHelper.extract(Any any)
           
static void ContextErrorHelper.insert(Any any, ContextError s)
           
static ContextError ContextErrorHelper.extract(Any any)
           
static void CompleteEstablishContextHelper.insert(Any any, CompleteEstablishContext s)
           
static CompleteEstablishContext CompleteEstablishContextHelper.extract(Any any)
           
static void EstablishContextHelper.insert(Any any, EstablishContext s)
           
static EstablishContext EstablishContextHelper.extract(Any any)
           
static void IdentityTokenHelper.insert(Any any, IdentityToken s)
           
static IdentityToken IdentityTokenHelper.extract(Any any)
           
static void IdentityExtensionHelper.insert(Any any, byte[] s)
           
static byte[] IdentityExtensionHelper.extract(Any any)
           
static void IdentityTokenTypeHelper.insert(Any any, int s)
           
static int IdentityTokenTypeHelper.extract(Any any)
           
static void AuthorizationTokenHelper.insert(Any any, AuthorizationElement[] s)
           
static AuthorizationElement[] AuthorizationTokenHelper.extract(Any any)
           
static void AuthorizationElementHelper.insert(Any any, AuthorizationElement s)
           
static AuthorizationElement AuthorizationElementHelper.extract(Any any)
           
static void AuthorizationElementContentsHelper.insert(Any any, byte[] s)
           
static byte[] AuthorizationElementContentsHelper.extract(Any any)
           
static void AuthorizationElementTypeHelper.insert(Any any, int s)
           
static int AuthorizationElementTypeHelper.extract(Any any)
           
static void ContextIdHelper.insert(Any any, long s)
           
static long ContextIdHelper.extract(Any any)
           
static void MsgTypeHelper.insert(Any any, short s)
           
static short MsgTypeHelper.extract(Any any)
           
static void GSS_NT_ExportedNameListHelper.insert(Any any, byte[][] s)
           
static byte[][] GSS_NT_ExportedNameListHelper.extract(Any any)
           
static void GSS_NT_ExportedNameHelper.insert(Any any, byte[] s)
           
static byte[] GSS_NT_ExportedNameHelper.extract(Any any)
           
static void GSSTokenHelper.insert(Any any, byte[] s)
           
static byte[] GSSTokenHelper.extract(Any any)
           
static void OIDListHelper.insert(Any any, byte[][] s)
           
static byte[][] OIDListHelper.extract(Any any)
           
static void OIDHelper.insert(Any any, byte[] s)
           
static byte[] OIDHelper.extract(Any any)
           
static void UTF8StringHelper.insert(Any any, byte[] s)
           
static byte[] UTF8StringHelper.extract(Any any)
           
static void X501DistinguishedNameHelper.insert(Any any, byte[] s)
           
static byte[] X501DistinguishedNameHelper.extract(Any any)
           
static void X509CertificateChainHelper.insert(Any any, byte[] s)
           
static byte[] X509CertificateChainHelper.extract(Any any)
           
 

Uses of Any in org.omg.CSIIOP
 

Methods in org.omg.CSIIOP with parameters of type Any
static void TLS_SEC_TRANSHelper.insert(Any any, TLS_SEC_TRANS s)
           
static TLS_SEC_TRANS TLS_SEC_TRANSHelper.extract(Any any)
           
static void SECIOP_SEC_TRANSHelper.insert(Any any, SECIOP_SEC_TRANS s)
           
static SECIOP_SEC_TRANS SECIOP_SEC_TRANSHelper.extract(Any any)
           
static void TransportAddressListHelper.insert(Any any, TransportAddress[] s)
           
static TransportAddress[] TransportAddressListHelper.extract(Any any)
           
static void TransportAddressHelper.insert(Any any, TransportAddress s)
           
static TransportAddress TransportAddressHelper.extract(Any any)
           
static void CompoundSecMechListHelper.insert(Any any, CompoundSecMechList s)
           
static CompoundSecMechList CompoundSecMechListHelper.extract(Any any)
           
static void CompoundSecMechanismsHelper.insert(Any any, CompoundSecMech[] s)
           
static CompoundSecMech[] CompoundSecMechanismsHelper.extract(Any any)
           
static void CompoundSecMechHelper.insert(Any any, CompoundSecMech s)
           
static CompoundSecMech CompoundSecMechHelper.extract(Any any)
           
static void SAS_ContextSecHelper.insert(Any any, SAS_ContextSec s)
           
static SAS_ContextSec SAS_ContextSecHelper.extract(Any any)
           
static void AS_ContextSecHelper.insert(Any any, AS_ContextSec s)
           
static AS_ContextSec AS_ContextSecHelper.extract(Any any)
           
static void ServiceConfigurationListHelper.insert(Any any, ServiceConfiguration[] s)
           
static ServiceConfiguration[] ServiceConfigurationListHelper.extract(Any any)
           
static void ServiceConfigurationHelper.insert(Any any, ServiceConfiguration s)
           
static ServiceConfiguration ServiceConfigurationHelper.extract(Any any)
           
static void ServiceSpecificNameHelper.insert(Any any, byte[] s)
           
static byte[] ServiceSpecificNameHelper.extract(Any any)
           
static void ServiceConfigurationSyntaxHelper.insert(Any any, int s)
           
static int ServiceConfigurationSyntaxHelper.extract(Any any)
           
static void AssociationOptionsHelper.insert(Any any, short s)
           
static short AssociationOptionsHelper.extract(Any any)
           
 

Uses of Any in org.omg.Dynamic
 

Fields in org.omg.Dynamic declared as Any
 Any Parameter.argument
           
 

Methods in org.omg.Dynamic with parameters of type Any
static void RequestContextHelper.insert(Any any, java.lang.String[] s)
           
static java.lang.String[] RequestContextHelper.extract(Any any)
           
static void ExceptionListHelper.insert(Any any, TypeCode[] s)
           
static TypeCode[] ExceptionListHelper.extract(Any any)
           
static void ContextListHelper.insert(Any any, java.lang.String[] s)
           
static java.lang.String[] ContextListHelper.extract(Any any)
           
static void ParameterListHelper.insert(Any any, Parameter[] s)
           
static Parameter[] ParameterListHelper.extract(Any any)
           
static void ParameterHelper.insert(Any any, Parameter s)
           
static Parameter ParameterHelper.extract(Any any)
           
 

Constructors in org.omg.Dynamic with parameters of type Any
Parameter(Any argument, ParameterMode mode)
           
 

Uses of Any in org.omg.GIOP
 

Methods in org.omg.GIOP with parameters of type Any
static void FragmentHeader_1_3Helper.insert(Any any, FragmentHeader_1_2 s)
           
static FragmentHeader_1_2 FragmentHeader_1_3Helper.extract(Any any)
           
static void FragmentHeader_1_2Helper.insert(Any any, FragmentHeader_1_2 s)
           
static FragmentHeader_1_2 FragmentHeader_1_2Helper.extract(Any any)
           
static void LocateReplyHeader_1_3Helper.insert(Any any, LocateReplyHeader_1_2 s)
           
static LocateReplyHeader_1_2 LocateReplyHeader_1_3Helper.extract(Any any)
           
static void LocateReplyHeader_1_2Helper.insert(Any any, LocateReplyHeader_1_2 s)
           
static LocateReplyHeader_1_2 LocateReplyHeader_1_2Helper.extract(Any any)
           
static void LocateStatusType_1_2Helper.insert(Any any, LocateStatusType_1_2 s)
           
static LocateStatusType_1_2 LocateStatusType_1_2Helper.extract(Any any)
           
static void LocateRequestHeader_1_3Helper.insert(Any any, LocateRequestHeader_1_2 s)
           
static LocateRequestHeader_1_2 LocateRequestHeader_1_3Helper.extract(Any any)
           
static void LocateRequestHeader_1_2Helper.insert(Any any, LocateRequestHeader_1_2 s)
           
static LocateRequestHeader_1_2 LocateRequestHeader_1_2Helper.extract(Any any)
           
static void LocateRequestHeader_1_1Helper.insert(Any any, LocateRequestHeader_1_0 s)
           
static LocateRequestHeader_1_0 LocateRequestHeader_1_1Helper.extract(Any any)
           
static void LocateRequestHeader_1_0Helper.insert(Any any, LocateRequestHeader_1_0 s)
           
static LocateRequestHeader_1_0 LocateRequestHeader_1_0Helper.extract(Any any)
           
static void CancelRequestHeaderHelper.insert(Any any, CancelRequestHeader s)
           
static CancelRequestHeader CancelRequestHeaderHelper.extract(Any any)
           
static void SystemExceptionReplyBodyHelper.insert(Any any, SystemExceptionReplyBody s)
           
static SystemExceptionReplyBody SystemExceptionReplyBodyHelper.extract(Any any)
           
static void ReplyHeader_1_3Helper.insert(Any any, ReplyHeader_1_2 s)
           
static ReplyHeader_1_2 ReplyHeader_1_3Helper.extract(Any any)
           
static void ReplyHeader_1_2Helper.insert(Any any, ReplyHeader_1_2 s)
           
static ReplyHeader_1_2 ReplyHeader_1_2Helper.extract(Any any)
           
static void ReplyStatusType_1_2Helper.insert(Any any, ReplyStatusType_1_2 s)
           
static ReplyStatusType_1_2 ReplyStatusType_1_2Helper.extract(Any any)
           
static void RequestHeader_1_3Helper.insert(Any any, RequestHeader_1_2 s)
           
static RequestHeader_1_2 RequestHeader_1_3Helper.extract(Any any)
           
static void RequestHeader_1_2Helper.insert(Any any, RequestHeader_1_2 s)
           
static RequestHeader_1_2 RequestHeader_1_2Helper.extract(Any any)
           
static void TargetAddressHelper.insert(Any any, TargetAddress s)
           
static TargetAddress TargetAddressHelper.extract(Any any)
           
static void IORAddressingInfoHelper.insert(Any any, IORAddressingInfo s)
           
static IORAddressingInfo IORAddressingInfoHelper.extract(Any any)
           
static void AddressingDispositionHelper.insert(Any any, short s)
           
static short AddressingDispositionHelper.extract(Any any)
           
static void RequestHeader_1_1Helper.insert(Any any, RequestHeader_1_1 s)
           
static RequestHeader_1_1 RequestHeader_1_1Helper.extract(Any any)
           
static void RequestHeader_1_0Helper.insert(Any any, RequestHeader_1_0 s)
           
static RequestHeader_1_0 RequestHeader_1_0Helper.extract(Any any)
           
static void MessageHeader_1_3Helper.insert(Any any, MessageHeader_1_1 s)
           
static MessageHeader_1_1 MessageHeader_1_3Helper.extract(Any any)
           
static void MessageHeader_1_2Helper.insert(Any any, MessageHeader_1_1 s)
           
static MessageHeader_1_1 MessageHeader_1_2Helper.extract(Any any)
           
static void MessageHeader_1_1Helper.insert(Any any, MessageHeader_1_1 s)
           
static MessageHeader_1_1 MessageHeader_1_1Helper.extract(Any any)
           
static void MessageHeader_1_0Helper.insert(Any any, MessageHeader_1_0 s)
           
static MessageHeader_1_0 MessageHeader_1_0Helper.extract(Any any)
           
static void MsgType_1_3Helper.insert(Any any, MsgType_1_1 s)
           
static MsgType_1_1 MsgType_1_3Helper.extract(Any any)
           
static void MsgType_1_2Helper.insert(Any any, MsgType_1_1 s)
           
static MsgType_1_1 MsgType_1_2Helper.extract(Any any)
           
static void MsgType_1_1Helper.insert(Any any, MsgType_1_1 s)
           
static MsgType_1_1 MsgType_1_1Helper.extract(Any any)
           
static void PrincipalHelper.insert(Any any, byte[] s)
           
static byte[] PrincipalHelper.extract(Any any)
           
static void VersionHelper.insert(Any any, Version s)
           
static Version VersionHelper.extract(Any any)
           
 

Uses of Any in org.omg.GSSUP
 

Methods in org.omg.GSSUP with parameters of type Any
static void ErrorTokenHelper.insert(Any any, ErrorToken s)
           
static ErrorToken ErrorTokenHelper.extract(Any any)
           
static void ErrorCodeHelper.insert(Any any, int s)
           
static int ErrorCodeHelper.extract(Any any)
           
static void InitialContextTokenHelper.insert(Any any, InitialContextToken s)
           
static InitialContextToken InitialContextTokenHelper.extract(Any any)
           
 

Uses of Any in org.omg.IIOP
 

Methods in org.omg.IIOP with parameters of type Any
static void BiDirIIOPServiceContextHelper.insert(Any any, BiDirIIOPServiceContext s)
           
static BiDirIIOPServiceContext BiDirIIOPServiceContextHelper.extract(Any any)
           
static void ListenPointListHelper.insert(Any any, ListenPoint[] s)
           
static ListenPoint[] ListenPointListHelper.extract(Any any)
           
static void ListenPointHelper.insert(Any any, ListenPoint s)
           
static ListenPoint ListenPointHelper.extract(Any any)
           
static void ProfileBody_1_1Helper.insert(Any any, ProfileBody_1_1 s)
           
static ProfileBody_1_1 ProfileBody_1_1Helper.extract(Any any)
           
static void ProfileBody_1_0Helper.insert(Any any, ProfileBody_1_0 s)
           
static ProfileBody_1_0 ProfileBody_1_0Helper.extract(Any any)
           
static void VersionHelper.insert(Any any, Version s)
           
static Version VersionHelper.extract(Any any)
           
 

Uses of Any in org.omg.IOP
 

Methods in org.omg.IOP that return Any
 Any CodecLocalTie.decode(byte[] data)
           
 Any CodecLocalTie.decode_value(byte[] data, TypeCode tc)
           
 Any CodecOperations.decode(byte[] data)
           
 Any CodecOperations.decode_value(byte[] data, TypeCode tc)
           
 

Methods in org.omg.IOP with parameters of type Any
static void CodecFactoryHelper.insert(Any any, CodecFactory s)
           
static CodecFactory CodecFactoryHelper.extract(Any any)
           
static void EncodingHelper.insert(Any any, Encoding s)
           
static Encoding EncodingHelper.extract(Any any)
           
static void EncodingFormatHelper.insert(Any any, short s)
           
static short EncodingFormatHelper.extract(Any any)
           
 byte[] CodecLocalTie.encode_value(Any data)
           
 byte[] CodecLocalTie.encode(Any data)
           
static void CodecHelper.insert(Any any, Codec s)
           
static Codec CodecHelper.extract(Any any)
           
 byte[] CodecOperations.encode(Any data)
           
 byte[] CodecOperations.encode_value(Any data)
           
static void ServiceContextListHelper.insert(Any any, ServiceContext[] s)
           
static ServiceContext[] ServiceContextListHelper.extract(Any any)
           
static void ServiceContextHelper.insert(Any any, ServiceContext s)
           
static ServiceContext ServiceContextHelper.extract(Any any)
           
static void ServiceIdHelper.insert(Any any, int s)
           
static int ServiceIdHelper.extract(Any any)
           
static void TaggedComponentSeqHelper.insert(Any any, TaggedComponent[] s)
           
static TaggedComponent[] TaggedComponentSeqHelper.extract(Any any)
           
static void MultipleComponentProfileHelper.insert(Any any, TaggedComponent[] s)
           
static TaggedComponent[] MultipleComponentProfileHelper.extract(Any any)
           
static void TaggedComponentHelper.insert(Any any, TaggedComponent s)
           
static TaggedComponent TaggedComponentHelper.extract(Any any)
           
static void ComponentIdHelper.insert(Any any, int s)
           
static int ComponentIdHelper.extract(Any any)
           
static void IORHelper.insert(Any any, IOR s)
           
static IOR IORHelper.extract(Any any)
           
static void TaggedProfileHelper.insert(Any any, TaggedProfile s)
           
static TaggedProfile TaggedProfileHelper.extract(Any any)
           
static void ProfileIdHelper.insert(Any any, int s)
           
static int ProfileIdHelper.extract(Any any)
           
 

Uses of Any in org.omg.IOP.CodecFactoryPackage
 

Methods in org.omg.IOP.CodecFactoryPackage with parameters of type Any
static void UnknownEncodingHelper.insert(Any any, UnknownEncoding s)
           
static UnknownEncoding UnknownEncodingHelper.extract(Any any)
           
 

Uses of Any in org.omg.IOP.CodecPackage
 

Methods in org.omg.IOP.CodecPackage with parameters of type Any
static void TypeMismatchHelper.insert(Any any, TypeMismatch s)
           
static TypeMismatch TypeMismatchHelper.extract(Any any)
           
static void FormatMismatchHelper.insert(Any any, FormatMismatch s)
           
static FormatMismatch FormatMismatchHelper.extract(Any any)
           
static void InvalidTypeForEncodingHelper.insert(Any any, InvalidTypeForEncoding s)
           
static InvalidTypeForEncoding InvalidTypeForEncodingHelper.extract(Any any)
           
 

Uses of Any in org.omg.PortableInterceptor
 

Methods in org.omg.PortableInterceptor that return Any
 Any ServerRequestInfoLocalTie.get_slot(int id)
           
 Any ServerRequestInfoLocalTie.sending_exception()
           
 Any ServerRequestInfoLocalTie.result()
           
 Any ServerRequestInfoOperations.sending_exception()
           
 Any ClientRequestInfoLocalTie.get_slot(int id)
           
 Any ClientRequestInfoLocalTie.received_exception()
           
 Any ClientRequestInfoLocalTie.result()
           
 Any ClientRequestInfoOperations.received_exception()
           
 Any RequestInfoLocalTie.result()
           
 Any RequestInfoLocalTie.get_slot(int id)
           
 Any RequestInfoOperations.result()
           
 Any RequestInfoOperations.get_slot(int id)
           
 Any CurrentLocalTie.get_slot(int id)
           
 Any CurrentOperations.get_slot(int id)
           
 

Methods in org.omg.PortableInterceptor with parameters of type Any
static void ORBInitializerHelper.insert(Any any, ORBInitializer s)
           
static ORBInitializer ORBInitializerHelper.extract(Any any)
           
static void ORBInitInfoHelper.insert(Any any, ORBInitInfo s)
           
static ORBInitInfo ORBInitInfoHelper.extract(Any any)
           
 Policy PolicyFactoryLocalTie.create_policy(int type, Any value)
           
static void PolicyFactoryHelper.insert(Any any, PolicyFactory s)
           
static PolicyFactory PolicyFactoryHelper.extract(Any any)
           
 Policy PolicyFactoryOperations.create_policy(int type, Any value)
           
static void IORInterceptor_3_0Helper.insert(Any any, IORInterceptor_3_0 s)
           
static IORInterceptor_3_0 IORInterceptor_3_0Helper.extract(Any any)
           
static void IORInterceptorHelper.insert(Any any, IORInterceptor s)
           
static IORInterceptor IORInterceptorHelper.extract(Any any)
           
static void IORInfoHelper.insert(Any any, IORInfo s)
           
static IORInfo IORInfoHelper.extract(Any any)
           
static void AdapterStateHelper.insert(Any any, short s)
           
static short AdapterStateHelper.extract(Any any)
           
static void AdapterManagerIdHelper.insert(Any any, java.lang.String s)
           
static java.lang.String AdapterManagerIdHelper.extract(Any any)
           
static void ObjectReferenceTemplateSeqHelper.insert(Any any, ObjectReferenceTemplate[] s)
           
static ObjectReferenceTemplate[] ObjectReferenceTemplateSeqHelper.extract(Any any)
           
static void ServerRequestInterceptorHelper.insert(Any any, ServerRequestInterceptor s)
           
static ServerRequestInterceptor ServerRequestInterceptorHelper.extract(Any any)
           
static void ClientRequestInterceptorHelper.insert(Any any, ClientRequestInterceptor s)
           
static ClientRequestInterceptor ClientRequestInterceptorHelper.extract(Any any)
           
 void ServerRequestInfoLocalTie.set_slot(int id, Any data)
           
static void ServerRequestInfoHelper.insert(Any any, ServerRequestInfo s)
           
static ServerRequestInfo ServerRequestInfoHelper.extract(Any any)
           
 void ServerRequestInfoOperations.set_slot(int id, Any data)
           
static void ObjectIdHelper.insert(Any any, byte[] s)
           
static byte[] ObjectIdHelper.extract(Any any)
           
static void AdapterNameHelper.insert(Any any, java.lang.String[] s)
           
static java.lang.String[] AdapterNameHelper.extract(Any any)
           
static void ORBIdHelper.insert(Any any, java.lang.String s)
           
static java.lang.String ORBIdHelper.extract(Any any)
           
static void ServerIdHelper.insert(Any any, java.lang.String s)
           
static java.lang.String ServerIdHelper.extract(Any any)
           
static void ClientRequestInfoHelper.insert(Any any, ClientRequestInfo s)
           
static ClientRequestInfo ClientRequestInfoHelper.extract(Any any)
           
static void RequestInfoHelper.insert(Any any, RequestInfo s)
           
static RequestInfo RequestInfoHelper.extract(Any any)
           
 void CurrentLocalTie.set_slot(int id, Any data)
           
static void CurrentHelper.insert(Any any, Current s)
           
static Current CurrentHelper.extract(Any any)
           
 void CurrentOperations.set_slot(int id, Any data)
           
static void InvalidSlotHelper.insert(Any any, InvalidSlot s)
           
static InvalidSlot InvalidSlotHelper.extract(Any any)
           
static void SlotIdHelper.insert(Any any, int s)
           
static int SlotIdHelper.extract(Any any)
           
static void ReplyStatusHelper.insert(Any any, short s)
           
static short ReplyStatusHelper.extract(Any any)
           
static void ForwardRequestHelper.insert(Any any, ForwardRequest s)
           
static ForwardRequest ForwardRequestHelper.extract(Any any)
           
static void InterceptorHelper.insert(Any any, Interceptor s)
           
static Interceptor InterceptorHelper.extract(Any any)
           
 

Uses of Any in org.omg.PortableInterceptor.ORBInitInfoPackage
 

Methods in org.omg.PortableInterceptor.ORBInitInfoPackage with parameters of type Any
static void InvalidNameHelper.insert(Any any, InvalidName s)
           
static InvalidName InvalidNameHelper.extract(Any any)
           
static void DuplicateNameHelper.insert(Any any, DuplicateName s)
           
static DuplicateName DuplicateNameHelper.extract(Any any)
           
static void ObjectIdHelper.insert(Any any, java.lang.String s)
           
static java.lang.String ObjectIdHelper.extract(Any any)
           
 

Uses of Any in org.omg.PortableServer
 

Methods in org.omg.PortableServer with parameters of type Any
static void CurrentHelper.insert(Any any, Current s)
           
static Current CurrentHelper.extract(Any any)
           
static void POAHelper.insert(Any any, POA s)
           
static POA POAHelper.extract(Any any)
           
static void ServantLocatorHelper.insert(Any any, ServantLocator s)
           
static ServantLocator ServantLocatorHelper.extract(Any any)
           
static void ServantActivatorHelper.insert(Any any, ServantActivator s)
           
static ServantActivator ServantActivatorHelper.extract(Any any)
           
static void ServantManagerHelper.insert(Any any, ServantManager s)
           
static ServantManager ServantManagerHelper.extract(Any any)
           
static void AdapterActivatorHelper.insert(Any any, AdapterActivator s)
           
static AdapterActivator AdapterActivatorHelper.extract(Any any)
           
static void POAManagerFactoryHelper.insert(Any any, POAManagerFactory s)
           
static POAManagerFactory POAManagerFactoryHelper.extract(Any any)
           
static void POAManagerHelper.insert(Any any, POAManager s)
           
static POAManager POAManagerHelper.extract(Any any)
           
static void RequestProcessingPolicyHelper.insert(Any any, RequestProcessingPolicy s)
           
static RequestProcessingPolicy RequestProcessingPolicyHelper.extract(Any any)
           
static void RequestProcessingPolicyValueHelper.insert(Any any, RequestProcessingPolicyValue s)
           
static RequestProcessingPolicyValue RequestProcessingPolicyValueHelper.extract(Any any)
           
static void ServantRetentionPolicyHelper.insert(Any any, ServantRetentionPolicy s)
           
static ServantRetentionPolicy ServantRetentionPolicyHelper.extract(Any any)
           
static void ServantRetentionPolicyValueHelper.insert(Any any, ServantRetentionPolicyValue s)
           
static ServantRetentionPolicyValue ServantRetentionPolicyValueHelper.extract(Any any)
           
static void ImplicitActivationPolicyHelper.insert(Any any, ImplicitActivationPolicy s)
           
static ImplicitActivationPolicy ImplicitActivationPolicyHelper.extract(Any any)
           
static void ImplicitActivationPolicyValueHelper.insert(Any any, ImplicitActivationPolicyValue s)
           
static ImplicitActivationPolicyValue ImplicitActivationPolicyValueHelper.extract(Any any)
           
static void IdAssignmentPolicyHelper.insert(Any any, IdAssignmentPolicy s)
           
static IdAssignmentPolicy IdAssignmentPolicyHelper.extract(Any any)
           
static void IdAssignmentPolicyValueHelper.insert(Any any, IdAssignmentPolicyValue s)
           
static IdAssignmentPolicyValue IdAssignmentPolicyValueHelper.extract(Any any)
           
static void IdUniquenessPolicyHelper.insert(Any any, IdUniquenessPolicy s)
           
static IdUniquenessPolicy IdUniquenessPolicyHelper.extract(Any any)
           
static void IdUniquenessPolicyValueHelper.insert(Any any, IdUniquenessPolicyValue s)
           
static IdUniquenessPolicyValue IdUniquenessPolicyValueHelper.extract(Any any)
           
static void LifespanPolicyHelper.insert(Any any, LifespanPolicy s)
           
static LifespanPolicy LifespanPolicyHelper.extract(Any any)
           
static void LifespanPolicyValueHelper.insert(Any any, LifespanPolicyValue s)
           
static LifespanPolicyValue LifespanPolicyValueHelper.extract(Any any)
           
static void ThreadPolicyHelper.insert(Any any, ThreadPolicy s)
           
static ThreadPolicy ThreadPolicyHelper.extract(Any any)
           
static void ThreadPolicyValueHelper.insert(Any any, ThreadPolicyValue s)
           
static ThreadPolicyValue ThreadPolicyValueHelper.extract(Any any)
           
static void ForwardRequestHelper.insert(Any any, ForwardRequest s)
           
static ForwardRequest ForwardRequestHelper.extract(Any any)
           
static void ObjectIdHelper.insert(Any any, byte[] s)
           
static byte[] ObjectIdHelper.extract(Any any)
           
static void POAListHelper.insert(Any any, POA[] s)
           
static POA[] POAListHelper.extract(Any any)
           
 

Uses of Any in org.omg.PortableServer.CurrentPackage
 

Methods in org.omg.PortableServer.CurrentPackage with parameters of type Any
static void NoContextHelper.insert(Any any, NoContext s)
           
static NoContext NoContextHelper.extract(Any any)
           
 

Uses of Any in org.omg.PortableServer.POAManagerFactoryPackage
 

Methods in org.omg.PortableServer.POAManagerFactoryPackage with parameters of type Any
static void ManagerAlreadyExistsHelper.insert(Any any, ManagerAlreadyExists s)
           
static ManagerAlreadyExists ManagerAlreadyExistsHelper.extract(Any any)
           
static void POAManagerSeqHelper.insert(Any any, POAManager[] s)
           
static POAManager[] POAManagerSeqHelper.extract(Any any)
           
 

Uses of Any in org.omg.PortableServer.POAManagerPackage
 

Methods in org.omg.PortableServer.POAManagerPackage with parameters of type Any
static void StateHelper.insert(Any any, State s)
           
static State StateHelper.extract(Any any)
           
static void AdapterInactiveHelper.insert(Any any, AdapterInactive s)
           
static AdapterInactive AdapterInactiveHelper.extract(Any any)
           
 

Uses of Any in org.omg.PortableServer.POAPackage
 

Methods in org.omg.PortableServer.POAPackage with parameters of type Any
static void WrongPolicyHelper.insert(Any any, WrongPolicy s)
           
static WrongPolicy WrongPolicyHelper.extract(Any any)
           
static void WrongAdapterHelper.insert(Any any, WrongAdapter s)
           
static WrongAdapter WrongAdapterHelper.extract(Any any)
           
static void ServantNotActiveHelper.insert(Any any, ServantNotActive s)
           
static ServantNotActive ServantNotActiveHelper.extract(Any any)
           
static void ServantAlreadyActiveHelper.insert(Any any, ServantAlreadyActive s)
           
static ServantAlreadyActive ServantAlreadyActiveHelper.extract(Any any)
           
static void ObjectNotActiveHelper.insert(Any any, ObjectNotActive s)
           
static ObjectNotActive ObjectNotActiveHelper.extract(Any any)
           
static void ObjectAlreadyActiveHelper.insert(Any any, ObjectAlreadyActive s)
           
static ObjectAlreadyActive ObjectAlreadyActiveHelper.extract(Any any)
           
static void NoServantHelper.insert(Any any, NoServant s)
           
static NoServant NoServantHelper.extract(Any any)
           
static void InvalidPolicyHelper.insert(Any any, InvalidPolicy s)
           
static InvalidPolicy InvalidPolicyHelper.extract(Any any)
           
static void AdapterNonExistentHelper.insert(Any any, AdapterNonExistent s)
           
static AdapterNonExistent AdapterNonExistentHelper.extract(Any any)
           
static void AdapterAlreadyExistsHelper.insert(Any any, AdapterAlreadyExists s)
           
static AdapterAlreadyExists AdapterAlreadyExistsHelper.extract(Any any)
           
 

Uses of Any in org.omg.SECIOP
 

Methods in org.omg.SECIOP with parameters of type Any
static void CSI_ECMA_PublicHelper.insert(Any any, CSI_ECMA_Public s)
           
static CSI_ECMA_Public CSI_ECMA_PublicHelper.extract(Any any)
           
static void CSI_ECMA_HybridHelper.insert(Any any, CSI_ECMA_Hybrid s)
           
static CSI_ECMA_Hybrid CSI_ECMA_HybridHelper.extract(Any any)
           
static void CSI_ECMA_SecretHelper.insert(Any any, CSI_ECMA_Secret s)
           
static CSI_ECMA_Secret CSI_ECMA_SecretHelper.extract(Any any)
           
static void KerberosV5Helper.insert(Any any, KerberosV5 s)
           
static KerberosV5 KerberosV5Helper.extract(Any any)
           
static void SPKM_2Helper.insert(Any any, SPKM_2 s)
           
static SPKM_2 SPKM_2Helper.extract(Any any)
           
static void SPKM_1Helper.insert(Any any, SPKM_1 s)
           
static SPKM_1 SPKM_1Helper.extract(Any any)
           
static void CryptographicProfileListHelper.insert(Any any, short[] s)
           
static short[] CryptographicProfileListHelper.extract(Any any)
           
static void CryptographicProfileHelper.insert(Any any, short s)
           
static short CryptographicProfileHelper.extract(Any any)
           
static void SecurityNameHelper.insert(Any any, byte[] s)
           
static byte[] SecurityNameHelper.extract(Any any)
           
static void MessageInContextHelper.insert(Any any, MessageInContext s)
           
static MessageInContext MessageInContextHelper.extract(Any any)
           
static void ContextTokenTypeHelper.insert(Any any, ContextTokenType s)
           
static ContextTokenType ContextTokenTypeHelper.extract(Any any)
           
static void MessageErrorHelper.insert(Any any, MessageError s)
           
static MessageError MessageErrorHelper.extract(Any any)
           
static void DiscardContextHelper.insert(Any any, DiscardContext s)
           
static DiscardContext DiscardContextHelper.extract(Any any)
           
static void ContinueEstablishContextHelper.insert(Any any, ContinueEstablishContext s)
           
static ContinueEstablishContext ContinueEstablishContextHelper.extract(Any any)
           
static void CompleteEstablishContextHelper.insert(Any any, CompleteEstablishContext s)
           
static CompleteEstablishContext CompleteEstablishContextHelper.extract(Any any)
           
static void EstablishContextHelper.insert(Any any, EstablishContext s)
           
static EstablishContext EstablishContextHelper.extract(Any any)
           
static void ContextIdDefnHelper.insert(Any any, ContextIdDefn s)
           
static ContextIdDefn ContextIdDefnHelper.extract(Any any)
           
static void ContextIdHelper.insert(Any any, long s)
           
static long ContextIdHelper.extract(Any any)
           
static void MsgTypeHelper.insert(Any any, MsgType s)
           
static MsgType MsgTypeHelper.extract(Any any)
           
static void GenericMechanismInfoHelper.insert(Any any, GenericMechanismInfo s)
           
static GenericMechanismInfo GenericMechanismInfoHelper.extract(Any any)
           
static void TargetAssociationOptionsHelper.insert(Any any, TargetAssociationOptions s)
           
static TargetAssociationOptions TargetAssociationOptionsHelper.extract(Any any)
           
static void SECIOP_INET_SEC_TRANSHelper.insert(Any any, SECIOP_INET_SEC_TRANS s)
           
static SECIOP_INET_SEC_TRANS SECIOP_INET_SEC_TRANSHelper.extract(Any any)
           
 

Uses of Any in org.omg.Security
 

Fields in org.omg.Security declared as Any
 Any SelectorValue.value
           
 

Methods in org.omg.Security with parameters of type Any
static void SelectorValueListHelper.insert(Any any, SelectorValue[] s)
           
static SelectorValue[] SelectorValueListHelper.extract(Any any)
           
static void SelectorValueHelper.insert(Any any, SelectorValue s)
           
static SelectorValue SelectorValueHelper.extract(Any any)
           
static void SelectorTypeHelper.insert(Any any, int s)
           
static int SelectorTypeHelper.extract(Any any)
           
static void AuditEventTypeListHelper.insert(Any any, AuditEventType[] s)
           
static AuditEventType[] AuditEventTypeListHelper.extract(Any any)
           
static void AuditEventTypeHelper.insert(Any any, AuditEventType s)
           
static AuditEventType AuditEventTypeHelper.extract(Any any)
           
static void AuditCombinatorHelper.insert(Any any, AuditCombinator s)
           
static AuditCombinator AuditCombinatorHelper.extract(Any any)
           
static void DayOfTheWeekHelper.insert(Any any, DayOfTheWeek s)
           
static DayOfTheWeek DayOfTheWeekHelper.extract(Any any)
           
static void EventTypeHelper.insert(Any any, short s)
           
static short EventTypeHelper.extract(Any any)
           
static void AuditChannelIdHelper.insert(Any any, int s)
           
static int AuditChannelIdHelper.extract(Any any)
           
static void EstablishTrustHelper.insert(Any any, EstablishTrust s)
           
static EstablishTrust EstablishTrustHelper.extract(Any any)
           
static void MechandOptionsListHelper.insert(Any any, MechandOptions[] s)
           
static MechandOptions[] MechandOptionsListHelper.extract(Any any)
           
static void MechandOptionsHelper.insert(Any any, MechandOptions s)
           
static MechandOptions MechandOptionsHelper.extract(Any any)
           
static void DelegationModeHelper.insert(Any any, DelegationMode s)
           
static DelegationMode DelegationModeHelper.extract(Any any)
           
static void OptionsDirectionPairListHelper.insert(Any any, OptionsDirectionPair[] s)
           
static OptionsDirectionPair[] OptionsDirectionPairListHelper.extract(Any any)
           
static void OptionsDirectionPairHelper.insert(Any any, OptionsDirectionPair s)
           
static OptionsDirectionPair OptionsDirectionPairHelper.extract(Any any)
           
static void MechanismTypeListHelper.insert(Any any, java.lang.String[] s)
           
static java.lang.String[] MechanismTypeListHelper.extract(Any any)
           
static void MechanismTypeHelper.insert(Any any, java.lang.String s)
           
static java.lang.String MechanismTypeHelper.extract(Any any)
           
static void CommunicationDirectionHelper.insert(Any any, CommunicationDirection s)
           
static CommunicationDirection CommunicationDirectionHelper.extract(Any any)
           
static void RequiresSupportsHelper.insert(Any any, RequiresSupports s)
           
static RequiresSupports RequiresSupportsHelper.extract(Any any)
           
static void AssociationOptionsHelper.insert(Any any, short s)
           
static short AssociationOptionsHelper.extract(Any any)
           
static void OpaqueBufferHelper.insert(Any any, OpaqueBuffer s)
           
static OpaqueBuffer OpaqueBufferHelper.extract(Any any)
           
static void ChannelBindingsHelper.insert(Any any, ChannelBindings s)
           
static ChannelBindings ChannelBindingsHelper.extract(Any any)
           
static void SecurityContextStateHelper.insert(Any any, SecurityContextState s)
           
static SecurityContextState SecurityContextStateHelper.extract(Any any)
           
static void SecurityContextTypeHelper.insert(Any any, SecurityContextType s)
           
static SecurityContextType SecurityContextTypeHelper.extract(Any any)
           
static void QOPHelper.insert(Any any, QOP s)
           
static QOP QOPHelper.extract(Any any)
           
static void SecurityFeatureHelper.insert(Any any, SecurityFeature s)
           
static SecurityFeature SecurityFeatureHelper.extract(Any any)
           
static void TimeTHelper.insert(Any any, long s)
           
static long TimeTHelper.extract(Any any)
           
static void IntervalTHelper.insert(Any any, IntervalT s)
           
static IntervalT IntervalTHelper.extract(Any any)
           
static void UtcTHelper.insert(Any any, UtcT s)
           
static UtcT UtcTHelper.extract(Any any)
           
static void DelegationDirectiveHelper.insert(Any any, DelegationDirective s)
           
static DelegationDirective DelegationDirectiveHelper.extract(Any any)
           
static void DelegationStateHelper.insert(Any any, DelegationState s)
           
static DelegationState DelegationStateHelper.extract(Any any)
           
static void RightsCombinatorHelper.insert(Any any, RightsCombinator s)
           
static RightsCombinator RightsCombinatorHelper.extract(Any any)
           
static void RightsListHelper.insert(Any any, Right[] s)
           
static Right[] RightsListHelper.extract(Any any)
           
static void RightHelper.insert(Any any, Right s)
           
static Right RightHelper.extract(Any any)
           
static void InvocationCredentialsTypeHelper.insert(Any any, InvocationCredentialsType s)
           
static InvocationCredentialsType InvocationCredentialsTypeHelper.extract(Any any)
           
static void AuthenticationMethodListHelper.insert(Any any, int[] s)
           
static int[] AuthenticationMethodListHelper.extract(Any any)
           
static void AuthenticationMethodHelper.insert(Any any, int s)
           
static int AuthenticationMethodHelper.extract(Any any)
           
static void AssociationStatusHelper.insert(Any any, AssociationStatus s)
           
static AssociationStatus AssociationStatusHelper.extract(Any any)
           
static void AuthenticationStatusHelper.insert(Any any, AuthenticationStatus s)
           
static AuthenticationStatus AuthenticationStatusHelper.extract(Any any)
           
static void AttributeListHelper.insert(Any any, SecAttribute[] s)
           
static SecAttribute[] AttributeListHelper.extract(Any any)
           
static void SecAttributeHelper.insert(Any any, SecAttribute s)
           
static SecAttribute SecAttributeHelper.extract(Any any)
           
static void AttributeTypeListHelper.insert(Any any, AttributeType[] s)
           
static AttributeType[] AttributeTypeListHelper.extract(Any any)
           
static void AttributeTypeHelper.insert(Any any, AttributeType s)
           
static AttributeType AttributeTypeHelper.extract(Any any)
           
static void SecurityAttributeTypeHelper.insert(Any any, int s)
           
static int SecurityAttributeTypeHelper.extract(Any any)
           
static void OIDListHelper.insert(Any any, byte[][] s)
           
static byte[][] OIDListHelper.extract(Any any)
           
static void OIDHelper.insert(Any any, byte[] s)
           
static byte[] OIDHelper.extract(Any any)
           
static void ExtensibleFamilyHelper.insert(Any any, ExtensibleFamily s)
           
static ExtensibleFamily ExtensibleFamilyHelper.extract(Any any)
           
static void OpaqueHelper.insert(Any any, byte[] s)
           
static byte[] OpaqueHelper.extract(Any any)
           
static void SecurityNameHelper.insert(Any any, java.lang.String s)
           
static java.lang.String SecurityNameHelper.extract(Any any)
           
 

Constructors in org.omg.Security with parameters of type Any
SelectorValue(int selector, Any value)
           
 

Uses of Any in org.omg.SecurityAdmin
 

Methods in org.omg.SecurityAdmin with parameters of type Any
static void DelegationPolicyHelper.insert(Any any, DelegationPolicy s)
           
static DelegationPolicy DelegationPolicyHelper.extract(Any any)
           
static void SecureInvocationPolicyHelper.insert(Any any, SecureInvocationPolicy s)
           
static SecureInvocationPolicy SecureInvocationPolicyHelper.extract(Any any)
           
static void AuditPolicyHelper.insert(Any any, AuditPolicy s)
           
static AuditPolicy AuditPolicyHelper.extract(Any any)
           
static void DomainAccessPolicyHelper.insert(Any any, DomainAccessPolicy s)
           
static DomainAccessPolicy DomainAccessPolicyHelper.extract(Any any)
           
static void AccessPolicyHelper.insert(Any any, AccessPolicy s)
           
static AccessPolicy AccessPolicyHelper.extract(Any any)
           
 

Uses of Any in org.omg.SecurityLevel1
 

Methods in org.omg.SecurityLevel1 with parameters of type Any
static void CurrentHelper.insert(Any any, Current s)
           
static Current CurrentHelper.extract(Any any)
           
 

Uses of Any in org.omg.SecurityLevel2
 

Methods in org.omg.SecurityLevel2 with parameters of type Any
static void CurrentHelper.insert(Any any, Current s)
           
static Current CurrentHelper.extract(Any any)
           
static void SecurityManagerHelper.insert(Any any, SecurityManager s)
           
static SecurityManager SecurityManagerHelper.extract(Any any)
           
static void DelegationDirectivePolicyHelper.insert(Any any, DelegationDirectivePolicy s)
           
static DelegationDirectivePolicy DelegationDirectivePolicyHelper.extract(Any any)
           
static void EstablishTrustPolicyHelper.insert(Any any, EstablishTrustPolicy s)
           
static EstablishTrustPolicy EstablishTrustPolicyHelper.extract(Any any)
           
static void InvocationCredentialsPolicyHelper.insert(Any any, InvocationCredentialsPolicy s)
           
static InvocationCredentialsPolicy InvocationCredentialsPolicyHelper.extract(Any any)
           
static void MechanismPolicyHelper.insert(Any any, MechanismPolicy s)
           
static MechanismPolicy MechanismPolicyHelper.extract(Any any)
           
static void QOPPolicyHelper.insert(Any any, QOPPolicy s)
           
static QOPPolicy QOPPolicyHelper.extract(Any any)
           
static void AccessDecisionHelper.insert(Any any, AccessDecision s)
           
static AccessDecision AccessDecisionHelper.extract(Any any)
           
static void AuditDecisionHelper.insert(Any any, AuditDecision s)
           
static AuditDecision AuditDecisionHelper.extract(Any any)
           
 void AuditChannelLocalTie.audit_write(AuditEventType event_type, Credentials[] creds, UtcT time, SelectorValue[] descriptors, Any event_specific_data)
           
static void AuditChannelHelper.insert(Any any, AuditChannel s)
           
static AuditChannel AuditChannelHelper.extract(Any any)
           
 void AuditChannelOperations.audit_write(AuditEventType event_type, Credentials[] creds, UtcT time, SelectorValue[] descriptors, Any event_specific_data)
           
static void RequiredRightsHelper.insert(Any any, RequiredRights s)
           
static RequiredRights RequiredRightsHelper.extract(Any any)
           
 boolean TargetCredentialsLocalTie.refresh(Any refresh_data)
           
static void TargetCredentialsHelper.insert(Any any, TargetCredentials s)
           
static TargetCredentials TargetCredentialsHelper.extract(Any any)
           
 boolean ReceivedCredentialsLocalTie.refresh(Any refresh_data)
           
static void ReceivedCredentialsHelper.insert(Any any, ReceivedCredentials s)
           
static ReceivedCredentials ReceivedCredentialsHelper.extract(Any any)
           
static void CredentialsListHelper.insert(Any any, Credentials[] s)
           
static Credentials[] CredentialsListHelper.extract(Any any)
           
 boolean CredentialsLocalTie.refresh(Any refresh_data)
           
static void CredentialsHelper.insert(Any any, Credentials s)
           
static Credentials CredentialsHelper.extract(Any any)
           
 boolean CredentialsOperations.refresh(Any refresh_data)
           
 AuthenticationStatus PrincipalAuthenticatorLocalTie.continue_authentication(Any response_data, Credentials creds, AnyHolder continuation_data, AnyHolder auth_specific_data)
           
 AuthenticationStatus PrincipalAuthenticatorLocalTie.authenticate(int method, java.lang.String mechanism, java.lang.String security_name, Any auth_data, SecAttribute[] privileges, CredentialsHolder creds, AnyHolder continuation_data, AnyHolder auth_specific_data)
           
static void PrincipalAuthenticatorHelper.insert(Any any, PrincipalAuthenticator s)
           
static PrincipalAuthenticator PrincipalAuthenticatorHelper.extract(Any any)
           
 AuthenticationStatus PrincipalAuthenticatorOperations.authenticate(int method, java.lang.String mechanism, java.lang.String security_name, Any auth_data, SecAttribute[] privileges, CredentialsHolder creds, AnyHolder continuation_data, AnyHolder auth_specific_data)
           
 AuthenticationStatus PrincipalAuthenticatorOperations.continue_authentication(Any response_data, Credentials creds, AnyHolder continuation_data, AnyHolder auth_specific_data)
           
 

Uses of Any in org.omg.SendingContext
 

Methods in org.omg.SendingContext with parameters of type Any
static void CodeBaseHelper.insert(Any any, CodeBase s)
           
static CodeBase CodeBaseHelper.extract(Any any)
           
static void RunTimeHelper.insert(Any any, RunTime s)
           
static RunTime RunTimeHelper.extract(Any any)
           
 

Uses of Any in org.omg.SendingContext.CodeBasePackage
 

Methods in org.omg.SendingContext.CodeBasePackage with parameters of type Any
static void ValueDescSeqHelper.insert(Any any, FullValueDescription[] s)
           
static FullValueDescription[] ValueDescSeqHelper.extract(Any any)
           
static void URLSeqHelper.insert(Any any, java.lang.String[] s)
           
static java.lang.String[] URLSeqHelper.extract(Any any)
           
static void URLHelper.insert(Any any, java.lang.String s)
           
static java.lang.String URLHelper.extract(Any any)
           
 

Uses of Any in org.omg.SSLIOP
 

Methods in org.omg.SSLIOP with parameters of type Any
static void SSLHelper.insert(Any any, SSL s)
           
static SSL SSLHelper.extract(Any any)
           
 

Uses of Any in org.omg.TimeBase
 

Methods in org.omg.TimeBase with parameters of type Any
static void IntervalTHelper.insert(Any any, IntervalT s)
           
static IntervalT IntervalTHelper.extract(Any any)
           
static void UtcTHelper.insert(Any any, UtcT s)
           
static UtcT UtcTHelper.extract(Any any)
           
static void TdfTHelper.insert(Any any, short s)
           
static short TdfTHelper.extract(Any any)
           
static void InaccuracyTHelper.insert(Any any, long s)
           
static long InaccuracyTHelper.extract(Any any)
           
static void TimeTHelper.insert(Any any, long s)
           
static long TimeTHelper.extract(Any any)
           
 



Copyright © {inceptionYear}-2007 null. All Rights Reserved.