Uses of Class
org.omg.CORBA.LocalObject

Packages that use LocalObject
org.jacorb.orb   
org.jacorb.orb.dynany   
org.jacorb.orb.giop   
org.jacorb.orb.iiop   
org.jacorb.orb.policies   
org.jacorb.orb.portableInterceptor   
org.jacorb.orb.standardInterceptors   
org.jacorb.poa   
org.jacorb.poa.policy   
org.jacorb.security.level2   
org.jacorb.security.sas   
org.jacorb.util.tracing   
org.omg.CORBA   
org.omg.ETF   
org.omg.IOP   
org.omg.Messaging   
org.omg.PortableServer   
org.omg.RTCORBA   
 

Uses of LocalObject in org.jacorb.orb
 

Subclasses of LocalObject in org.jacorb.orb
 class BasicAdapter
          Class BasicAdapter, used by the POA.
 

Uses of LocalObject in org.jacorb.orb.dynany
 

Subclasses of LocalObject in org.jacorb.orb.dynany
 class DynAny
          CORBA DynAny
 class DynAnyFactoryImpl
           
 class DynArray
          CORBA DynArray
 class DynEnum
          CORBA DynEnum
 class DynFixed
          CORBA DynFixed Written by Jason Courage
 class DynSequence
          CORBA DynSequence
 class DynStruct
          CORBA DynStruct
 class DynUnion
          CORBA DynUnion
 

Uses of LocalObject in org.jacorb.orb.giop
 

Subclasses of LocalObject in org.jacorb.orb.giop
 class BiDirConnectionClientInterceptor
           
 class BiDirConnectionInitializer
           
 class BiDirConnectionServerInterceptor
          BiDirConnectionServerInterceptor.java Created: Sun Sep 2 18:16:27 2002
 class BiDirPolicy
          BiDirPolicy.java Created: Mon Sep 3 18:39:06 2002
 class BiDirPolicyFactory
          BiDirPolicyFactory.java Created: Mon Sep 3 18:32:16 2002
 

Uses of LocalObject in org.jacorb.orb.iiop
 

Subclasses of LocalObject in org.jacorb.orb.iiop
 class ClientIIOPConnection
          ClientIIOPConnection.java Created: Sun Aug 12 20:56:32 2002
 class IIOPConnection
          IIOPConnection.java Created: Sun Aug 12 20:18:47 2002
 class IIOPFactories
           
 class IIOPListener
           
 class IIOPProfile
           
 class ServerIIOPConnection
          ServerIIOPConnection.java Created: Sun Aug 12 20:56:32 2002
 

Uses of LocalObject in org.jacorb.orb.policies
 

Subclasses of LocalObject in org.jacorb.orb.policies
 class BiDirPolicyFactoryImpl
           
 class BiDirPolicyImpl
           
 class MaxHopsPolicy
           
 class PolicyManager
          Implementation of the ORB-level policy management interface as per CORBA 2.6, p. 4-43 to 4-45: This PolicyManager has operations through which a set of Policies can be applied and the current overriding Policy settings can be obtained.
 class QueueOrderPolicy
           
 class RebindPolicy
           
 class RelativeRequestTimeoutPolicy
           
 class RelativeRoundtripTimeoutPolicy
           
 class ReplyEndTimePolicy
           
 class ReplyPriorityPolicy
           
 class ReplyStartTimePolicy
           
 class RequestEndTimePolicy
           
 class RequestPriorityPolicy
           
 class RequestStartTimePolicy
           
 class RoutingPolicy
           
 class SyncScopePolicy
           
 

Uses of LocalObject in org.jacorb.orb.portableInterceptor
 

Subclasses of LocalObject in org.jacorb.orb.portableInterceptor
 class ClientRequestInfoImpl
          This class represents the type of info object, that will be passed to the ClientRequestInterceptors.
 class Codec_CDR_1_0_Impl
          This class represents a codec for encoding ENCODING_CDR_ENCAPS 1.0.
 class CodecFactoryImpl
          This class represents a CodecFactory.
 class CodecImpl
          This class represents a codec for encoding CDR encapsulations for the supported GIOP versions 1.0-1.2 See PI SPec p.10-77ff
 class DefaultClientInterceptor
           
 class DefaultServerInterceptor
          DefaultServerInterceptor.java A simple base class for user-defined server interceptors
 class IORInfoImpl
          This class represents the type of info object that will be passed to the IORInterceptors.
 class ORBInitInfoImpl
          This class represents the type of info object that will be passed to the ORBInitializers.
 class PICurrentImpl
          This is the current object for the portable interceptors.
 class RecursionAwareCI
           
 class RequestInfoImpl
          This is the abstract base class of the two Info classes, namely ClientRequestInfo and ServerRequestInfo.
 class ServerRequestInfoImpl
          This class represents the type of info object that will be passed to the ServerRequestInterceptors.
 

