Uses of Interface
org.omg.CORBA.ExceptionDef
Packages that use ExceptionDef
Package
Description
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 ExceptionDef in org.omg.CORBA
Classes in org.omg.CORBA that implement ExceptionDefFields in org.omg.CORBA declared as ExceptionDefMethods in org.omg.CORBA that return ExceptionDefModifier and TypeMethodDescriptionExceptionDefPOA._this()
_ContainerStub.create_exception
(String id, String name, String version, StructMember[] members) _ExceptionDefStub.create_exception
(String id, String name, String version, StructMember[] members) _InterfaceDefStub.create_exception
(String id, String name, String version, StructMember[] members) _ModuleDefStub.create_exception
(String id, String name, String version, StructMember[] members) _RepositoryStub.create_exception
(String id, String name, String version, StructMember[] members) _StructDefStub.create_exception
(String id, String name, String version, StructMember[] members) _UnionDefStub.create_exception
(String id, String name, String version, StructMember[] members) _ValueDefStub.create_exception
(String id, String name, String version, StructMember[] members) ContainerOperations.create_exception
(String id, String name, String version, StructMember[] members) ContainerPOATie.create_exception
(String id, String name, String version, StructMember[] members) ExceptionDefPOATie.create_exception
(String id, String name, String version, StructMember[] members) InterfaceDefPOATie.create_exception
(String id, String name, String version, StructMember[] members) ModuleDefPOATie.create_exception
(String id, String name, String version, StructMember[] members) RepositoryPOATie.create_exception
(String id, String name, String version, StructMember[] members) StructDefPOATie.create_exception
(String id, String name, String version, StructMember[] members) UnionDefPOATie.create_exception
(String id, String name, String version, StructMember[] members) ValueDefPOATie.create_exception
(String id, String name, String version, StructMember[] members) _OperationDefStub.exceptions()
OperationDefOperations.exceptions()
OperationDefPOATie.exceptions()
static ExceptionDef
static ExceptionDef[]
static ExceptionDef
static ExceptionDef
ExceptionDefHelper.read
(InputStream istream) static ExceptionDef[]
ExceptionDefSeqHelper.read
(InputStream istream) static ExceptionDef
ExceptionDefHelper.unchecked_narrow
(Object obj) Methods in org.omg.CORBA with parameters of type ExceptionDefModifier and TypeMethodDescription_InterfaceDefStub.create_operation
(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts) _ValueDefStub.create_operation
(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts) InterfaceDefOperations.create_operation
(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts) InterfaceDefPOATie.create_operation
(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts) ValueDefOperations.create_operation
(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts) ValueDefPOATie.create_operation
(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts) void
_OperationDefStub.exceptions
(ExceptionDef[] newExceptions) void
OperationDefOperations.exceptions
(ExceptionDef[] newExceptions) void
OperationDefPOATie.exceptions
(ExceptionDef[] newExceptions) static void
ExceptionDefHelper.insert
(Any a, ExceptionDef that) static void
ExceptionDefSeqHelper.insert
(Any a, ExceptionDef[] that) static void
ExceptionDefHelper.write
(OutputStream ostream, ExceptionDef value) static void
ExceptionDefSeqHelper.write
(OutputStream ostream, ExceptionDef[] value) Constructors in org.omg.CORBA with parameters of type ExceptionDefModifierConstructorDescriptionExceptionDefHolder
(ExceptionDef initialValue) ExceptionDefSeqHolder
(ExceptionDef[] initialValue)