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

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.portable Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB. 
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. 
org.omg.SendingContext Provides support for the marshalling of value types. 
 

Uses of IDLEntity in org.omg.CORBA
 

Subinterfaces of IDLEntity in org.omg.CORBA
 interface Current
          org/omg/CORBA/Current.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl Saturday, July 17, 1999 12:26:21 AM PDT.
 interface DataInputStream
          Defines the methods used to read primitive data types from input streams for unmarshaling custom value types.
 interface DataOutputStream
          Defines the methods used to write primitive data types to output streams for marshalling custom value types.
 interface DomainManager
          The DomainManager has associated with it the policy objects for a particular domain.
 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.
 interface Policy
          org/omg/CORBA/Policy.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl Saturday, July 17, 1999 12:26:20 AM PDT
 interface Repository
          This is the interface which defines the interface repository.
 

Classes in org.omg.CORBA that implement IDLEntity
 class _IDLTypeStub
          org/omg/CORBA/_IDLTypeStub.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ir.idl.
 class _PolicyStub
          org/omg/CORBA/_PolicyStub.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl.
 class Any
          Serves as a container for any data that can be described in IDL or for any IDL primitive type.
 class Bounds
          A user exception thrown when a parameter is not within the legal bounds for the object that a method is trying to access.
 class CompletionStatus
          An object that indicates whether a method had completed running when a SystemException was thrown.
 class DefinitionKind
          The class that provides the constants used to identify the type of an Interface Repository object.
 class Initializer
          This is the mapping for an IDL structure which specifies an initializer for a value type.
 class NameValuePair
          The NameValuePair interface associates a name with a value that is an attribute of an IDL struct.
 class 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
          An object that represents an ORB service.
 class ServiceInformation
          ServiceInformation is an IDL struct in the CORBA module.
 class SetOverrideType
          The mapping of a CORBA enum tagging SET_OVERRIDE and ADD_OVERRIDE, which indicate whether policies should replace the existing policies of an Object or be added to them.
 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.
 class UnknownUserException
          A class that contains user exceptions returned by the server.
 class 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.
 class WrongTransaction
          The CORBA WrongTransaction user-defined exception.
 

Uses of IDLEntity in org.omg.CORBA.DynAnyPackage
 

Classes in org.omg.CORBA.DynAnyPackage that implement IDLEntity
 class Invalid
          Invalid is thrown by dynamic any operations when a bad DynAny or Any is passed as a parameter.
 class 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.
 class InvalidValue
           
 class 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
 class 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.portable
 

Subinterfaces of IDLEntity in org.omg.CORBA.portable
 interface CustomValue
           
 interface StreamableValue
          Defines the base type for all non-boxed IDL valuetypes that are not custom marshaled.
 interface ValueBase
          The generated Java classes corresponding to valuetype IDL types implement this interface.
 

Uses of IDLEntity in org.omg.CORBA.TypeCodePackage
 

Classes in org.omg.CORBA.TypeCodePackage that implement IDLEntity
 class 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
 class AlreadyBound
           
 class CannotProceed
           
 class InvalidName
           
 class NotEmpty
           
 class NotFound
           
 class NotFoundReason
           
 

Uses of IDLEntity in org.omg.SendingContext
 

Subinterfaces of IDLEntity in org.omg.SendingContext
 interface RunTime
          org/omg/SendingContext/RunTime.java Generated by the IDL-to-Java compiler (portable), version "3.0" from rt.idl Thursday, April 8, 1999 1:18:26 o'clock PM PDT
 


JavaTM 2 Platform
Std. Ed. v1.3.1

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

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

free hit counter