Uses of LocalObject in org.jacorb.orb.standardInterceptors
 

Subclasses of LocalObject in org.jacorb.orb.standardInterceptors
 class CodeSetInfoInterceptor
          This interceptor creates a codeset TaggedComponent.
 class IORInterceptorInitializer
          This class initializes the default IOR interceptors used by JacORB.
 class SASComponentInterceptor
          This interceptor creates an sas TaggedComponent
 class SSLComponentInterceptor
          This interceptor creates an ssl TaggedComponent
 

Uses of LocalObject in org.jacorb.poa
 

Subclasses of LocalObject in org.jacorb.poa
 class Current
          This class provides access to the identity of the object on which a method was invoked and the responsible POA for this object.
 class POA
          The main POA class, an implementation of org.omg.PortableServer.POA
 class POAManager
          The poa manager class, an implementation of org.omg.PortableServer.POAManager
 

Uses of LocalObject in org.jacorb.poa.policy
 

Subclasses of LocalObject in org.jacorb.poa.policy
 class IdAssignmentPolicy
          This class implements the id assignment policy.
 class IdUniquenessPolicy
          This class implements the id uniqueness policy.
 class ImplicitActivationPolicy
          This class implements the implicit activation policy.
 class LifespanPolicy
          This class implements the lifespan policy.
 class RequestProcessingPolicy
          This class implements the request processing policy.
 class ServantRetentionPolicy
          This class implements the servant retention policy.
 class ThreadPolicy
          This class implements the thread policy.
 

Uses of LocalObject in org.jacorb.security.level2
 

Subclasses of LocalObject in org.jacorb.security.level2
 class AccessDecisionImpl
          Dummy AccessDecisionImpl.java Created: Tue Jun 13 10:54:41 2000 $Id: AccessDecisionImpl.java,v 1.8 2002/12/20 18:29:05 nicolas Exp $
 class CredentialsImpl
          JacORB implementation of security Credentials $Id: CredentialsImpl.java,v 1.10 2003/12/19 12:24:13 nick.cross Exp $
 class CurrentImpl
           
 class DelegationDirectivePolicyImpl
          DelegationDirectivePolicyImpl.java Created: Tue Jun 13 17:02:48 2000 $Id: DelegationDirectivePolicyImpl.java,v 1.7 2002/12/20 18:29:05 nicolas Exp $
 class EstablishTrustPolicyImpl
          EstablishTrustPolicyImpl.java Created: Tue Jun 13 16:59:40 2000 $Id: EstablishTrustPolicyImpl.java,v 1.7 2002/12/20 18:29:05 nicolas Exp $
 class InvocationCredentialsPolicyImpl
          InvocationCredentialsPolicyImpl Created: Tue Jun 13 16:55:36 2000 $Id: InvocationCredentialsPolicyImpl.java,v 1.7 2002/12/20 18:29:05 nicolas Exp $
 class MechanismPolicyImpl
          MechanismPolicyImpl.java Created: Tue Jun 13 11:37:29 2000 $Id: MechanismPolicyImpl.java,v 1.7 2002/12/20 18:29:05 nicolas Exp $
 class PrincipalAuthenticatorImpl
          PrincipalAuthenticatorImpl This simple authenticator just retrieves X.509v3 certificates from a Java key store
 class QOPPolicyImpl
          QOPPolicyImpl.java Created: Tue Jun 13 11:02:20 2000 $Id: QOPPolicyImpl.java,v 1.7 2002/12/20 18:29:05 nicolas Exp $
 class ReceivedCredentialsImpl
          JacORB implementation of security Credentials
 class RequiredRightsImpl
          RequiredRightsImpl.java Created: Tue Jun 13 10:47:07 2000 $Id: RequiredRightsImpl.java,v 1.7 2002/12/20 18:29:05 nicolas Exp $
 class ServerAccessDecisionInterceptor
          ServerAccessDecisionInterceptor.java Created: Wed Jul 5 14:31:30 2000
 class ServerInitializer
           
 class SunJssePrincipalAuthenticatorImpl
          PrincipalAuthenticatorImpl This simple authenticator just retrieves X.509v3 certificates from a Java key store
 

Uses of LocalObject in org.jacorb.security.sas
 

