Uses of Package
org.omg.CORBA.portable
-
Packages that use org.omg.CORBA.portable Package Description javax.rmi.CORBA Contains portability APIs for RMI-IIOP.org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the Java™ programming language, including the classORB
, 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 theDynAny
interface (InvalidValue
,Invalid
,InvalidSeq
, andTypeMismatch
).org.omg.CORBA.ORBPackage Provides the exceptionInvalidName
, which is thrown by the methodORB.resolve_initial_references
and the exceptionInconsistentTypeCode
, which is thrown by the Dynamic Any creation methods in the ORB class.org.omg.CORBA.TypeCodePackage Provides the user-defined exceptionsBadKind
andBounds
, which are thrown by methods in in the classTypeCode
.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_2_3 The CORBA_2_3 package defines additions to existing CORBA interfaces in the Java[tm] Standard Edition 6. These changes occurred in recent revisions to the CORBA API defined by the OMG. The new methods were added to interfaces derived from the corresponding interfaces in the CORBA package. This provides backward compatibility and avoids breaking the JCK tests.org.omg.CORBA_2_3.portable Provides methods for the input and output of value types, and contains other updates to theorg/omg/CORBA/portable
package.org.omg.CosNaming Provides a naming service for Java IDL.org.omg.CosNaming.NamingContextExtPackage This package contains the following classes, which are used inorg.omg.CosNaming.NamingContextExt
:AddressHelper
StringNameHelper
URLStringHelper
InvalidAddress
org.omg.CosNaming.NamingContextPackage This package contains Exception classes for theorg.omg.CosNaming
package.org.omg.Dynamic This package contains theDynamic
module specified in the OMG Portable Interceptor specification, ptc/2000-08-06, section 21.9.org.omg.DynamicAny Provides classes and interfaces that enable traversal of the data value associated with anany
at runtime, and extraction of the primitive constituents of the data value.org.omg.DynamicAny.DynAnyFactoryPackage This package contains classes and exceptions from theDynAnyFactory
interface of theDynamicAny
module specified in the OMG The Common Object Request Broker: Architecture and Specification, formal/99-10-07, section 9.2.2.org.omg.DynamicAny.DynAnyPackage This package contains classes and exceptions from theDynAny
interface of theDynamicAny
module specified in the OMG The Common Object Request Broker: Architecture and Specification, formal/99-10-07, section 9.2.org.omg.IOP This package contains theIOP
module specified in the OMG document The Common Object Request Broker: Architecture and Specification, formal/99-10-07, section 13.6.org.omg.IOP.CodecFactoryPackage This package contains the exceptions specified in the IOP::CodeFactory interface (as part of the Portable Interceptors spec).org.omg.IOP.CodecPackage This package is generated from the IOP::Codec IDL interface definition.org.omg.Messaging This package contains theMessaging
module specified in the OMG CORBA Messaging specification, formal/99-10-07.org.omg.PortableInterceptor Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB.org.omg.PortableInterceptor.ORBInitInfoPackage This package contains the exceptions and typedefs from theORBInitInfo
local interface of thePortableInterceptor
module specified in the OMG Portable Interceptor specification, ptc/2000-08-06, section 21.7.2.org.omg.PortableServer Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.org.omg.PortableServer.CurrentPackage Provides method implementations with access to the identity of the object on which the method was invoked.org.omg.PortableServer.POAManagerPackage Encapsulates the processing state of the POAs it is associated with.org.omg.PortableServer.POAPackage Allows programmers to construct object implementations that are portable between different ORB products.org.omg.PortableServer.ServantLocatorPackage Provides classes and interfaces for locating the servant.org.omg.SendingContext Provides support for the marshalling of value types.org.omg.stub.java.rmi Contains RMI-IIOP Stubs for the Remote types that occur in thejava.rmi
package. -
Classes in org.omg.CORBA.portable used by javax.rmi.CORBA Class Description InputStream InputStream is the Java API for reading IDL types from CDR marshal streams.InvokeHandler This interface provides a dispatching mechanism for an incoming call.ObjectImpl The common base class for all stub classes; provides default implementations of theorg.omg.CORBA.Object
methods.OutputStream OuputStream is the Java API for writing IDL types to CDR marshal streams. -
Classes in org.omg.CORBA.portable used by org.omg.CORBA Class Description ApplicationException This class is used for reporting application level exceptions between ORBs and stubs.BoxedValueHelper Delegate 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 common base class for all stub classes; provides default implementations of theorg.omg.CORBA.Object
methods.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.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. clients and servers residing in the same Java VM).Streamable The base class for the Holder classess of all complex IDL types.ValueBase The generated Java classes corresponding to valuetype IDL types implement this interface. -
Classes in org.omg.CORBA.portable used by org.omg.CORBA.DynAnyPackage Class Description 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 Class Description 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. -
Classes in org.omg.CORBA.portable used by org.omg.CORBA.TypeCodePackage Class Description 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. -
Classes in org.omg.CORBA.portable used by org.omg.CORBA.portable Class Description ApplicationException This class is used for reporting application level exceptions between ORBs and stubs.Delegate 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.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. clients and servers residing in the same Java VM).Streamable The base class for the Holder classess of all complex IDL types.ValueBase The generated Java classes corresponding to valuetype IDL types implement this interface. -
Classes in org.omg.CORBA.portable used by org.omg.CORBA_2_3 Class Description ValueFactory The ValueFactory interface is the native mapping for the IDL type CORBA::ValueFactory. -
Classes in org.omg.CORBA.portable used by org.omg.CORBA_2_3.portable Class Description BoxedValueHelper Delegate 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.ObjectImpl The common base class for all stub classes; provides default implementations of theorg.omg.CORBA.Object
methods.OutputStream OuputStream is the Java API for writing IDL types to CDR marshal streams. -
Classes in org.omg.CORBA.portable used by org.omg.CosNaming Class Description 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.InvokeHandler This interface provides a dispatching mechanism for an incoming call.ObjectImpl The common base class for all stub classes; provides default implementations of theorg.omg.CORBA.Object
methods.OutputStream OuputStream is the Java API for writing IDL types to CDR marshal streams.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.Streamable The base class for the Holder classess of all complex IDL types. -
Classes in org.omg.CORBA.portable used by org.omg.CosNaming.NamingContextExtPackage Class Description 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. -
Classes in org.omg.CORBA.portable used by org.omg.CosNaming.NamingContextPackage Class Description 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. -
Classes in org.omg.CORBA.portable used by org.omg.Dynamic Class Description 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.DynamicAny Class Description 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 common base class for all stub classes; provides default implementations of theorg.omg.CORBA.Object
methods.OutputStream OuputStream is the Java API for writing IDL types to CDR marshal streams. -
Classes in org.omg.CORBA.portable used by org.omg.DynamicAny.DynAnyFactoryPackage Class Description 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. -
Classes in org.omg.CORBA.portable used by org.omg.DynamicAny.DynAnyPackage Class Description 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. -
Classes in org.omg.CORBA.portable used by org.omg.IOP Class Description 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. -
Classes in org.omg.CORBA.portable used by org.omg.IOP.CodecFactoryPackage Class Description 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. -
Classes in org.omg.CORBA.portable used by org.omg.IOP.CodecPackage Class Description 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. -
Classes in org.omg.CORBA.portable used by org.omg.Messaging Class Description 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. -
Classes in org.omg.CORBA.portable used by org.omg.PortableInterceptor Class Description 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.ValueBase The generated Java classes corresponding to valuetype IDL types implement this interface. -
Classes in org.omg.CORBA.portable used by org.omg.PortableInterceptor.ORBInitInfoPackage Class Description 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. -
Classes in org.omg.CORBA.portable used by org.omg.PortableServer Class Description 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.InvokeHandler This interface provides a dispatching mechanism for an incoming call.ObjectImpl The common base class for all stub classes; provides default implementations of theorg.omg.CORBA.Object
methods.OutputStream OuputStream is the Java API for writing IDL types to CDR marshal streams.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. -
Classes in org.omg.CORBA.portable used by org.omg.PortableServer.CurrentPackage Class Description 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. -
Classes in org.omg.CORBA.portable used by org.omg.PortableServer.POAManagerPackage Class Description 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. -
Classes in org.omg.CORBA.portable used by org.omg.PortableServer.POAPackage Class Description 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. -
Classes in org.omg.CORBA.portable used by org.omg.PortableServer.ServantLocatorPackage Class Description 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. -
Classes in org.omg.CORBA.portable used by org.omg.SendingContext Class Description 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.stub.java.rmi Class Description ObjectImpl The common base class for all stub classes; provides default implementations of theorg.omg.CORBA.Object
methods.