Spec-Zone .ru
спецификации, руководства, описания, API
JavaTM 2 Platform
Standard Edition

Uses of Interface
org.omg.CORBA.portable.IDLEntity

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
          An abstract interface inherited by all Interface Repository (IR) objects that represent 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
          This class defines the constants used to identify the type of an Interface Repository object.
 class NameValuePair
          The NameValuePair interface associates a name with a value that is an attribute of an IDL struct.
 interface PolicyError
          An exception carrying one of the following policy error reason codes defined in the org.omg.CORBA package: BAD_POLICY, BAD_POLICY_TYPE, BAD_POLICY_VALUE, UNSUPPORTED_POLICY, UNSUPPORTED_POLICY_VALUE
 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
           
 


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.