| Package | Description |
|---|---|
| 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_2_3.portable |
Provides methods for the input and output of value types, and contains
other updates to the
org/omg/CORBA/portable package. |
| org.omg.CosNaming | |
| org.omg.CosTransactions | |
| org.omg.DynamicAny | |
| org.omg.Messaging | |
| org.omg.PortableServer | |
| org.omg.SendingContext | |
| org.omg.stub.java.rmi |
Contains RMI-IIOP Stubs for the Remote types that occur in the
java.rmi package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Stub
Base class from which all RMI-IIOP stubs must inherit.
|
| Modifier and Type | Class and Description |
|---|---|
class |
_AliasDefStub
org/omg/CORBA/_AliasDefStub.java .
|
class |
_ArrayDefStub
org/omg/CORBA/_ArrayDefStub.java .
|
class |
_AttributeDefStub
org/omg/CORBA/_AttributeDefStub.java .
|
class |
_ConstantDefStub
org/omg/CORBA/_ConstantDefStub.java .
|
class |
_ContainedStub
org/omg/CORBA/_ContainedStub.java .
|
class |
_ContainerStub
org/omg/CORBA/_ContainerStub.java .
|
class |
_EnumDefStub
org/omg/CORBA/_EnumDefStub.java .
|
class |
_ExceptionDefStub
org/omg/CORBA/_ExceptionDefStub.java .
|
class |
_IDLTypeStub
The Stub for IDLType.
|
class |
_InterfaceDefStub
org/omg/CORBA/_InterfaceDefStub.java .
|
class |
_ModuleDefStub
org/omg/CORBA/_ModuleDefStub.java .
|
class |
_NativeDefStub
org/omg/CORBA/_NativeDefStub.java .
|
class |
_OperationDefStub
org/omg/CORBA/_OperationDefStub.java .
|
class |
_PolicyStub
The Stub for Policy.
|
class |
_PrimitiveDefStub
org/omg/CORBA/_PrimitiveDefStub.java .
|
class |
_RepositoryStub
org/omg/CORBA/_RepositoryStub.java .
|
class |
_SequenceDefStub
org/omg/CORBA/_SequenceDefStub.java .
|
class |
_StringDefStub
org/omg/CORBA/_StringDefStub.java .
|
class |
_StructDefStub
org/omg/CORBA/_StructDefStub.java .
|
class |
_TypedefDefStub
org/omg/CORBA/_TypedefDefStub.java .
|
class |
_UnionDefStub
org/omg/CORBA/_UnionDefStub.java .
|
class |
_ValueBoxDefStub
org/omg/CORBA/_ValueBoxDefStub.java .
|
class |
_ValueDefStub
org/omg/CORBA/_ValueDefStub.java .
|
class |
_ValueMemberDefStub
org/omg/CORBA/_ValueMemberDefStub.java .
|
class |
DynamicImplementation
Deprecated.
org.omg.CORBA.DynamicImplementation
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectImpl
ObjectImpl class is the base class for all stubs.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
_NamingContextStub
A naming context is an object that contains a set of name bindings in
which each name is unique.
|
| Modifier and Type | Class and Description |
|---|---|
class |
_ControlStub
org/omg/CosTransactions/_ControlStub.java .
|
class |
_CoordinatorStub
org/omg/CosTransactions/_CoordinatorStub.java .
|
class |
_CurrentStub
org/omg/CosTransactions/_CurrentStub.java .
|
class |
_InvocationPolicyStub
org/omg/CosTransactions/_InvocationPolicyStub.java .
|
class |
_NonTxTargetPolicyStub
org/omg/CosTransactions/_NonTxTargetPolicyStub.java .
|
class |
_OTSPolicyStub
org/omg/CosTransactions/_OTSPolicyStub.java .
|
class |
_RecoveryCoordinatorStub
org/omg/CosTransactions/_RecoveryCoordinatorStub.java .
|
class |
_ResourceStub
org/omg/CosTransactions/_ResourceStub.java .
|
class |
_SubtransactionAwareResourceStub
org/omg/CosTransactions/_SubtransactionAwareResourceStub.java .
|
class |
_SynchronizationStub
org/omg/CosTransactions/_SynchronizationStub.java .
|
class |
_TerminatorStub
org/omg/CosTransactions/_TerminatorStub.java .
|
class |
_TransactionalObjectStub
org/omg/CosTransactions/_TransactionalObjectStub.java .
|
class |
_TransactionFactoryStub
org/omg/CosTransactions/_TransactionFactoryStub.java .
|
| Modifier and Type | Class and Description |
|---|---|
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 |
_DynValueBoxStub
DynValueBox objects support the manipulation of IDL boxed value types.
|
class |
_DynValueCommonStub
DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.
|
class |
_DynValueStub
DynValue objects support the manipulation of IDL non-boxed value types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
_MaxHopsPolicyStub
org/omg/Messaging/_MaxHopsPolicyStub.java .
|
class |
_QueueOrderPolicyStub
org/omg/Messaging/_QueueOrderPolicyStub.java .
|
class |
_RebindPolicyStub
org/omg/Messaging/_RebindPolicyStub.java .
|
class |
_RelativeRequestTimeoutPolicyStub
org/omg/Messaging/_RelativeRequestTimeoutPolicyStub.java .
|
class |
_RelativeRoundtripTimeoutPolicyStub
org/omg/Messaging/_RelativeRoundtripTimeoutPolicyStub.java .
|
class |
_ReplyEndTimePolicyStub
org/omg/Messaging/_ReplyEndTimePolicyStub.java .
|
class |
_ReplyPriorityPolicyStub
org/omg/Messaging/_ReplyPriorityPolicyStub.java .
|
class |
_ReplyStartTimePolicyStub
org/omg/Messaging/_ReplyStartTimePolicyStub.java .
|
class |
_RequestEndTimePolicyStub
org/omg/Messaging/_RequestEndTimePolicyStub.java .
|
class |
_RequestPriorityPolicyStub
org/omg/Messaging/_RequestPriorityPolicyStub.java .
|
class |
_RequestStartTimePolicyStub
org/omg/Messaging/_RequestStartTimePolicyStub.java .
|
class |
_RoutingPolicyStub
org/omg/Messaging/_RoutingPolicyStub.java .
|
class |
_SyncScopePolicyStub
org/omg/Messaging/_SyncScopePolicyStub.java .
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
_CodeBaseStub
org/omg/SendingContext/_CodeBaseStub.java .
|
class |
_RunTimeStub
org/omg/SendingContext/_RunTimeStub.java .
|
| Modifier and Type | Class and Description |
|---|---|
class |
_Remote_Stub
This class provides the Stub for the Remote Type.
|
Copyright © 2017–2021 Eclipse Foundation. All rights reserved.