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

Uses of Package
org.omg.CORBA.portable

Packages that use org.omg.CORBA.portable
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. 
 

Classes in org.omg.CORBA.portable used by org.omg.CORBA
IDLEntity
          An interface with no members whose only purpose is to serve as a marker indicating that an implementing class is a Java value type from IDL that has a corresponding Helper class.
InputStream
          InputStream is the Java API for reading IDL types from CDR marshal streams.
ObjectImpl
          The ObjectImpl class provides default implementations of the org.omg.CORBA.Object methods.
OutputStream
          OuputStream is the Java API for writing IDL types to CDR marshal streams.
Streamable
          The base class for the Holder classess of all complex IDL types.
 

Classes in org.omg.CORBA.portable used by org.omg.CORBA.DynAnyPackage
IDLEntity
          An interface with no members whose only purpose is to serve as a marker indicating that an implementing class is a Java value type from IDL that has a corresponding Helper class.
 

Classes in org.omg.CORBA.portable used by org.omg.CORBA.ORBPackage
IDLEntity
          An interface with no members whose only purpose is to serve as a marker indicating that an implementing class is a Java value type from IDL that has a corresponding Helper class.
 

Classes in org.omg.CORBA.portable used by org.omg.CORBA.portable
ApplicationException
          This class is used for reporting application level exceptions between ORBs and stubs.
Delegate
          The Delegate abstract class specifies a portable API for ORB-vendor-specific implementation of the org.omg.CORBA.Object methods.
InputStream
          InputStream is the Java API for reading IDL types from CDR marshal streams.
OutputStream
          OuputStream is the Java API for writing IDL types to CDR marshal streams.
RemarshalException
          This class is used for reporting locate forward exceptions and object forward GIOP messages back to the ORB.
ResponseHandler
          This interface is supplied by an ORB to a servant at invocation time and allows the servant to later retrieve an OutputStream for returning the invocation results.
ServantObject
          This class is part of the local stub API, the purpose of which is to provide high performance calls for collocated clients and servers (i.e.
 

Classes in org.omg.CORBA.portable used by org.omg.CORBA.TypeCodePackage
IDLEntity
          An interface with no members whose only purpose is to serve as a marker indicating that an implementing class is a Java value type from IDL that has a corresponding Helper class.
 

Classes in org.omg.CORBA.portable used by org.omg.CosNaming
Delegate
          The Delegate abstract class specifies a portable API for ORB-vendor-specific implementation of the org.omg.CORBA.Object methods.
IDLEntity
          An interface with no members whose only purpose is to serve as a marker indicating that an implementing class is a Java value type from IDL that has a corresponding Helper class.
InputStream
          InputStream is the Java API for reading IDL types from CDR marshal streams.
ObjectImpl
          The ObjectImpl class provides default implementations of the org.omg.CORBA.Object methods.
OutputStream
          OuputStream is the Java API for writing IDL types to CDR marshal streams.
Streamable
          The base class for the Holder classess of all complex IDL types.
 

Classes in org.omg.CORBA.portable used by org.omg.CosNaming.NamingContextPackage
IDLEntity
          An interface with no members whose only purpose is to serve as a marker indicating that an implementing class is a Java value type from IDL that has a corresponding Helper class.
InputStream
          InputStream is the Java API for reading IDL types from CDR marshal streams.
OutputStream
          OuputStream is the Java API for writing IDL types to CDR marshal streams.
Streamable
          The base class for the Holder classess of all complex IDL types.
 


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.