Uses of Interface
org.omg.CORBA.ExceptionDefOperations
-
Packages that use ExceptionDefOperations 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 ExceptionDefOperations in org.omg.CORBA
Subinterfaces of ExceptionDefOperations in org.omg.CORBA Modifier and Type Interface Description interface
ExceptionDef
org/omg/CORBA/ExceptionDef.java .Classes in org.omg.CORBA that implement ExceptionDefOperations Modifier and Type Class Description class
_ExceptionDefStub
org/omg/CORBA/_ExceptionDefStub.java .class
ExceptionDefPOA
org/omg/CORBA/ExceptionDefPOA.java .class
ExceptionDefPOATie
org/omg/CORBA/ExceptionDefPOATie.java .Fields in org.omg.CORBA declared as ExceptionDefOperations Modifier and Type Field Description private ExceptionDefOperations
ExceptionDefPOATie. _impl
Methods in org.omg.CORBA that return ExceptionDefOperations Modifier and Type Method Description ExceptionDefOperations
ExceptionDefPOATie. _delegate()
Methods in org.omg.CORBA with parameters of type ExceptionDefOperations Modifier and Type Method Description void
ExceptionDefPOATie. _delegate(ExceptionDefOperations delegate)
Constructors in org.omg.CORBA with parameters of type ExceptionDefOperations Constructor Description ExceptionDefPOATie(ExceptionDefOperations delegate)
ExceptionDefPOATie(ExceptionDefOperations delegate, POA poa)
-