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 interface
Repository
org/omg/CORBA/Repository.java .Classes in org.omg.CORBA that implement RepositoryOperations Modifier and Type Class Description class
_RepositoryStub
org/omg/CORBA/_RepositoryStub.java .class
RepositoryPOA
org/omg/CORBA/RepositoryPOA.java .class
RepositoryPOATie
org/omg/CORBA/RepositoryPOATie.java .Fields in org.omg.CORBA declared as RepositoryOperations Modifier and Type Field Description private RepositoryOperations
RepositoryPOATie. _impl
Methods in org.omg.CORBA that return RepositoryOperations Modifier and Type Method Description RepositoryOperations
RepositoryPOATie. _delegate()
Methods in org.omg.CORBA with parameters of type RepositoryOperations Modifier and Type Method Description void
RepositoryPOATie. _delegate(RepositoryOperations delegate)
Constructors in org.omg.CORBA with parameters of type RepositoryOperations Constructor Description RepositoryPOATie(RepositoryOperations delegate)
RepositoryPOATie(RepositoryOperations delegate, POA poa)
-