Subclasses of LocalObject in org.jacorb.security.sas
 class ATLASPolicyFactory
           
 class ATLASPolicyImpl
           
 class GSSUPProviderInitializer
          This initializes the SAS Client Security Service (CSS) Interceptor
 class SASClientInterceptor
          This is the SAS Client Security Service (CSS) Interceptor
 class SASInitializer
          This initializes the SAS Target Security Service (TSS) Interceptor
 class SASPolicyFactory
           
 class SASPolicyImpl
           
 class SASTargetInterceptor
          This is the SAS Target Security Service (TSS) Interceptor
 

Uses of LocalObject in org.jacorb.util.tracing
 

Subclasses of LocalObject in org.jacorb.util.tracing
 class ClientTraceInterceptor
           
 class ServerTraceInterceptor
           
 class TraceInitializer
          This class registers the trace interceptors
 

Uses of LocalObject in org.omg.CORBA
 

Subclasses of LocalObject in org.omg.CORBA
 class _DomainManagerLocalBase
          Abstract base class for implementations of local interface DomainManager
 class _PolicyCurrentLocalBase
          Abstract base class for implementations of local interface PolicyCurrent
 class _PolicyManagerLocalBase
          Abstract base class for implementations of local interface PolicyManager
 class DomainManagerLocalTie
          Generated from IDL interface "DomainManager"
 class PolicyCurrentLocalTie
          Generated from IDL interface "PolicyCurrent"
 class PolicyManagerLocalTie
          Generated from IDL interface "PolicyManager"
 

Uses of LocalObject in org.omg.ETF
 

Subclasses of LocalObject in org.omg.ETF
 class _BufferListLocalBase
          Abstract base class for implementations of local interface BufferList
 class _ConnectionLocalBase
          Abstract base class for implementations of local interface Connection
 class _ConnectionZeroCopyLocalBase
          Abstract base class for implementations of local interface ConnectionZeroCopy
 class _FactoriesLocalBase
          Abstract base class for implementations of local interface Factories
 class _HandleLocalBase
          Abstract base class for implementations of local interface Handle
 class _ListenerLocalBase
          Abstract base class for implementations of local interface Listener
 class _ProfileLocalBase
          Abstract base class for implementations of local interface Profile
 class BufferListLocalTie
          Generated from IDL interface "BufferList"
 class ConnectionLocalTie
          Generated from IDL interface "Connection"
 class ConnectionZeroCopyLocalTie
          Generated from IDL interface "ConnectionZeroCopy"
 class FactoriesLocalTie
          Generated from IDL interface "Factories"
 class HandleLocalTie
          Generated from IDL interface "Handle"
 class ListenerLocalTie
          Generated from IDL interface "Listener"
 class ProfileLocalTie
          Generated from IDL interface "Profile"
 

Uses of LocalObject in org.omg.IOP
 

Subclasses of LocalObject in org.omg.IOP
 class _CodecFactoryLocalBase
          Abstract base class for implementations of local interface CodecFactory
 class _CodecLocalBase
          Abstract base class for implementations of local interface Codec
 class CodecFactoryLocalTie
          Generated from IDL interface "CodecFactory"
 class CodecLocalTie
          Generated from IDL interface "Codec"
 

Uses of LocalObject in org.omg.Messaging
 

Subclasses of LocalObject in org.omg.Messaging
 class _MaxHopsPolicyLocalBase
          Abstract base class for implementations of local interface MaxHopsPolicy
 class _QueueOrderPolicyLocalBase
          Abstract base class for implementations of local interface QueueOrderPolicy
 class _RebindPolicyLocalBase
          Abstract base class for implementations of local interface RebindPolicy
 class _RelativeRequestTimeoutPolicyLocalBase
          Abstract base class for implementations of local interface RelativeRequestTimeoutPolicy
 class _RelativeRoundtripTimeoutPolicyLocalBase
          Abstract base class for implementations of local interface RelativeRoundtripTimeoutPolicy
 class _ReplyEndTimePolicyLocalBase
          Abstract base class for implementations of local interface ReplyEndTimePolicy
 class _ReplyPriorityPolicyLocalBase
          Abstract base class for implementations of local interface ReplyPriorityPolicy
 class _ReplyStartTimePolicyLocalBase
          Abstract base class for implementations of local interface ReplyStartTimePolicy
 class _RequestEndTimePolicyLocalBase
          Abstract base class for implementations of local interface RequestEndTimePolicy
 class _RequestPriorityPolicyLocalBase
          Abstract base class for implementations of local interface RequestPriorityPolicy
 class _RequestStartTimePolicyLocalBase
          Abstract base class for implementations of local interface RequestStartTimePolicy
 class _RoutingPolicyLocalBase
          Abstract base class for implementations of local interface RoutingPolicy
 class _SyncScopePolicyLocalBase
          Abstract base class for implementations of local interface SyncScopePolicy
 class MaxHopsPolicyLocalTie
          Generated from IDL interface "MaxHopsPolicy"
 class QueueOrderPolicyLocalTie
          Generated from IDL interface "QueueOrderPolicy"
 class RebindPolicyLocalTie
          Generated from IDL interface "RebindPolicy"
 class RelativeRequestTimeoutPolicyLocalTie
          Generated from IDL interface "RelativeRequestTimeoutPolicy"
 class RelativeRoundtripTimeoutPolicyLocalTie
          Generated from IDL interface "RelativeRoundtripTimeoutPolicy"
 class ReplyEndTimePolicyLocalTie
          Generated from IDL interface "ReplyEndTimePolicy"
 class ReplyPriorityPolicyLocalTie
          Generated from IDL interface "ReplyPriorityPolicy"
 class ReplyStartTimePolicyLocalTie
          Generated from IDL interface "ReplyStartTimePolicy"
 class RequestEndTimePolicyLocalTie
          Generated from IDL interface "RequestEndTimePolicy"
 class RequestPriorityPolicyLocalTie
          Generated from IDL interface "RequestPriorityPolicy"
 class RequestStartTimePolicyLocalTie
          Generated from IDL interface "RequestStartTimePolicy"
 class RoutingPolicyLocalTie
          Generated from IDL interface "RoutingPolicy"
 class SyncScopePolicyLocalTie
          Generated from IDL interface "SyncScopePolicy"
 

