Uses of Interface
org.omg.CORBA.PolicyOperations

Packages that use PolicyOperations
org.jacorb.orb.giop   
org.jacorb.orb.policies   
org.jacorb.poa.policy   
org.jacorb.security.level2   
org.omg.BiDirPolicy   
org.omg.CORBA   
org.omg.Messaging   
org.omg.PortableServer   
org.omg.SecurityAdmin   
org.omg.SecurityLevel2   
 

Uses of PolicyOperations in org.jacorb.orb.giop
 

Classes in org.jacorb.orb.giop that implement PolicyOperations
 class BiDirPolicy
          BiDirPolicy.java Created: Mon Sep 3 18:39:06 2002
 

Uses of PolicyOperations in org.jacorb.orb.policies
 

Classes in org.jacorb.orb.policies that implement PolicyOperations
 class BiDirPolicyImpl
           
 class MaxHopsPolicy
           
 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 PolicyOperations in org.jacorb.poa.policy
 

Classes in org.jacorb.poa.policy that implement PolicyOperations
 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 PolicyOperations in org.jacorb.security.level2
 

Classes in org.jacorb.security.level2 that implement PolicyOperations
 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 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 $
 

Uses of PolicyOperations in org.omg.BiDirPolicy
 

Subinterfaces of PolicyOperations in org.omg.BiDirPolicy
 interface BidirectionalPolicy
          Generated from IDL interface "BidirectionalPolicy"
 interface BidirectionalPolicyOperations
          Generated from IDL interface "BidirectionalPolicy"
 

Classes in org.omg.BiDirPolicy that implement PolicyOperations
 class _BidirectionalPolicyStub
          Generated from IDL interface "BidirectionalPolicy"
 class BidirectionalPolicyPOA
          Generated from IDL interface "BidirectionalPolicy"
 class BidirectionalPolicyPOATie
          Generated from IDL interface "BidirectionalPolicy"
 

Uses of PolicyOperations in org.omg.CORBA
 

Subinterfaces of PolicyOperations in org.omg.CORBA
 interface ConstructionPolicy
          Generated from IDL interface "ConstructionPolicy"
 interface ConstructionPolicyOperations
          Generated from IDL interface "ConstructionPolicy"
 interface Policy
           
 

Classes in org.omg.CORBA that implement PolicyOperations
 class _ConstructionPolicyStub
          Generated from IDL interface "ConstructionPolicy"
 class _PolicyStub
          Generated from IDL interface "Policy"
 class ConstructionPolicyPOA
          Generated from IDL interface "ConstructionPolicy"
 class ConstructionPolicyPOATie
          Generated from IDL interface "ConstructionPolicy"
 class PolicyPOA
          Generated from IDL interface "Policy"
 class PolicyPOATie
          Generated from IDL interface "Policy"
 

Methods in org.omg.CORBA that return PolicyOperations
 PolicyOperations PolicyPOATie._delegate()
           
 

Methods in org.omg.CORBA with parameters of type PolicyOperations
 void PolicyPOATie._delegate(PolicyOperations delegate)
           
 

Constructors in org.omg.CORBA with parameters of type PolicyOperations
PolicyPOATie(PolicyOperations delegate)
           
PolicyPOATie(PolicyOperations delegate, POA poa)
           
 

Uses of PolicyOperations in org.omg.Messaging
 

Subinterfaces of PolicyOperations in org.omg.Messaging
 interface MaxHopsPolicy
          Generated from IDL interface "MaxHopsPolicy"
 interface MaxHopsPolicyOperations
          Generated from IDL interface "MaxHopsPolicy"
 interface QueueOrderPolicy
          Generated from IDL interface "QueueOrderPolicy"
 interface QueueOrderPolicyOperations
          Generated from IDL interface "QueueOrderPolicy"
 interface RebindPolicy
          Generated from IDL interface "RebindPolicy"
 interface RebindPolicyOperations
          Generated from IDL interface "RebindPolicy"
 interface RelativeRequestTimeoutPolicy
          Generated from IDL interface "RelativeRequestTimeoutPolicy"
 interface RelativeRequestTimeoutPolicyOperations
          Generated from IDL interface "RelativeRequestTimeoutPolicy"
 interface RelativeRoundtripTimeoutPolicy
          Generated from IDL interface "RelativeRoundtripTimeoutPolicy"
 interface RelativeRoundtripTimeoutPolicyOperations
          Generated from IDL interface "RelativeRoundtripTimeoutPolicy"
 interface ReplyEndTimePolicy
          Generated from IDL interface "ReplyEndTimePolicy"
 interface ReplyEndTimePolicyOperations
          Generated from IDL interface "ReplyEndTimePolicy"
 interface ReplyPriorityPolicy
          Generated from IDL interface "ReplyPriorityPolicy"
 interface ReplyPriorityPolicyOperations
          Generated from IDL interface "ReplyPriorityPolicy"
 interface ReplyStartTimePolicy
          Generated from IDL interface "ReplyStartTimePolicy"
 interface ReplyStartTimePolicyOperations
          Generated from IDL interface "ReplyStartTimePolicy"
 interface RequestEndTimePolicy
          Generated from IDL interface "RequestEndTimePolicy"
 interface RequestEndTimePolicyOperations
          Generated from IDL interface "RequestEndTimePolicy"
 interface RequestPriorityPolicy
          Generated from IDL interface "RequestPriorityPolicy"
 interface RequestPriorityPolicyOperations
          Generated from IDL interface "RequestPriorityPolicy"
 interface RequestStartTimePolicy
          Generated from IDL interface "RequestStartTimePolicy"
 interface RequestStartTimePolicyOperations
          Generated from IDL interface "RequestStartTimePolicy"
 interface RoutingPolicy
          Generated from IDL interface "RoutingPolicy"
 interface RoutingPolicyOperations
          Generated from IDL interface "RoutingPolicy"
 interface SyncScopePolicy
          Generated from IDL interface "SyncScopePolicy"
 interface SyncScopePolicyOperations
          Generated from IDL interface "SyncScopePolicy"
 

