Uses of Interface
org.omg.CORBA.ContainerOperations

Packages that use ContainerOperations
org.jacorb.ir   
org.omg.CORBA   
 

Uses of ContainerOperations in org.jacorb.ir
 

Classes in org.jacorb.ir that implement ContainerOperations
 class Container
           
 class ExceptionDef
           
 class InterfaceDef
          JacORB implementation of org.omg.CORBA.InterfaceDef
 class ModuleDef
           
 class RepositoryImpl
          The Interface Repository.
 class StructDef
           
 class UnionDef
           
 

Uses of ContainerOperations in org.omg.CORBA
 

Subinterfaces of ContainerOperations in org.omg.CORBA
 interface Container
          Generated from IDL interface "Container"
 interface ExceptionDef
          Generated from IDL interface "ExceptionDef"
 interface ExceptionDefOperations
          Generated from IDL interface "ExceptionDef"
 interface InterfaceDef
          Generated from IDL interface "InterfaceDef"
 interface InterfaceDefOperations
          Generated from IDL interface "InterfaceDef"
 interface ModuleDef
          Generated from IDL interface "ModuleDef"
 interface ModuleDefOperations
          Generated from IDL interface "ModuleDef"
 interface Repository
          Generated from IDL interface "Repository"
 interface RepositoryOperations
          Generated from IDL interface "Repository"
 interface StructDef
          Generated from IDL interface "StructDef"
 interface StructDefOperations
          Generated from IDL interface "StructDef"
 interface UnionDef
          Generated from IDL interface "UnionDef"
 interface UnionDefOperations
          Generated from IDL interface "UnionDef"
 interface ValueDef
          Generated from IDL interface "ValueDef"
 interface ValueDefOperations
          Generated from IDL interface "ValueDef"
 

Classes in org.omg.CORBA that implement ContainerOperations
 class _ContainerStub
          Generated from IDL interface "Container"
 class _ExceptionDefStub
          Generated from IDL interface "ExceptionDef"
 class _InterfaceDefStub
          Generated from IDL interface "InterfaceDef"
 class _ModuleDefStub
          Generated from IDL interface "ModuleDef"
 class _RepositoryStub
          Generated from IDL interface "Repository"
 class _StructDefStub
          Generated from IDL interface "StructDef"
 class _UnionDefStub
          Generated from IDL interface "UnionDef"
 class _ValueDefStub
          Generated from IDL interface "ValueDef"
 class ContainerPOA
          Generated from IDL interface "Container"
 class ContainerPOATie
          Generated from IDL interface "Container"
 class ExceptionDefPOA
          Generated from IDL interface "ExceptionDef"
 class ExceptionDefPOATie
          Generated from IDL interface "ExceptionDef"
 class InterfaceDefPOA
          Generated from IDL interface "InterfaceDef"
 class InterfaceDefPOATie
          Generated from IDL interface "InterfaceDef"
 class ModuleDefPOA
          Generated from IDL interface "ModuleDef"
 class ModuleDefPOATie
          Generated from IDL interface "ModuleDef"
 class RepositoryPOA
          Generated from IDL interface "Repository"
 class RepositoryPOATie
          Generated from IDL interface "Repository"
 class StructDefPOA
          Generated from IDL interface "StructDef"
 class StructDefPOATie
          Generated from IDL interface "StructDef"
 class UnionDefPOA
          Generated from IDL interface "UnionDef"
 class UnionDefPOATie
          Generated from IDL interface "UnionDef"
 class ValueDefPOA
          Generated from IDL interface "ValueDef"
 class ValueDefPOATie
          Generated from IDL interface "ValueDef"
 

Methods in org.omg.CORBA that return ContainerOperations
 ContainerOperations ContainerPOATie._delegate()
           
 

Methods in org.omg.CORBA with parameters of type ContainerOperations
 void ContainerPOATie._delegate(ContainerOperations delegate)
           
 

Constructors in org.omg.CORBA with parameters of type ContainerOperations
ContainerPOATie(ContainerOperations delegate)
           
ContainerPOATie(ContainerOperations delegate, POA poa)