Uses of LocalObject in org.omg.PortableServer
 

Subclasses of LocalObject in org.omg.PortableServer
 class _AdapterActivatorLocalBase
          Abstract base class for implementations of local interface AdapterActivator
 class _CurrentLocalBase
          Abstract base class for implementations of local interface Current
 class _IdAssignmentPolicyLocalBase
          Abstract base class for implementations of local interface IdAssignmentPolicy
 class _IdUniquenessPolicyLocalBase
          Abstract base class for implementations of local interface IdUniquenessPolicy
 class _ImplicitActivationPolicyLocalBase
          Abstract base class for implementations of local interface ImplicitActivationPolicy
 class _LifespanPolicyLocalBase
          Abstract base class for implementations of local interface LifespanPolicy
 class _POALocalBase
          Abstract base class for implementations of local interface POA
 class _POAManagerLocalBase
          Abstract base class for implementations of local interface POAManager
 class _RequestProcessingPolicyLocalBase
          Abstract base class for implementations of local interface RequestProcessingPolicy
 class _ServantActivatorLocalBase
          Abstract base class for implementations of local interface ServantActivator
 class _ServantLocatorLocalBase
          Abstract base class for implenentations of local interface ServantLocator
 class _ServantManagerLocalBase
          Abstract base class for implementations of local interface ServantManager
 class _ServantRetentionPolicyLocalBase
          Abstract base class for implementations of local interface ServantRetentionPolicy
 class _ThreadPolicyLocalBase
          Abstract base class for implementations of local interface ThreadPolicy
 class AdapterActivatorLocalTie
          Generated from IDL interface "AdapterActivator"
 class CurrentLocalTie
          Generated from IDL interface "Current"
 class IdAssignmentPolicyLocalTie
          Generated from IDL interface "IdAssignmentPolicy"
 class IdUniquenessPolicyLocalTie
          Generated from IDL interface "IdUniquenessPolicy"
 class ImplicitActivationPolicyLocalTie
          Generated from IDL interface "ImplicitActivationPolicy"
 class LifespanPolicyLocalTie
          Generated from IDL interface "LifespanPolicy"
 class POALocalTie
          Generated from IDL interface "POA"
 class POAManagerLocalTie
          Generated from IDL interface "POAManager"
 class RequestProcessingPolicyLocalTie
          Generated from IDL interface "RequestProcessingPolicy"
 class ServantActivatorLocalTie
          Generated from IDL interface "ServantActivator"
 class ServantManagerLocalTie
          Generated from IDL interface "ServantManager"
 class ServantRetentionPolicyLocalTie
          Generated from IDL interface "ServantRetentionPolicy"
 class ThreadPolicyLocalTie
          Generated from IDL interface "ThreadPolicy"
 

Uses of LocalObject in org.omg.RTCORBA
 

Subclasses of LocalObject in org.omg.RTCORBA
 class _ProtocolPropertiesLocalBase
          Abstract base class for implementations of local interface ProtocolProperties
 class _TCPProtocolPropertiesLocalBase
          Abstract base class for implementations of local interface TCPProtocolProperties
 class ProtocolPropertiesLocalTie
          Generated from IDL interface "ProtocolProperties"
 class TCPProtocolPropertiesLocalTie
          Generated from IDL interface "TCPProtocolProperties"