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 interfaceContainerorg/omg/CORBA/Container.java .interfaceExceptionDeforg/omg/CORBA/ExceptionDef.java .interfaceExceptionDefOperationsorg/omg/CORBA/ExceptionDefOperations.java .interfaceInterfaceDeforg/omg/CORBA/InterfaceDef.java .interfaceInterfaceDefOperationsorg/omg/CORBA/InterfaceDefOperations.java .interfaceModuleDeforg/omg/CORBA/ModuleDef.java .interfaceModuleDefOperationsorg/omg/CORBA/ModuleDefOperations.java .interfaceRepositoryorg/omg/CORBA/Repository.java .interfaceRepositoryOperationsorg/omg/CORBA/RepositoryOperations.java .interfaceStructDeforg/omg/CORBA/StructDef.java .interfaceStructDefOperationsorg/omg/CORBA/StructDefOperations.java .interfaceUnionDeforg/omg/CORBA/UnionDef.java .interfaceUnionDefOperationsorg/omg/CORBA/UnionDefOperations.java .interfaceValueDeforg/omg/CORBA/ValueDef.java .interfaceValueDefOperationsorg/omg/CORBA/ValueDefOperations.java .Classes in org.omg.CORBA that implement ContainerOperations Modifier and Type Class Description class_ContainerStuborg/omg/CORBA/_ContainerStub.java .class_ExceptionDefStuborg/omg/CORBA/_ExceptionDefStub.java .class_InterfaceDefStuborg/omg/CORBA/_InterfaceDefStub.java .class_ModuleDefStuborg/omg/CORBA/_ModuleDefStub.java .class_RepositoryStuborg/omg/CORBA/_RepositoryStub.java .class_StructDefStuborg/omg/CORBA/_StructDefStub.java .class_UnionDefStuborg/omg/CORBA/_UnionDefStub.java .class_ValueDefStuborg/omg/CORBA/_ValueDefStub.java .classContainerPOAorg/omg/CORBA/ContainerPOA.java .classContainerPOATieorg/omg/CORBA/ContainerPOATie.java .classExceptionDefPOAorg/omg/CORBA/ExceptionDefPOA.java .classExceptionDefPOATieorg/omg/CORBA/ExceptionDefPOATie.java .classInterfaceDefPOAorg/omg/CORBA/InterfaceDefPOA.java .classInterfaceDefPOATieorg/omg/CORBA/InterfaceDefPOATie.java .classModuleDefPOAorg/omg/CORBA/ModuleDefPOA.java .classModuleDefPOATieorg/omg/CORBA/ModuleDefPOATie.java .classRepositoryPOAorg/omg/CORBA/RepositoryPOA.java .classRepositoryPOATieorg/omg/CORBA/RepositoryPOATie.java .classStructDefPOAorg/omg/CORBA/StructDefPOA.java .classStructDefPOATieorg/omg/CORBA/StructDefPOATie.java .classUnionDefPOAorg/omg/CORBA/UnionDefPOA.java .classUnionDefPOATieorg/omg/CORBA/UnionDefPOATie.java .classValueDefPOAorg/omg/CORBA/ValueDefPOA.java .classValueDefPOATieorg/omg/CORBA/ValueDefPOATie.java .Fields in org.omg.CORBA declared as ContainerOperations Modifier and Type Field Description private ContainerOperationsContainerPOATie. _implMethods in org.omg.CORBA that return ContainerOperations Modifier and Type Method Description ContainerOperationsContainerPOATie. _delegate()Methods in org.omg.CORBA with parameters of type ContainerOperations Modifier and Type Method Description voidContainerPOATie. _delegate(ContainerOperations delegate)Constructors in org.omg.CORBA with parameters of type ContainerOperations Constructor Description ContainerPOATie(ContainerOperations delegate)ContainerPOATie(ContainerOperations delegate, POA poa)
-