Uses of Interface
org.omg.CORBA.portable.IDLEntity
Packages that use IDLEntity
Package
Description
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).
Provides the exceptions used with the
DynAny
interface
(InvalidValue
,
Invalid
, InvalidSeq
, and
TypeMismatch
).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.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.
Provides the exceptions that may be thrown during OTS or JTS registration
of call-back interfaces with the ORB.
Provides the user-defined exceptions
BadKind
and Bounds
, which are thrown by methods in
in the class TypeCode
.-
Uses of IDLEntity in com.sun.corba.ee.impl.corba
Classes in com.sun.corba.ee.impl.corba that implement IDLEntityModifier and TypeClassDescriptionclass
private static final class
private static final class
final class
-
Uses of IDLEntity in com.sun.corba.ee.impl.dynamicany
Classes in com.sun.corba.ee.impl.dynamicany that implement IDLEntityModifier and TypeClassDescriptionclass
(package private) class
(package private) class
(package private) class
class
(package private) class
class
class
class
class
class
class
class
(package private) class
class
-
Uses of IDLEntity in com.sun.corba.ee.impl.encoding
Classes in com.sun.corba.ee.impl.encoding that implement IDLEntityModifier and TypeClassDescriptionclass
Provides the reading side with a per connection cache of info obtained via calls to the remote CodeBase.class
class
class
Encapsulations are supposed to explicitly define their code sets and GIOP version.class
Encapsulations are supposed to explicitly define their code sets and GIOP version.class
final class
Methods in com.sun.corba.ee.impl.encoding with parameters of type IDLEntityModifier and TypeMethodDescriptionprivate void
CDROutputStream_1_0.writeIDLEntity
(IDLEntity object) -
Uses of IDLEntity in com.sun.corba.ee.impl.folb
Classes in com.sun.corba.ee.impl.folb that implement IDLEntityModifier and TypeClassDescriptionclass
static class
class
-
Uses of IDLEntity in com.sun.corba.ee.impl.interceptors
Classes in com.sun.corba.ee.impl.interceptors that implement IDLEntityModifier and TypeClassDescriptionfinal class
CDREncapsCodec is an implementation of Codec, as described in orbos/99-12-02, that supports CDR encapsulation version 1.0, 1.1, and 1.2.final class
Implementation of the ClientRequestInfo interface as specified in orbos/99-12-02 section 5.4.2.final class
CodecFactoryImpl is the implementation of the Codec Factory, as described in orbos/99-12-02.final class
IORInfoImpl is the implementation of the IORInfo class, as described in orbos/99-12-02, section 7.final class
ORBInitInfoImpl is the implementation of the ORBInitInfo class to be passed to ORBInitializers, as described in orbos/99-12-02.class
PICurrent is the implementation of Current as specified in the Portable Interceptors Spec orbos/99-12-02.class
Implementation of the RequestInfo interface as specified in orbos/99-12-02 section 5.4.1.final class
Implementation of the ServerRequestInfo interface as specified in orbos/99-12-02 section 5.4.3. -
Uses of IDLEntity in com.sun.corba.ee.impl.io
Classes in com.sun.corba.ee.impl.io that implement IDLEntityModifier and TypeClassDescriptionclass
This class acts as the remote interface to receivers wishing to retrieve the information of a remote Class. -
Uses of IDLEntity in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior that implement IDLEntityModifier and TypeClassDescriptionclass
This is an implementation of the ObjectReferenceFactory abstract value type defined by the portable interceptors IDL.class
This is an implementation of the ObjectReferenceTemplate abstract value type defined by the portable interceptors IDL. -
Uses of IDLEntity in com.sun.corba.ee.impl.oa.poa
Classes in com.sun.corba.ee.impl.oa.poa that implement IDLEntityModifier and TypeClassDescription(package private) final class
(package private) final class
(package private) final class
(package private) final class
class
class
POAImpl is the implementation of the Portable Object Adapter.class
POAManagerImpl is the implementation of the POAManager interface.class
(package private) final class
(package private) final class
-
Uses of IDLEntity in com.sun.corba.ee.impl.oa.rfm
Classes in com.sun.corba.ee.impl.oa.rfm that implement IDLEntityModifier and TypeClassDescriptionclass
class
private class
private static class
private static class
private static class
-
Uses of IDLEntity in com.sun.corba.ee.impl.orb
Classes in com.sun.corba.ee.impl.orb that implement IDLEntityModifier and TypeClassDescriptionstatic final class
static final class
-
Uses of IDLEntity in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement IDLEntityModifier and TypeClassDescriptionclass
class
class
-
Uses of IDLEntity in com.sun.corba.ee.impl.protocol.giopmsgheaders
Classes in com.sun.corba.ee.impl.protocol.giopmsgheaders that implement IDLEntityModifier and TypeClassDescriptionfinal class
com/sun/corba/ee/impl/protocol/giopmsgheaders/IORAddressingInfo.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ../../../../../../../src/share/classes/com/sun/corba/ee/GiopIDL/g.idl Sunday, June 4, 2000 5:18:54 PM PDTfinal class
com/sun/corba/ee/impl/protocol/giopmsgheaders/TargetAddress.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ../../../../../../../src/share/classes/com/sun/corba/ee/GiopIDL/g.idl Sunday, June 4, 2000 5:18:54 PM PDT -
Uses of IDLEntity in com.sun.corba.ee.org.omg.CSI
Classes in com.sun.corba.ee.org.omg.CSI that implement IDLEntityModifier and TypeClassDescriptionfinal class
com/sun/corba/ee/org/omg/CSI/AuthorizationElement.java .final class
com/sun/corba/ee/org/omg/CSI/CompleteEstablishContext.java .final class
com/sun/corba/ee/org/omg/CSI/ContextError.java .final class
com/sun/corba/ee/org/omg/CSI/EstablishContext.java .final class
com/sun/corba/ee/org/omg/CSI/IdentityToken.java .final class
com/sun/corba/ee/org/omg/CSI/MessageInContext.java .final class
com/sun/corba/ee/org/omg/CSI/SASContextBody.java . -
Uses of IDLEntity in com.sun.corba.ee.org.omg.CSIIOP
Classes in com.sun.corba.ee.org.omg.CSIIOP that implement IDLEntityModifier and TypeClassDescriptionfinal class
com/sun/corba/ee/org/omg/CSIIOP/AS_ContextSec.java .final class
com/sun/corba/ee/org/omg/CSIIOP/CompoundSecMech.java .final class
com/sun/corba/ee/org/omg/CSIIOP/CompoundSecMechList.java .final class
com/sun/corba/ee/org/omg/CSIIOP/SAS_ContextSec.java .final class
com/sun/corba/ee/org/omg/CSIIOP/SECIOP_SEC_TRANS.java .final class
com/sun/corba/ee/org/omg/CSIIOP/ServiceConfiguration.java .final class
com/sun/corba/ee/org/omg/CSIIOP/TLS_SEC_TRANS.java .final class
com/sun/corba/ee/org/omg/CSIIOP/TransportAddress.java . -
Uses of IDLEntity in com.sun.corba.ee.org.omg.GSSUP
Classes in com.sun.corba.ee.org.omg.GSSUP that implement IDLEntityModifier and TypeClassDescriptionfinal class
com/sun/corba/ee/org/omg/GSSUP/ErrorToken.java .final class
com/sun/corba/ee/org/omg/GSSUP/InitialContextToken.java . -
Uses of IDLEntity in com.sun.corba.ee.spi.extension
Classes in com.sun.corba.ee.spi.extension that implement IDLEntityModifier and TypeClassDescriptionclass
Policy used to specify the copyObject implementation to use.class
Policy used to support the request partitioning feature and to specify the partition to use.class
Policy used to support the request partitioning feature and to specify the partition to use.class
Policy used to implement servant caching optimization in the POA.class
Policy used to implement zero IIOP port policy in the POA. -
Uses of IDLEntity in com.sun.corba.ee.spi.oa.rfm
Subinterfaces of IDLEntity in com.sun.corba.ee.spi.oa.rfmModifier and TypeInterfaceDescriptioninterface
interface
ReferenceFactoryManager uses the ORB POA to create a specialized reference factory. -
Uses of IDLEntity in com.sun.org.omg.CORBA
Subinterfaces of IDLEntity in com.sun.org.omg.CORBAClasses in com.sun.org.omg.CORBA that implement IDLEntityModifier and TypeClassDescriptionfinal class
com/sun/org/omg/CORBA/AttributeDescription.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ir.idl Thursday, May 6, 1999 1:51:50 AM PDTclass
com/sun/org/omg/CORBA/AttributeMode.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ir.idl Thursday, May 6, 1999 1:51:50 AM PDTfinal class
com/sun/org/omg/CORBA/ExceptionDescription.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ir.idl Thursday, May 6, 1999 1:51:50 AM PDTfinal class
com/sun/org/omg/CORBA/Initializer.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ir.idl Thursday, May 6, 1999 1:51:44 AM PDTfinal class
com/sun/org/omg/CORBA/OperationDescription.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ir.idl Thursday, May 6, 1999 1:51:51 AM PDTclass
com/sun/org/omg/CORBA/OperationMode.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ir.idl Thursday, May 6, 1999 1:51:50 AM PDTfinal class
com/sun/org/omg/CORBA/ParameterDescription.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ir.idl Thursday, May 6, 1999 1:51:50 AM PDTclass
com/sun/org/omg/CORBA/ParameterMode.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ir.idl Thursday, May 6, 1999 1:51:50 AM PDT -
Uses of IDLEntity in com.sun.org.omg.CORBA.ValueDefPackage
Classes in com.sun.org.omg.CORBA.ValueDefPackage that implement IDLEntityModifier and TypeClassDescriptionfinal class
com/sun/org/omg/CORBA/ValueDefPackage/FullValueDescription.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ir.idl Thursday, May 6, 1999 1:51:52 AM PDT -
Uses of IDLEntity in com.sun.org.omg.SendingContext
Subinterfaces of IDLEntity in com.sun.org.omg.SendingContextModifier and TypeInterfaceDescriptioninterface
com/sun/org/omg/SendingContext/CodeBase.java Generated by the IDL-to-Java compiler (portable), version "3.0" from rt.idl Thursday, May 6, 1999 1:52:08 AM PDTClasses in com.sun.org.omg.SendingContext that implement IDLEntityModifier and TypeClassDescriptionclass
com/sun/org/omg/SendingContext/_CodeBaseImplBase.java Generated by the IDL-to-Java compiler (portable), version "3.0" from rt.idl Thursday, May 6, 1999 1:52:08 AM PDTclass
com/sun/org/omg/SendingContext/_CodeBaseStub.java Generated by the IDL-to-Java compiler (portable), version "3.0" from rt.idl Thursday, May 6, 1999 1:52:08 AM PDT -
Uses of IDLEntity in org.glassfish.corba.org.omg.CORBA
Classes in org.glassfish.corba.org.omg.CORBA that implement IDLEntityModifier and TypeClassDescriptionclass
com/sun/org/omg/CORBA/_IDLTypeStub.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ir.idl Thursday, May 6, 1999 1:51:45 AM PDT -
Uses of IDLEntity in org.omg.CORBA
Subinterfaces of IDLEntity in org.omg.CORBAModifier and TypeInterfaceDescriptioninterface
org/omg/CORBA/AliasDef.java .interface
org/omg/CORBA/ArrayDef.java .interface
org/omg/CORBA/AttributeDef.java .interface
org/omg/CORBA/ConstantDef.java .interface
org/omg/CORBA/Contained.java .interface
org/omg/CORBA/Container.java .interface
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
Defines the methods used to read primitive data types from input streams for unmarshaling custom value types.interface
Defines the methods used to write primitive data types to output streams for marshalling custom value types.interface
Provides mechanisms for establishing and navigating relationships to superior and subordinate domains, as well as for creating and accessing policies.interface
org/omg/CORBA/EnumDef.java .interface
org/omg/CORBA/ExceptionDef.java .interface
An abstract interface inherited by all Interface Repository (IR) objects that represent OMG IDL types.interface
org/omg/CORBA/InterfaceDef.java .interface
An IRObject IDL interface represents the most generic interface from which all other Interface Repository interfaces are derived, even the Repository itself.interface
org/omg/CORBA/ModuleDef.java .interface
org/omg/CORBA/NativeDef.java .interface
org/omg/CORBA/OperationDef.java .interface
Interfaces derived from the Policy interface allow an ORB or CORBA service access to certain choices that affect its operation.interface
org/omg/CORBA/PrimitiveDef.java .interface
org/omg/CORBA/Repository.java .interface
org/omg/CORBA/SequenceDef.java .interface
org/omg/CORBA/StringDef.java .interface
org/omg/CORBA/StructDef.java .interface
org/omg/CORBA/TypedefDef.java .interface
org/omg/CORBA/UnionDef.java .interface
org/omg/CORBA/ValueBoxDef.java .interface
org/omg/CORBA/ValueDef.java .interface
org/omg/CORBA/ValueMemberDef.java .Classes in org.omg.CORBA that implement IDLEntityModifier and TypeClassDescriptionclass
org/omg/CORBA/_AliasDefStub.java .class
org/omg/CORBA/_ArrayDefStub.java .class
org/omg/CORBA/_AttributeDefStub.java .class
org/omg/CORBA/_ConstantDefStub.java .class
org/omg/CORBA/_ContainedStub.java .class
org/omg/CORBA/_ContainerStub.java .class
org/omg/CORBA/_EnumDefStub.java .class
org/omg/CORBA/_ExceptionDefStub.java .class
The Stub for IDLType.class
org/omg/CORBA/_InterfaceDefStub.java .class
org/omg/CORBA/_ModuleDefStub.java .class
org/omg/CORBA/_NativeDefStub.java .class
org/omg/CORBA/_OperationDefStub.java .class
The Stub for Policy.class
org/omg/CORBA/_PrimitiveDefStub.java .class
org/omg/CORBA/_RepositoryStub.java .class
org/omg/CORBA/_SequenceDefStub.java .class
org/omg/CORBA/_StringDefStub.java .class
org/omg/CORBA/_StructDefStub.java .class
org/omg/CORBA/_TypedefDefStub.java .class
org/omg/CORBA/_UnionDefStub.java .class
org/omg/CORBA/_ValueBoxDefStub.java .class
org/omg/CORBA/_ValueDefStub.java .class
org/omg/CORBA/_ValueMemberDefStub.java .class
Serves as a container for any data that can be described in IDL or for any IDL primitive type.final class
org/omg/CORBA/AttributeDescription.java .class
org/omg/CORBA/AttributeMode.java .final class
A user exception thrown when a parameter is not within the legal bounds for the object that a method is trying to access.final class
An object that indicates whether a method had completed running when aSystemException
was thrown.final class
org/omg/CORBA/ConstantDescription.java .class
The class that provides the constants used to identify the type of an Interface Repository object.final class
org/omg/CORBA/ExceptionDescription.java .final class
org/omg/CORBA/Initializer.java .final class
org/omg/CORBA/InterfaceDescription.java .final class
org/omg/CORBA/ModuleDescription.java .final class
Associates a name with a value that is an attribute of an IDL struct, and is used in the DynStruct APIs.final class
org/omg/CORBA/OperationDescription.java .class
org/omg/CORBA/OperationMode.java .final class
org/omg/CORBA/ParameterDescription.java .class
org/omg/CORBA/ParameterMode.java .final class
Thrown to indicate problems with parameter values passed to theORB.create_policy
operation.class
org/omg/CORBA/PrimitiveKind.java .final class
An object that represents an ORB service: itsservice_detail_type
field contains the type of the ORB service, and itsservice_detail
field contains a description of the ORB service.final class
An IDL struct in the CORBA module that stores information about a CORBA service available in the ORB implementation and is obtained from the ORB.get_service_information method.class
The mapping of a CORBAenum
taggingSET_OVERRIDE
andADD_OVERRIDE
, which indicate whether policies should replace the existing policies of anObject
or be added to them.final class
Describes a member of an IDLstruct
in the Interface Repository, including the name of thestruct
member, the type of thestruct
member, and the typedef that represents the IDL type of thestruct
member described thestruct
member object.class
A container for information about a specific CORBA data type.final class
org/omg/CORBA/TypeDescription.java .final class
A description in the Interface Repository of a member of an IDL union.final class
A class that contains user exceptions returned by the server.class
The root class for CORBA IDL-defined user exceptions.final class
org/omg/CORBA/ValueDescription.java .final class
A description in the Interface Repository of a member of avalue
object.final class
The CORBAWrongTransaction
user-defined exception. -
Uses of IDLEntity in org.omg.CORBA.ContainedPackage
Classes in org.omg.CORBA.ContainedPackage that implement IDLEntityModifier and TypeClassDescriptionfinal class
org/omg/CORBA/ContainedPackage/Description.java . -
Uses of IDLEntity in org.omg.CORBA.ContainerPackage
Classes in org.omg.CORBA.ContainerPackage that implement IDLEntityModifier and TypeClassDescriptionfinal class
org/omg/CORBA/ContainerPackage/Description.java . -
Uses of IDLEntity in org.omg.CORBA.DynAnyPackage
Classes in org.omg.CORBA.DynAnyPackage that implement IDLEntityModifier and TypeClassDescriptionfinal class
Invalid is thrown by dynamic any operations when a badDynAny
orAny
is passed as a parameter.final class
The InvalidSeq exception is thrown by all operations on dynamic anys that take a sequence (Java array) as an argument, when that sequence is invalid.final class
final class
TypeMismatch is thrown by dynamic any accessor methods when type of the actual contents do not match what is trying to be accessed. -
Uses of IDLEntity in org.omg.CORBA.InterfaceDefPackage
Classes in org.omg.CORBA.InterfaceDefPackage that implement IDLEntityModifier and TypeClassDescriptionfinal class
org/omg/CORBA/InterfaceDefPackage/FullInterfaceDescription.java . -
Uses of IDLEntity in org.omg.CORBA.ORBPackage
Classes in org.omg.CORBA.ORBPackage that implement IDLEntityModifier and TypeClassDescriptionfinal class
InconsistentTypeCode is thrown when an attempt is made to create a dynamic any with a type code that does not match the particular subclass ofDynAny
.final class
TheInvalidName
exception is raised whenORB.resolve_initial_references
is passed a name for which there is no initial reference. -
Uses of IDLEntity in org.omg.CORBA.portable
Subinterfaces of IDLEntity in org.omg.CORBA.portableModifier and TypeInterfaceDescriptioninterface
An extension ofValueBase
that is implemented by custom value types.interface
Defines the base type for all non-boxed IDL valuetypes that are not custom marshaled.interface
The generated Java classes corresponding to valuetype IDL types implement this interface. -
Uses of IDLEntity in org.omg.CORBA.TSIdentificationPackage
Classes in org.omg.CORBA.TSIdentificationPackage that implement IDLEntityModifier and TypeClassDescriptionfinal class
This exception is thrown if OTS call-back interfaces have already been registered with the ORB.final class
A user-defined exception thrown if the ORB is unavailable to register the call-back interfaces identified by the OTS during initialization. -
Uses of IDLEntity in org.omg.CORBA.TypeCodePackage
Classes in org.omg.CORBA.TypeCodePackage that implement IDLEntity -
Uses of IDLEntity in org.omg.CORBA.ValueDefPackage
Classes in org.omg.CORBA.ValueDefPackage that implement IDLEntityModifier and TypeClassDescriptionfinal class
org/omg/CORBA/ValueDefPackage/FullValueDescription.java . -
Uses of IDLEntity in org.omg.CosNaming
Subinterfaces of IDLEntity in org.omg.CosNamingModifier and TypeInterfaceDescriptioninterface
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.interface
A naming context is an object that contains a set of name bindings in which each name is unique.interface
NamingContextExt
is the extension ofNamingContext
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 IDLEntityModifier and TypeClassDescriptionclass
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations.class
NamingContextExt
is the extension ofNamingContext
which contains a set of name bindings in which each name is unique and is part of Interoperable Naming Service.class
A naming context is an object that contains a set of name bindings in which each name is unique.final class
org/omg/CosNaming/Binding.java .class
Specifies whether the given binding is for a object (that is not a naming context) or for a naming context.final class
org/omg/CosNaming/NameComponent.java . -
Uses of IDLEntity in org.omg.CosNaming.NamingContextExtPackage
Classes in org.omg.CosNaming.NamingContextExtPackage that implement IDLEntityModifier and TypeClassDescriptionfinal class
org/omg/CosNaming/NamingContextExtPackage/InvalidAddress.java . -
Uses of IDLEntity in org.omg.CosNaming.NamingContextPackage
Classes in org.omg.CosNaming.NamingContextPackage that implement IDLEntityModifier and TypeClassDescriptionfinal class
org/omg/CosNaming/NamingContextPackage/AlreadyBound.java .final class
org/omg/CosNaming/NamingContextPackage/CannotProceed.java .final class
org/omg/CosNaming/NamingContextPackage/InvalidName.java .final class
org/omg/CosNaming/NamingContextPackage/NotEmpty.java .final class
org/omg/CosNaming/NamingContextPackage/NotFound.java .class
Indicates the reason for not able to resolve. -
Uses of IDLEntity in org.omg.CosTransactions
Subinterfaces of IDLEntity in org.omg.CosTransactionsModifier and TypeInterfaceDescriptioninterface
org/omg/CosTransactions/Control.java .interface
org/omg/CosTransactions/Coordinator.java .interface
org/omg/CosTransactions/Current.java .interface
org/omg/CosTransactions/InvocationPolicy.java .interface
org/omg/CosTransactions/NonTxTargetPolicy.java .interface
org/omg/CosTransactions/OTSPolicy.java .interface
org/omg/CosTransactions/RecoveryCoordinator.java .interface
org/omg/CosTransactions/Resource.java .interface
org/omg/CosTransactions/SubtransactionAwareResource.java .interface
org/omg/CosTransactions/Synchronization.java .interface
org/omg/CosTransactions/Terminator.java .interface
org/omg/CosTransactions/TransactionalObject.java .interface
org/omg/CosTransactions/TransactionFactory.java .Classes in org.omg.CosTransactions that implement IDLEntityModifier and TypeClassDescriptionclass
org/omg/CosTransactions/_ControlStub.java .class
org/omg/CosTransactions/_CoordinatorStub.java .class
org/omg/CosTransactions/_CurrentStub.java .class
org/omg/CosTransactions/_InvocationPolicyStub.java .class
org/omg/CosTransactions/_NonTxTargetPolicyStub.java .class
org/omg/CosTransactions/_OTSPolicyStub.java .class
org/omg/CosTransactions/_RecoveryCoordinatorStub.java .class
org/omg/CosTransactions/_ResourceStub.java .class
org/omg/CosTransactions/_SubtransactionAwareResourceStub.java .class
org/omg/CosTransactions/_SynchronizationStub.java .class
org/omg/CosTransactions/_TerminatorStub.java .class
org/omg/CosTransactions/_TransactionalObjectStub.java .class
org/omg/CosTransactions/_TransactionFactoryStub.java .final class
org/omg/CosTransactions/HeuristicCommit.java .final class
org/omg/CosTransactions/HeuristicHazard.java .final class
org/omg/CosTransactions/HeuristicMixed.java .final class
org/omg/CosTransactions/HeuristicRollback.java .final class
org/omg/CosTransactions/Inactive.java .final class
org/omg/CosTransactions/InvalidControl.java .final class
org/omg/CosTransactions/NotPrepared.java .final class
org/omg/CosTransactions/NoTransaction.java .final class
org/omg/CosTransactions/NotSubtransaction.java .final class
org/omg/CosTransactions/otid_t.java .final class
org/omg/CosTransactions/PropagationContext.java .class
org/omg/CosTransactions/Status.java .final class
org/omg/CosTransactions/SubtransactionsUnavailable.java .final class
org/omg/CosTransactions/SynchronizationUnavailable.java .final class
org/omg/CosTransactions/TransIdentity.java .final class
org/omg/CosTransactions/Unavailable.java .class
org/omg/CosTransactions/Vote.java . -
Uses of IDLEntity in org.omg.Dynamic
Classes in org.omg.Dynamic that implement IDLEntity -
Uses of IDLEntity in org.omg.DynamicAny
Subinterfaces of IDLEntity in org.omg.DynamicAnyModifier and TypeInterfaceDescriptioninterface
Any values can be dynamically interpreted (traversed) and constructed through DynAny objects.interface
DynAny objects can be created by invoking operations on the DynAnyFactory object.interface
DynArray objects support the manipulation of IDL arrays.interface
DynEnum objects support the manipulation of IDL enumerated values.interface
DynFixed objects support the manipulation of IDL fixed values.interface
DynSequence objects support the manipulation of IDL sequences.interface
DynStruct objects support the manipulation of IDL struct and exception values.interface
DynUnion objects support the manipulation of IDL unions.interface
DynValue objects support the manipulation of IDL non-boxed value types.interface
DynValueBox objects support the manipulation of IDL boxed value types.interface
DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.Classes in org.omg.DynamicAny that implement IDLEntityModifier and TypeClassDescriptionclass
DynAny objects can be created by invoking operations on the DynAnyFactory object.class
Any values can be dynamically interpreted (traversed) and constructed through DynAny objects.class
DynArray objects support the manipulation of IDL arrays.class
DynEnum objects support the manipulation of IDL enumerated values.class
DynFixed objects support the manipulation of IDL fixed values.class
DynSequence objects support the manipulation of IDL sequences.class
DynStruct objects support the manipulation of IDL struct and exception values.class
DynUnion objects support the manipulation of IDL unions.class
DynValueBox objects support the manipulation of IDL boxed value types.class
DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.class
DynValue objects support the manipulation of IDL non-boxed value types.final class
org/omg/DynamicAny/NameDynAnyPair.java .final class
org/omg/DynamicAny/NameValuePair.java . -
Uses of IDLEntity in org.omg.DynamicAny.DynAnyFactoryPackage
Classes in org.omg.DynamicAny.DynAnyFactoryPackage that implement IDLEntityModifier and TypeClassDescriptionfinal class
org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCode.java . -
Uses of IDLEntity in org.omg.DynamicAny.DynAnyPackage
Classes in org.omg.DynamicAny.DynAnyPackage that implement IDLEntityModifier and TypeClassDescriptionfinal class
org/omg/DynamicAny/DynAnyPackage/InvalidValue.java .final class
org/omg/DynamicAny/DynAnyPackage/TypeMismatch.java . -
Uses of IDLEntity in org.omg.IOP
Subinterfaces of IDLEntity in org.omg.IOPModifier and TypeInterfaceDescriptioninterface
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
Codecs
are obtained from theCodecFactory
.Classes in org.omg.IOP that implement IDLEntityModifier and TypeClassDescriptionfinal class
org/omg/IOP/Encoding.java .final class
org/omg/IOP/IOR.java .final class
org/omg/IOP/ServiceContext.java .final class
org/omg/IOP/TaggedComponent.java .final class
org/omg/IOP/TaggedProfile.java . -
Uses of IDLEntity in org.omg.IOP.CodecFactoryPackage
Classes in org.omg.IOP.CodecFactoryPackage that implement IDLEntityModifier and TypeClassDescriptionfinal class
org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java . -
Uses of IDLEntity in org.omg.IOP.CodecPackage
Classes in org.omg.IOP.CodecPackage that implement IDLEntityModifier and TypeClassDescriptionfinal class
org/omg/IOP/CodecPackage/FormatMismatch.java .final class
org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java .final class
org/omg/IOP/CodecPackage/TypeMismatch.java . -
Uses of IDLEntity in org.omg.Messaging
Subinterfaces of IDLEntity in org.omg.MessagingModifier and TypeInterfaceDescriptioninterface
org/omg/Messaging/MaxHopsPolicy.java .interface
org/omg/Messaging/QueueOrderPolicy.java .interface
org/omg/Messaging/RebindPolicy.java .interface
org/omg/Messaging/RelativeRequestTimeoutPolicy.java .interface
org/omg/Messaging/RelativeRoundtripTimeoutPolicy.java .interface
org/omg/Messaging/ReplyEndTimePolicy.java .interface
org/omg/Messaging/ReplyPriorityPolicy.java .interface
org/omg/Messaging/ReplyStartTimePolicy.java .interface
org/omg/Messaging/RequestEndTimePolicy.java .interface
org/omg/Messaging/RequestPriorityPolicy.java .interface
org/omg/Messaging/RequestStartTimePolicy.java .interface
org/omg/Messaging/RoutingPolicy.java .interface
org/omg/Messaging/SyncScopePolicy.java .Classes in org.omg.Messaging that implement IDLEntityModifier and TypeClassDescriptionclass
org/omg/Messaging/_MaxHopsPolicyStub.java .class
org/omg/Messaging/_QueueOrderPolicyStub.java .class
org/omg/Messaging/_RebindPolicyStub.java .class
org/omg/Messaging/_RelativeRequestTimeoutPolicyStub.java .class
org/omg/Messaging/_RelativeRoundtripTimeoutPolicyStub.java .class
org/omg/Messaging/_ReplyEndTimePolicyStub.java .class
org/omg/Messaging/_ReplyPriorityPolicyStub.java .class
org/omg/Messaging/_ReplyStartTimePolicyStub.java .class
org/omg/Messaging/_RequestEndTimePolicyStub.java .class
org/omg/Messaging/_RequestPriorityPolicyStub.java .class
org/omg/Messaging/_RequestStartTimePolicyStub.java .class
org/omg/Messaging/_RoutingPolicyStub.java .class
org/omg/Messaging/_SyncScopePolicyStub.java .final class
org/omg/Messaging/PolicyValue.java .final class
org/omg/Messaging/PriorityRange.java .final class
org/omg/Messaging/RoutingTypeRange.java . -
Uses of IDLEntity in org.omg.PortableInterceptor
Subinterfaces of IDLEntity in org.omg.PortableInterceptorModifier and TypeInterfaceDescriptioninterface
Request Information, accessible to client-side request interceptors.interface
Client-side request interceptor.interface
Portable Interceptors Current (also known asPICurrent
) is merely a slot table, the slots of which are used by each service to transfer their context data between their context and the request's or reply's service context.interface
All Portable Interceptors implement Interceptor.interface
Provides the server-side ORB service with access to the applicable policies during IOR construction and the ability to add components.interface
Interceptor used to establish tagged components in the profiles within an IOR.interface
org/omg/PortableInterceptor/IORInterceptor_3_0.java .interface
The object reference factory.interface
The object reference template.interface
Facilitates interceptor registration and ORB initialization.interface
Passed to eachORBInitializer
, allowing it to to register interceptors and perform other duties while the ORB is initializing.interface
Enables policy types to be constructed usingCORBA.ORB.create_policy
.interface
Request Information, accessible to Interceptors.interface
Request Information, accessible to server-side request interceptors.interface
Server-side request interceptor.Classes in org.omg.PortableInterceptor that implement IDLEntityModifier and TypeClassDescriptionfinal class
org/omg/PortableInterceptor/ForwardRequest.java .final class
org/omg/PortableInterceptor/InvalidSlot.java . -
Uses of IDLEntity in org.omg.PortableInterceptor.ORBInitInfoPackage
Classes in org.omg.PortableInterceptor.ORBInitInfoPackage that implement IDLEntityModifier and TypeClassDescriptionfinal class
org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java .final class
org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.java . -
Uses of IDLEntity in org.omg.PortableServer
Subinterfaces of IDLEntity in org.omg.PortableServerModifier and TypeInterfaceDescriptioninterface
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
The PortableServer::Current interface, derived from CORBA::Current, provides method implementations with access to the identity of the object on which the method was invoked.interface
IdAssignmentPolicy specifies whether Object Ids in the created POA are generated by the application or by the ORB.interface
The IdUniquenessPolicy specifies whether the servants activated in the created POA must have unique object i identities.interface
This policy specifies whether implicit activation of servants is supported in the created POA.interface
The LifespanPolicy specifies the lifespan of the objects implemented in the created POA.interface
A POA object manages the implementation of a collection of objects.interface
Each POA object has an associated POAManager object.interface
This policy specifies how requests are processed by the created POA.interface
When the POA has the RETAIN policy it uses servant managers that are ServantActivators.interface
When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.interface
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
This policy specifies whether the created POA retains active servants in an Active Object Map.interface
The ThreadPolicy specifies the threading model used with the created POA.Classes in org.omg.PortableServer that implement IDLEntityModifier and TypeClassDescriptionclass
When the POA has the RETAIN policy it uses servant managers that are ServantActivators.class
When the POA has the NON_RETAIN policy it uses servant managers that are ServantLocators.final class
org/omg/PortableServer/ForwardRequest.java .class
The IdAssignmentPolicyValue can have the following values.class
IdUniquenessPolicyValue can have the following values.class
ImplicitActivationPolicyValue has the following semantics.class
The LifespanPolicyValue can have the following values.class
The RequestProcessingPolicyValue can have the following values.class
ServantRetentionPolicyValue can have the following values.class
The ThreadPolicyValue can have the following values. -
Uses of IDLEntity in org.omg.PortableServer.CurrentPackage
Classes in org.omg.PortableServer.CurrentPackage that implement IDLEntityModifier and TypeClassDescriptionfinal class
org/omg/PortableServer/CurrentPackage/NoContext.java . -
Uses of IDLEntity in org.omg.PortableServer.POAManagerPackage
Classes in org.omg.PortableServer.POAManagerPackage that implement IDLEntityModifier and TypeClassDescriptionfinal class
org/omg/PortableServer/POAManagerPackage/AdapterInactive.java .class
Specifies the states for the POAManager -
Uses of IDLEntity in org.omg.PortableServer.POAPackage
Classes in org.omg.PortableServer.POAPackage that implement IDLEntityModifier and TypeClassDescriptionfinal class
org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java .final class
org/omg/PortableServer/POAPackage/AdapterNonExistent.java .final class
org/omg/PortableServer/POAPackage/InvalidPolicy.java .final class
org/omg/PortableServer/POAPackage/NoServant.java .final class
org/omg/PortableServer/POAPackage/ObjectAlreadyActive.java .final class
org/omg/PortableServer/POAPackage/ObjectNotActive.java .final class
org/omg/PortableServer/POAPackage/ServantAlreadyActive.java .final class
org/omg/PortableServer/POAPackage/ServantNotActive.java .final class
org/omg/PortableServer/POAPackage/WrongAdapter.java .final class
org/omg/PortableServer/POAPackage/WrongPolicy.java . -
Uses of IDLEntity in org.omg.SendingContext
Subinterfaces of IDLEntity in org.omg.SendingContextModifier and TypeInterfaceDescriptioninterface
org/omg/SendingContext/CodeBase.java .interface
org/omg/SendingContext/RunTime.java .Classes in org.omg.SendingContext that implement IDLEntityModifier and TypeClassDescriptionclass
org/omg/SendingContext/_CodeBaseStub.java .class
org/omg/SendingContext/_RunTimeStub.java . -
Uses of IDLEntity in org.omg.TimeBase
Classes in org.omg.TimeBase that implement IDLEntity