|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDLEntity | |
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). |
org.omg.CORBA.DynAnyPackage | Provides the exceptions used with the DynAny interface
(InvalidValue ,
Invalid , InvalidSeq , and
TypeMismatch ). |
org.omg.CORBA.ORBPackage | Provides the exception InvalidName , which is thrown
by the method ORB.resolve_initial_references
and the exception InconsistentTypeCode , which is thrown
by the Dynamic Any creation methods in the ORB class. |
org.omg.CORBA.TypeCodePackage | Provides the user-defined exceptions BadKind
and Bounds , which are thrown by methods in
in the class TypeCode . |
org.omg.CosNaming | Provides the naming service for Java IDL. |
org.omg.CosNaming.NamingContextPackage | Provides the exceptions used in the package org.omg.CosNaming
(AlreadyBound , CannotProceed ,
InvalidName , NotEmpty , and
NotFound )
and also the Helper and Holder classes for those
exceptions. |
Uses of IDLEntity in org.omg.CORBA |
Subinterfaces of IDLEntity in org.omg.CORBA | |
interface |
IDLType
The IDLType interface is an abstract interface inherited by all IR objects that represent the OMG IDL types. |
interface |
IRObject
An IRObject IDL interface represents the most generic interface from which all other Interface Repository interfaces are derived, even the Repository itself. |
Classes in org.omg.CORBA that implement IDLEntity | |
class |
Any
Serves as a container for any data that can be described in IDL or for any IDL primitive type. |
interface |
Bounds
|
class |
CompletionStatus
An object that indicates whether a method had completed running when a SystemException was thrown. |
class |
DefinitionKind
|
class |
NameValuePair
The NameValuePair interface is used to hold names and values of IDL structs in the DynStruct APIs. |
interface |
PolicyError
|
class |
ServiceDetail
|
class |
ServiceInformation
ServiceInformation is an IDL struct in the CORBA module. |
class |
SetOverrideType
|
class |
StructMember
A description of a member of an IDL struct . |
class |
TypeCode
A container for information about a specific CORBA data type. |
class |
UnionMember
A description in the Interface Repository of a member of an IDL union. |
interface |
UnknownUserException
A class that contains user exceptions returned by the server. |
interface |
UserException
The root class for CORBA IDL-defined user exceptions. |
class |
ValueMember
A description in the Interface Repository of a member of a value object. |
interface |
WrongTransaction
The CORBA WrongTransaction user-defined exception. |
Uses of IDLEntity in org.omg.CORBA.DynAnyPackage |
Classes in org.omg.CORBA.DynAnyPackage that implement IDLEntity | |
interface |
Invalid
Invalid is thrown by dynamic any operations when a bad DynAny or Any is passed as a parameter. |
interface |
InvalidSeq
The InvalidSeq exception is thrown by all operations on dynamic anys that take a sequence (Java array) as an argument, when that sequence is invalid. |
interface |
InvalidValue
|
interface |
TypeMismatch
TypeMismatch is thrown by dynamic any accessor methods when type of the actual contents do not match what is trying to be accessed. |
Uses of IDLEntity in org.omg.CORBA.ORBPackage |
Classes in org.omg.CORBA.ORBPackage that implement IDLEntity | |
interface |
InconsistentTypeCode
InconsistentTypeCode is thrown when an attempt is made to create a dynamic any with a type code that does not match the particular subclass of DynAny . |
Uses of IDLEntity in org.omg.CORBA.TypeCodePackage |
Classes in org.omg.CORBA.TypeCodePackage that implement IDLEntity | |
interface |
BadKind
The exception BadKind is thrown when
an inappropriate operation is invoked on a TypeCode object. |
Uses of IDLEntity in org.omg.CosNaming |
Subinterfaces of IDLEntity in org.omg.CosNaming | |
interface |
BindingIterator
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations. |
interface |
NamingContext
A naming context is an object that contains a set of name bindings in which each name is unique. |
Classes in org.omg.CosNaming that implement IDLEntity | |
class |
_BindingIteratorImplBase
|
class |
_BindingIteratorStub
|
class |
_NamingContextImplBase
|
class |
_NamingContextStub
|
class |
Binding
|
class |
BindingType
|
class |
NameComponent
|
Uses of IDLEntity in org.omg.CosNaming.NamingContextPackage |
Classes in org.omg.CosNaming.NamingContextPackage that implement IDLEntity | |
interface |
AlreadyBound
|
interface |
CannotProceed
|
interface |
InvalidName
|
interface |
NotEmpty
|
interface |
NotFound
|
class |
NotFoundReason
|
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |