Uses of Interface
org.omg.CORBA.Contained

Packages that use Contained
org.jacorb.ir   
org.omg.CORBA   
org.omg.CORBA.ContainerPackage   
 

Uses of Contained in org.jacorb.ir
 

Methods in org.jacorb.ir that return Contained
 Contained[] Container.contents(DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] RepositoryImpl.contents(DefinitionKind limit_type, boolean exclude_inherited)
          list the contents of the repository
 Contained[] ExceptionDef.contents(DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] InterfaceDef.contents(DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] ModuleDef.contents(DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] StructDef.contents(DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] UnionDef.contents(DefinitionKind limit_type, boolean exclude_inherited)
           
static Contained Contained.createContainedReference(Contained containedObject, org.slf4j.Logger logger, POA poa)
           
 Contained RepositoryImpl.lookup_id(java.lang.String search_id)
          lookup a repository ID
 Contained[] Container.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] RepositoryImpl.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
          lookup a simple name in the repository (neither scoped nor ID formatted)
 Contained[] ExceptionDef.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] InterfaceDef.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] ModuleDef.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] StructDef.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] UnionDef.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained Container.lookup(java.lang.String scopedname)
          retrieves a contained object given a scoped name
 Contained RepositoryImpl.lookup(java.lang.String name)
          lookup a scoped name in the repository
 Contained ExceptionDef.lookup(java.lang.String search_name)
           
 Contained InterfaceDef.lookup(java.lang.String scopedname)
           
 Contained ModuleDef.lookup(java.lang.String name)
           
 Contained StructDef.lookup(java.lang.String scopedname)
           
 Contained UnionDef.lookup(java.lang.String scopedname)
          retrieves a contained object given a scoped name
 

Methods in org.jacorb.ir with parameters of type Contained
 void IdlWriter.printContained(Contained c, int indentation)
          print the IDL definition for a contained objec
 

Uses of Contained in org.omg.CORBA
 

Subinterfaces of Contained in org.omg.CORBA
 interface AliasDef
          Generated from IDL interface "AliasDef".
 interface AttributeDef
          Generated from IDL interface "AttributeDef".
 interface ConstantDef
          Generated from IDL interface "ConstantDef".
 interface EnumDef
          Generated from IDL interface "EnumDef".
 interface ExceptionDef
          Generated from IDL interface "ExceptionDef".
 interface InterfaceDef
          Generated from IDL interface "InterfaceDef".
 interface ModuleDef
          Generated from IDL interface "ModuleDef".
 interface NativeDef
          Generated from IDL interface "NativeDef".
 interface OperationDef
          Generated from IDL interface "OperationDef".
 interface StructDef
          Generated from IDL interface "StructDef".
 interface TypedefDef
          Generated from IDL interface "TypedefDef".
 interface UnionDef
          Generated from IDL interface "UnionDef".
 interface ValueBoxDef
          Generated from IDL interface "ValueBoxDef".
 interface ValueDef
          Generated from IDL interface "ValueDef".
 interface ValueMemberDef
          Generated from IDL interface "ValueMemberDef".
 

Classes in org.omg.CORBA that implement Contained
 class _AliasDefStub
          Generated from IDL interface "AliasDef".
 class _AttributeDefStub
          Generated from IDL interface "AttributeDef".
 class _ConstantDefStub
          Generated from IDL interface "ConstantDef".
 class _ContainedStub
          Generated from IDL interface "Contained".
 class _EnumDefStub
          Generated from IDL interface "EnumDef".
 class _ExceptionDefStub
          Generated from IDL interface "ExceptionDef".
 class _InterfaceDefStub
          Generated from IDL interface "InterfaceDef".
 class _ModuleDefStub
          Generated from IDL interface "ModuleDef".
 class _NativeDefStub
          Generated from IDL interface "NativeDef".
 class _OperationDefStub
          Generated from IDL interface "OperationDef".
 class _StructDefStub
          Generated from IDL interface "StructDef".
 class _TypedefDefStub
          Generated from IDL interface "TypedefDef".
 class _UnionDefStub
          Generated from IDL interface "UnionDef".
 class _ValueBoxDefStub
          Generated from IDL interface "ValueBoxDef".
 class _ValueDefStub
          Generated from IDL interface "ValueDef".
 class _ValueMemberDefStub
          Generated from IDL interface "ValueMemberDef".
 

