| 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 |
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.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 | |
| org.omg.CosTransactions | |
| org.omg.DynamicAny | |
| org.omg.Messaging | |
| org.omg.PortableServer | |
| org.omg.PortableServer.portable | |
| org.omg.SendingContext |
| Modifier and Type | Method and Description |
|---|---|
ORB |
Tie.orb()
Returns the ORB for this tie.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stub.connect(ORB orb)
Connects this stub to an ORB.
|
void |
StubDelegate.connect(Stub self,
ORB orb)
Delegation call for
Stub.connect(org.omg.CORBA.ORB). |
Object |
UtilDelegate.copyObject(Object obj,
ORB orb)
Delegation call for
Util.copyObject(java.lang.Object, org.omg.CORBA.ORB). |
static Object |
Util.copyObject(Object obj,
ORB orb)
Copies or connects an object.
|
Object[] |
UtilDelegate.copyObjects(Object[] obj,
ORB orb)
Delegation call for
Util.copyObjects(java.lang.Object[], org.omg.CORBA.ORB). |
static Object[] |
Util.copyObjects(Object[] obj,
ORB orb)
Copies or connects an array of objects.
|
void |
Tie.orb(ORB orb)
Sets the ORB for this tie.
|
| Modifier and Type | Method and Description |
|---|---|
ORB |
LocalObject._orb()
Throws an
org.omg.CORBA.NO_IMPLEMENT exception with
the message "This is a locally constrained object."
This method is the default implementation of the
org.omg.CORBA.Object method. |
static ORB |
ORB.init()
Returns the
ORB singleton object. |
static ORB |
ORB.init(Applet app,
Properties props)
Creates a new
ORB instance for an applet. |
static ORB |
ORB.init(String[] args,
Properties props)
Creates a new
ORB instance for a standalone
application. |
| Modifier and Type | Method and Description |
|---|---|
NativeDef |
NativeDefPOA._this(ORB orb) |
ValueBoxDef |
ValueBoxDefPOA._this(ORB orb) |
ValueDef |
ValueDefPOA._this(ORB orb) |
ValueMemberDef |
ValueMemberDefPOA._this(ORB orb) |
InterfaceDef |
InterfaceDefPOA._this(ORB orb) |
OperationDef |
OperationDefPOA._this(ORB orb) |
AttributeDef |
AttributeDefPOA._this(ORB orb) |
ExceptionDef |
ExceptionDefPOA._this(ORB orb) |
ArrayDef |
ArrayDefPOA._this(ORB orb) |
SequenceDef |
SequenceDefPOA._this(ORB orb) |
StringDef |
StringDefPOA._this(ORB orb) |
PrimitiveDef |
PrimitiveDefPOA._this(ORB orb) |
AliasDef |
AliasDefPOA._this(ORB orb) |
EnumDef |
EnumDefPOA._this(ORB orb) |
UnionDef |
UnionDefPOA._this(ORB orb) |
StructDef |
StructDefPOA._this(ORB orb) |
TypedefDef |
TypedefDefPOA._this(ORB orb) |
ConstantDef |
ConstantDefPOA._this(ORB orb) |
ModuleDef |
ModuleDefPOA._this(ORB orb) |
Repository |
RepositoryPOA._this(ORB orb) |
Container |
ContainerPOA._this(ORB orb) |
Contained |
ContainedPOA._this(ORB orb) |
| Modifier and Type | Class and Description |
|---|---|
class |
ORB
A class extending
ORB to make the ORB
portable under the OMG CORBA version 2.3 specification. |
| Modifier and Type | Method and Description |
|---|---|
ORB |
ObjectImpl._orb()
Returns a reference to the ORB associated with this object and
its delegate.
|
ORB |
OutputStream.orb()
Returns the ORB that created this OutputStream.
|
ORB |
InputStream.orb()
Returns the ORB that created this InputStream.
|
ORB |
Delegate.orb(Object obj)
Provides a reference to the orb associated with its parameter.
|
| Modifier and Type | Method and Description |
|---|---|
NamingContext |
NamingContextPOA._this(ORB orb) |
NamingContextExt |
NamingContextExtPOA._this(ORB orb) |
BindingIterator |
BindingIteratorPOA._this(ORB orb) |
| Modifier and Type | Method and Description |
|---|---|
NonTxTargetPolicy |
NonTxTargetPolicyPOA._this(ORB orb) |
OTSPolicy |
OTSPolicyPOA._this(ORB orb) |
InvocationPolicy |
InvocationPolicyPOA._this(ORB orb) |
TransactionalObject |
TransactionalObjectPOA._this(ORB orb) |
SubtransactionAwareResource |
SubtransactionAwareResourcePOA._this(ORB orb) |
Synchronization |
SynchronizationPOA._this(ORB orb) |
Resource |
ResourcePOA._this(ORB orb) |
RecoveryCoordinator |
RecoveryCoordinatorPOA._this(ORB orb) |
Coordinator |
CoordinatorPOA._this(ORB orb) |
Terminator |
TerminatorPOA._this(ORB orb) |
Control |
ControlPOA._this(ORB orb) |
TransactionFactory |
TransactionFactoryPOA._this(ORB orb) |
Current |
CurrentPOA._this(ORB orb) |
| Modifier and Type | Method and Description |
|---|---|
DynAnyFactory |
DynAnyFactoryPOA._this(ORB orb) |
DynValueBox |
DynValueBoxPOA._this(ORB orb) |
DynValue |
DynValuePOA._this(ORB orb) |
DynValueCommon |
DynValueCommonPOA._this(ORB orb) |
DynArray |
DynArrayPOA._this(ORB orb) |
DynSequence |
DynSequencePOA._this(ORB orb) |
DynUnion |
DynUnionPOA._this(ORB orb) |
DynStruct |
DynStructPOA._this(ORB orb) |
DynEnum |
DynEnumPOA._this(ORB orb) |
DynFixed |
DynFixedPOA._this(ORB orb) |
DynAny |
DynAnyPOA._this(ORB orb) |
| Modifier and Type | Method and Description |
|---|---|
QueueOrderPolicy |
QueueOrderPolicyPOA._this(ORB orb) |
MaxHopsPolicy |
MaxHopsPolicyPOA._this(ORB orb) |
RoutingPolicy |
RoutingPolicyPOA._this(ORB orb) |
RelativeRoundtripTimeoutPolicy |
RelativeRoundtripTimeoutPolicyPOA._this(ORB orb) |
RelativeRequestTimeoutPolicy |
RelativeRequestTimeoutPolicyPOA._this(ORB orb) |
ReplyEndTimePolicy |
ReplyEndTimePolicyPOA._this(ORB orb) |
ReplyStartTimePolicy |
ReplyStartTimePolicyPOA._this(ORB orb) |
RequestEndTimePolicy |
RequestEndTimePolicyPOA._this(ORB orb) |
RequestStartTimePolicy |
RequestStartTimePolicyPOA._this(ORB orb) |
ReplyPriorityPolicy |
ReplyPriorityPolicyPOA._this(ORB orb) |
RequestPriorityPolicy |
RequestPriorityPolicyPOA._this(ORB orb) |
SyncScopePolicy |
SyncScopePolicyPOA._this(ORB orb) |
RebindPolicy |
RebindPolicyPOA._this(ORB orb) |
| Modifier and Type | Method and Description |
|---|---|
ORB |
Servant._orb()
Returns the instance of the ORB
currently associated with the
Servant (convenience method). |
| Modifier and Type | Method and Description |
|---|---|
Object |
Servant._this_object(ORB orb)
Allows the servant to obtain the object reference for
the target CORBA Object it is incarnating for that request.
|
ServantLocator |
ServantLocatorPOA._this(ORB orb) |
ServantActivator |
ServantActivatorPOA._this(ORB orb) |
| Modifier and Type | Method and Description |
|---|---|
ORB |
Delegate.orb(Servant Self)
Convenience method that returns the instance of the ORB
currently associated with the Servant.
|
| Modifier and Type | Method and Description |
|---|---|
CodeBase |
CodeBasePOA._this(ORB orb) |
RunTime |
RunTimePOA._this(ORB orb) |
Copyright © 2017–2021 Eclipse Foundation. All rights reserved.