|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Object | |
javax.rmi.CORBA | Contains portability APIs for RMI-IIOP. |
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.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.CosNaming | Provides a naming service for Java IDL. |
org.omg.DynamicAny | Provides classes and interfaces that enable traversal of the data value
associated with an any at
runtime, and extraction of the primitive constituents of the data value. |
org.omg.IOP | This package contains the IOP module specified in the OMG document The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 13.6. |
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.PortableServer | Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs. |
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 the java.rmi package. |
Uses of Object in javax.rmi.CORBA |
Classes in javax.rmi.CORBA that implement Object | |
class |
Stub
Base class from which all RMI-IIOP stubs must inherit. |
Uses of Object in org.omg.CORBA |
Subinterfaces of Object in org.omg.CORBA | |
interface |
Current
Interfaces derived from the Current interface enable ORB and CORBA services to provide access to information (context) associated with the thread of execution in which they are running. |
interface |
DomainManager
Provides mechanisms for establishing and navigating relationships to superior and subordinate domains, as well as for creating and accessing policies. |
interface |
DynAny
Enables org.omg.CORBA.Any values to be dynamically interpreted (traversed) and constructed. |
interface |
DynArray
Represents a DynAny object associated with an array. |
interface |
DynEnum
Represents a DynAny object associated with an IDL enum. |
interface |
DynFixed
Represents a DynAny object that is associated
with an IDL fixed type. |
interface |
DynSequence
The representation of a DynAny object that is associated
with an IDL sequence. |
interface |
DynStruct
The representation of a DynAny object that is associated
with an IDL struct. |
interface |
DynUnion
The DynUnion interface represents a DynAny object
that is associated with an IDL union. |
interface |
DynValue
The representation of a DynAny object that is associated
with an IDL value type. |
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
Interfaces derived from the Policy interface allow an ORB or CORBA service access to certain choices that affect its operation. |
Classes in org.omg.CORBA that implement Object | |
class |
_IDLTypeStub
The Stub for IDLType. |
class |
_PolicyStub
The Stub for Policy. |
class |
DynamicImplementation
Deprecated. org.omg.CORBA.DynamicImplementation |
class |
LocalObject
Used as a base class for implementation of a local IDL interface in the Java language mapping. |
Uses of Object in org.omg.CORBA.portable |
Classes in org.omg.CORBA.portable that implement Object | |
class |
ObjectImpl
The common base class for all stub classes; provides default implementations of the org.omg.CORBA.Object methods. |
Uses of Object in org.omg.CosNaming |
Subinterfaces of Object 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. |
interface |
NamingContextExt
NamingContextExt is the extension of NamingContext
which
contains a set of name bindings in which each name is unique and is
part of Interoperable Naming Service. |
Classes in org.omg.CosNaming that implement Object | |
class |
_BindingIteratorImplBase
|
class |
_BindingIteratorStub
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations. |
class |
_NamingContextExtStub
NamingContextExt is the extension of NamingContext
which
contains a set of name bindings in which each name is unique and is
part of Interoperable Naming Service. |
class |
_NamingContextImplBase
|
class |
_NamingContextStub
A naming context is an object that contains a set of name bindings in which each name is unique. |
Uses of Object in org.omg.DynamicAny |
Subinterfaces of Object in org.omg.DynamicAny | |
interface |
DynAnyFactory
DynAny objects can be created by invoking operations on the DynAnyFactory object. |
interface |
DynValueBox
DynValueBox objects support the manipulation of IDL boxed value types. |
interface |
DynValueCommon
DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces. |
Classes in org.omg.DynamicAny that implement Object | |
class |
_DynAnyFactoryStub
DynAny objects can be created by invoking operations on the DynAnyFactory object. |
class |
_DynAnyStub
Any values can be dynamically interpreted (traversed) and constructed through DynAny objects. |
class |
_DynArrayStub
DynArray objects support the manipulation of IDL arrays. |
class |
_DynEnumStub
DynEnum objects support the manipulation of IDL enumerated values. |
class |
_DynFixedStub
DynFixed objects support the manipulation of IDL fixed values. |
class |
_DynSequenceStub
DynSequence objects support the manipulation of IDL sequences. |
class |
_DynStructStub
DynStruct objects support the manipulation of IDL struct and exception values. |
class |
_DynUnionStub
DynUnion objects support the manipulation of IDL unions. |
class |
_DynValueStub
DynValue objects support the manipulation of IDL non-boxed value types. |
Uses of Object in org.omg.IOP |
Subinterfaces of Object in org.omg.IOP | |
interface |
Codec
The formats of IOR components and service context data used by ORB services are often defined as CDR encapsulations encoding instances of IDL defined data types. |
interface |
CodecFactory
Codecs are obtained from the CodecFactory . |
Uses of Object in org.omg.PortableInterceptor |
Subinterfaces of Object in org.omg.PortableInterceptor | |
interface |
ClientRequestInfo
Request Information, accessible to client-side request interceptors. |
interface |
ClientRequestInterceptor
Client-side request interceptor. |
interface |
Interceptor
All Portable Interceptors implement Interceptor. |
interface |
IORInfo
Provides the server-side ORB service with access to the applicable policies during IOR construction and the ability to add components. |
interface |
IORInterceptor
Interceptor used to establish tagged components in the profiles within an IOR. |
interface |
ORBInitializer
Facilitates interceptor registration and ORB initialization. |
interface |
ORBInitInfo
Passed to each ORBInitializer , allowing it to
to register interceptors and perform other duties while the ORB is
initializing. |
interface |
PolicyFactory
Enables policy types to be constructed using CORBA.ORB.create_policy . |
interface |
RequestInfo
Request Information, accessible to Interceptors. |
interface |
ServerRequestInfo
Request Information, accessible to server-side request interceptors. |
interface |
ServerRequestInterceptor
Server-side request interceptor. |
Uses of Object in org.omg.PortableServer |
Subinterfaces of Object in org.omg.PortableServer | |
interface |
AdapterActivator
An adapter activator supplies a POA with the ability to create child POAs on demand, as a side-effect of receiving a request that names the child POA (or one of its children), or when find_POA is called with an activate parameter value of TRUE. |
interface |
IdAssignmentPolicy
IdAssignmentPolicy specifies whether Object Ids in the created POA are generated by the application or by the ORB. |
interface |
IdUniquenessPolicy
The IdUniquenessPolicy specifies whether the servants activated in the created POA must have unique object i identities. |
interface |
ImplicitActivationPolicy
This policy specifies whether implicit activation of servants is supported in the created POA. |
interface |
LifespanPolicy
The LifespanPolicy specifies the lifespan of the objects implemented in the created POA. |
interface |
POA
A POA object manages the implementation of a collection of objects. |
interface |
POAManager
Each POA object has an associated POAManager object. |
interface |
RequestProcessingPolicy
This policy specifies how requests are processed by the created POA. |
interface |
ServantActivator
When the POA has the RETAIN policy it uses servant managers that are ServantActivators. |
interface |
ServantLocator
When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators. |
interface |
ServantManager
A servant manager supplies a POA with the ability to activate objects on demand when the POA receives a request targeted at an inactive object. |
interface |
ServantRetentionPolicy
This policy specifies whether the created POA retains active servants in an Active Object Map. |
interface |
ThreadPolicy
The ThreadPolicy specifies the threading model used with the created POA. |
Classes in org.omg.PortableServer that implement Object | |
class |
_ServantActivatorStub
When the POA has the RETAIN policy it uses servant managers that are ServantActivators. |
class |
_ServantLocatorStub
When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators. |
Uses of Object in org.omg.SendingContext |
Subinterfaces of Object in org.omg.SendingContext | |
interface |
RunTime
Defines the base class that represents the Sending Context of a request. |
Uses of Object in org.omg.stub.java.rmi |
Classes in org.omg.stub.java.rmi that implement Object | |
class |
_Remote_Stub
This class provides the Stub for the Remote Type. |
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.