Uses of Interface
org.omg.CORBA.RepositoryOperations
-
Packages that use RepositoryOperations 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 RepositoryOperations in org.omg.CORBA
Subinterfaces of RepositoryOperations in org.omg.CORBA Modifier and Type Interface Description interfaceRepositoryorg/omg/CORBA/Repository.java .Classes in org.omg.CORBA that implement RepositoryOperations Modifier and Type Class Description class_RepositoryStuborg/omg/CORBA/_RepositoryStub.java .classRepositoryPOAorg/omg/CORBA/RepositoryPOA.java .classRepositoryPOATieorg/omg/CORBA/RepositoryPOATie.java .Fields in org.omg.CORBA declared as RepositoryOperations Modifier and Type Field Description private RepositoryOperationsRepositoryPOATie. _implMethods in org.omg.CORBA that return RepositoryOperations Modifier and Type Method Description RepositoryOperationsRepositoryPOATie. _delegate()Methods in org.omg.CORBA with parameters of type RepositoryOperations Modifier and Type Method Description voidRepositoryPOATie. _delegate(RepositoryOperations delegate)Constructors in org.omg.CORBA with parameters of type RepositoryOperations Constructor Description RepositoryPOATie(RepositoryOperations delegate)RepositoryPOATie(RepositoryOperations delegate, POA poa)
-