Classes in org.omg.Messaging that implement PolicyOperations
 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 PolicyOperations in org.omg.PortableServer
 

Subinterfaces of PolicyOperations in org.omg.PortableServer
 interface IdAssignmentPolicy
          Generated from IDL interface "IdAssignmentPolicy"
 interface IdAssignmentPolicyOperations
          Generated from IDL interface "IdAssignmentPolicy"
 interface IdUniquenessPolicy
          Generated from IDL interface "IdUniquenessPolicy"
 interface IdUniquenessPolicyOperations
          Generated from IDL interface "IdUniquenessPolicy"
 interface ImplicitActivationPolicy
          Generated from IDL interface "ImplicitActivationPolicy"
 interface ImplicitActivationPolicyOperations
          Generated from IDL interface "ImplicitActivationPolicy"
 interface LifespanPolicy
          Generated from IDL interface "LifespanPolicy"
 interface LifespanPolicyOperations
          Generated from IDL interface "LifespanPolicy"
 interface RequestProcessingPolicy
          Generated from IDL interface "RequestProcessingPolicy"
 interface RequestProcessingPolicyOperations
          Generated from IDL interface "RequestProcessingPolicy"
 interface ServantRetentionPolicy
          Generated from IDL interface "ServantRetentionPolicy"
 interface ServantRetentionPolicyOperations
          Generated from IDL interface "ServantRetentionPolicy"
 interface ThreadPolicy
          Generated from IDL interface "ThreadPolicy"
 interface ThreadPolicyOperations
          Generated from IDL interface "ThreadPolicy"
 

Classes in org.omg.PortableServer that implement PolicyOperations
 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 _RequestProcessingPolicyLocalBase
          Abstract base class for implementations of local interface RequestProcessingPolicy
 class _ServantRetentionPolicyLocalBase
          Abstract base class for implementations of local interface ServantRetentionPolicy
 class _ThreadPolicyLocalBase
          Abstract base class for implementations of local interface ThreadPolicy
 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 RequestProcessingPolicyLocalTie
          Generated from IDL interface "RequestProcessingPolicy"
 class ServantRetentionPolicyLocalTie
          Generated from IDL interface "ServantRetentionPolicy"
 class ThreadPolicyLocalTie
          Generated from IDL interface "ThreadPolicy"
 

Uses of PolicyOperations in org.omg.SecurityAdmin
 

Subinterfaces of PolicyOperations in org.omg.SecurityAdmin
 interface AccessPolicy
          Generated from IDL interface "AccessPolicy"
 interface AccessPolicyOperations
          Generated from IDL interface "AccessPolicy"
 interface AuditPolicy
          Generated from IDL interface "AuditPolicy"
 interface AuditPolicyOperations
          Generated from IDL interface "AuditPolicy"
 interface DelegationPolicy
          Generated from IDL interface "DelegationPolicy"
 interface DelegationPolicyOperations
          Generated from IDL interface "DelegationPolicy"
 interface DomainAccessPolicy
          Generated from IDL interface "DomainAccessPolicy"
 interface DomainAccessPolicyOperations
          Generated from IDL interface "DomainAccessPolicy"
 interface SecureInvocationPolicy
          Generated from IDL interface "SecureInvocationPolicy"
 interface SecureInvocationPolicyOperations
          Generated from IDL interface "SecureInvocationPolicy"
 

Uses of PolicyOperations in org.omg.SecurityLevel2
 

Subinterfaces of PolicyOperations in org.omg.SecurityLevel2
 interface DelegationDirectivePolicy
          Generated from IDL interface "DelegationDirectivePolicy"
 interface DelegationDirectivePolicyOperations
          Generated from IDL interface "DelegationDirectivePolicy"
 interface EstablishTrustPolicy
          Generated from IDL interface "EstablishTrustPolicy"
 interface EstablishTrustPolicyOperations
          Generated from IDL interface "EstablishTrustPolicy"
 interface InvocationCredentialsPolicy
          Generated from IDL interface "InvocationCredentialsPolicy"
 interface InvocationCredentialsPolicyOperations
          Generated from IDL interface "InvocationCredentialsPolicy"
 interface MechanismPolicy
          Generated from IDL interface "MechanismPolicy"
 interface MechanismPolicyOperations
          Generated from IDL interface "MechanismPolicy"
 interface QOPPolicy
          Generated from IDL interface "QOPPolicy"
 interface QOPPolicyOperations
          Generated from IDL interface "QOPPolicy"