Uses of Interface
org.omg.CORBA.ContainerOperations
-
Packages that use ContainerOperations Package Description org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). -
-
Uses of ContainerOperations in org.omg.CORBA
Subinterfaces of ContainerOperations in org.omg.CORBA Modifier and Type Interface Description interface
Container
org/omg/CORBA/Container.java .interface
ExceptionDef
org/omg/CORBA/ExceptionDef.java .interface
ExceptionDefOperations
org/omg/CORBA/ExceptionDefOperations.java .interface
InterfaceDef
org/omg/CORBA/InterfaceDef.java .interface
InterfaceDefOperations
org/omg/CORBA/InterfaceDefOperations.java .interface
ModuleDef
org/omg/CORBA/ModuleDef.java .interface
ModuleDefOperations
org/omg/CORBA/ModuleDefOperations.java .interface
Repository
org/omg/CORBA/Repository.java .interface
RepositoryOperations
org/omg/CORBA/RepositoryOperations.java .interface
StructDef
org/omg/CORBA/StructDef.java .interface
StructDefOperations
org/omg/CORBA/StructDefOperations.java .interface
UnionDef
org/omg/CORBA/UnionDef.java .interface
UnionDefOperations
org/omg/CORBA/UnionDefOperations.java .interface
ValueDef
org/omg/CORBA/ValueDef.java .interface
ValueDefOperations
org/omg/CORBA/ValueDefOperations.java .Classes in org.omg.CORBA that implement ContainerOperations Modifier and Type Class Description class
_ContainerStub
org/omg/CORBA/_ContainerStub.java .class
_ExceptionDefStub
org/omg/CORBA/_ExceptionDefStub.java .class
_InterfaceDefStub
org/omg/CORBA/_InterfaceDefStub.java .class
_ModuleDefStub
org/omg/CORBA/_ModuleDefStub.java .class
_RepositoryStub
org/omg/CORBA/_RepositoryStub.java .class
_StructDefStub
org/omg/CORBA/_StructDefStub.java .class
_UnionDefStub
org/omg/CORBA/_UnionDefStub.java .class
_ValueDefStub
org/omg/CORBA/_ValueDefStub.java .class
ContainerPOA
org/omg/CORBA/ContainerPOA.java .class
ContainerPOATie
org/omg/CORBA/ContainerPOATie.java .class
ExceptionDefPOA
org/omg/CORBA/ExceptionDefPOA.java .class
ExceptionDefPOATie
org/omg/CORBA/ExceptionDefPOATie.java .class
InterfaceDefPOA
org/omg/CORBA/InterfaceDefPOA.java .class
InterfaceDefPOATie
org/omg/CORBA/InterfaceDefPOATie.java .class
ModuleDefPOA
org/omg/CORBA/ModuleDefPOA.java .class
ModuleDefPOATie
org/omg/CORBA/ModuleDefPOATie.java .class
RepositoryPOA
org/omg/CORBA/RepositoryPOA.java .class
RepositoryPOATie
org/omg/CORBA/RepositoryPOATie.java .class
StructDefPOA
org/omg/CORBA/StructDefPOA.java .class
StructDefPOATie
org/omg/CORBA/StructDefPOATie.java .class
UnionDefPOA
org/omg/CORBA/UnionDefPOA.java .class
UnionDefPOATie
org/omg/CORBA/UnionDefPOATie.java .class
ValueDefPOA
org/omg/CORBA/ValueDefPOA.java .class
ValueDefPOATie
org/omg/CORBA/ValueDefPOATie.java .Fields in org.omg.CORBA declared as ContainerOperations Modifier and Type Field Description private ContainerOperations
ContainerPOATie. _impl
Methods in org.omg.CORBA that return ContainerOperations Modifier and Type Method Description ContainerOperations
ContainerPOATie. _delegate()
Methods in org.omg.CORBA with parameters of type ContainerOperations Modifier and Type Method Description void
ContainerPOATie. _delegate(ContainerOperations delegate)
Constructors in org.omg.CORBA with parameters of type ContainerOperations Constructor Description ContainerPOATie(ContainerOperations delegate)
ContainerPOATie(ContainerOperations delegate, POA poa)
-