Fields in org.omg.CORBA declared as Contained
 Contained ContainedHolder.value
           
 Contained[] ContainedSeqHolder.value
           
 

Methods in org.omg.CORBA that return Contained
 Contained ContainedPOA._this()
           
 Contained ContainedPOATie._this()
           
 Contained ContainedPOA._this(ORB orb)
           
 Contained ContainedPOATie._this(ORB orb)
           
 Contained[] ContainerOperations.contents(DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] ContainerPOATie.contents(DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] ExceptionDefPOATie.contents(DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] InterfaceDefPOATie.contents(DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] ModuleDefPOATie.contents(DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] RepositoryPOATie.contents(DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] StructDefPOATie.contents(DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] UnionDefPOATie.contents(DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] ValueDefPOATie.contents(DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] _ContainerStub.contents(DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] _ExceptionDefStub.contents(DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] _InterfaceDefStub.contents(DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] _ModuleDefStub.contents(DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] _RepositoryStub.contents(DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] _StructDefStub.contents(DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] _UnionDefStub.contents(DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] _ValueDefStub.contents(DefinitionKind limit_type, boolean exclude_inherited)
           
static Contained ContainedHelper.extract(Any any)
           
static Contained[] ContainedSeqHelper.extract(Any any)
           
 Contained RepositoryOperations.lookup_id(java.lang.String search_id)
           
 Contained RepositoryPOATie.lookup_id(java.lang.String search_id)
           
 Contained _RepositoryStub.lookup_id(java.lang.String search_id)
           
 Contained[] ContainerOperations.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] ContainerPOATie.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] ExceptionDefPOATie.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] InterfaceDefPOATie.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] ModuleDefPOATie.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] RepositoryPOATie.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] StructDefPOATie.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] UnionDefPOATie.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] ValueDefPOATie.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] _ContainerStub.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] _ExceptionDefStub.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] _InterfaceDefStub.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] _ModuleDefStub.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] _RepositoryStub.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] _StructDefStub.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] _UnionDefStub.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained[] _ValueDefStub.lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained ContainerOperations.lookup(java.lang.String search_name)
           
 Contained ContainerPOATie.lookup(java.lang.String search_name)
           
 Contained ExceptionDefPOATie.lookup(java.lang.String search_name)
           
 Contained InterfaceDefPOATie.lookup(java.lang.String search_name)
           
 Contained ModuleDefPOATie.lookup(java.lang.String search_name)
           
 Contained RepositoryPOATie.lookup(java.lang.String search_name)
           
 Contained StructDefPOATie.lookup(java.lang.String search_name)
           
 Contained UnionDefPOATie.lookup(java.lang.String search_name)
           
 Contained ValueDefPOATie.lookup(java.lang.String search_name)
           
 Contained _ContainerStub.lookup(java.lang.String search_name)
           
 Contained _ExceptionDefStub.lookup(java.lang.String search_name)
           
 Contained _InterfaceDefStub.lookup(java.lang.String search_name)
           
 Contained _ModuleDefStub.lookup(java.lang.String search_name)
           
 Contained _RepositoryStub.lookup(java.lang.String search_name)
           
 Contained _StructDefStub.lookup(java.lang.String search_name)
           
 Contained _UnionDefStub.lookup(java.lang.String search_name)
           
 Contained _ValueDefStub.lookup(java.lang.String search_name)
           
static Contained ContainedHelper.narrow(Object obj)
           
static Contained ContainedHelper.read(InputStream in)
           
static Contained[] ContainedSeqHelper.read(InputStream _in)
           
static Contained ContainedHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CORBA with parameters of type Contained
static void ContainedHelper.insert(Any any, Contained s)
           
static void ContainedSeqHelper.insert(Any any, Contained[] s)
           
static void ContainedHelper.write(OutputStream _out, Contained s)
           
static void ContainedSeqHelper.write(OutputStream _out, Contained[] _s)
           
 

Constructors in org.omg.CORBA with parameters of type Contained
ContainedHolder(Contained initial)
           
ContainedSeqHolder(Contained[] initial)
           
 

Uses of Contained in org.omg.CORBA.ContainerPackage
 

Fields in org.omg.CORBA.ContainerPackage declared as Contained
 Contained Description.contained_object
           
 

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