Uses of Interface
org.omg.CORBA.Policy

Packages that use Policy
org.jacorb.orb   
org.jacorb.orb.giop   
org.jacorb.orb.policies   
org.jacorb.orb.portableInterceptor   
org.jacorb.poa   
org.jacorb.poa.policy   
org.jacorb.poa.util   
org.jacorb.security.level2   
org.jacorb.security.sas   
org.omg.BiDirPolicy   
org.omg.CORBA   
org.omg.CORBA.portable   
org.omg.Messaging   
org.omg.PortableInterceptor   
org.omg.PortableServer   
org.omg.SecurityAdmin   
org.omg.SecurityLevel2   
 

Uses of Policy in org.jacorb.orb
 

Methods in org.jacorb.orb that return Policy
 Policy ServantDelegate._get_policy(Object self, int policy_type)
          _get_policy
 Policy ORB.create_policy(int type, Any value)
          This method creates a policy with the given type and the given value.
 Policy Delegate.get_policy(Object self, int policy_type)
          The get_policy operation returns the policy object of the specified type, which applies to this object.
 Policy Delegate.get_client_policy(int policy_type)
          Gets the effective overriding policy with the given type from the client-side, or null if this policy type is unset.
 Policy Delegate.get_policy(Object self, int policy_type, OutputStream os)
           
 

Methods in org.jacorb.orb with parameters of type Policy
 Object Delegate.set_policy_override(Object self, Policy[] policies, SetOverrideType set_add)
           
 

Uses of Policy in org.jacorb.orb.giop
 

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

Methods in org.jacorb.orb.giop that return Policy
 Policy BiDirPolicyFactory.create_policy(int type, Any any)
           
 Policy BiDirPolicy.copy()
           
 

Uses of Policy in org.jacorb.orb.policies
 

Classes in org.jacorb.orb.policies that implement Policy
 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
           
 

Methods in org.jacorb.orb.policies that return Policy
 Policy SyncScopePolicy.copy()
           
 Policy RoutingPolicy.copy()
           
 Policy RequestStartTimePolicy.copy()
           
 Policy RequestPriorityPolicy.copy()
           
 Policy RequestEndTimePolicy.copy()
           
 Policy ReplyStartTimePolicy.copy()
           
 Policy ReplyPriorityPolicy.copy()
           
 Policy ReplyEndTimePolicy.copy()
           
 Policy RelativeRoundtripTimeoutPolicy.copy()
           
 Policy RelativeRequestTimeoutPolicy.copy()
           
 Policy RebindPolicy.copy()
           
 Policy QueueOrderPolicy.copy()
           
 Policy[] PolicyManager.get_policy_overrides(int[] ts)
          Returns a PolicyList containing the overridden Polices for the requested PolicyTypes.
 Policy MaxHopsPolicy.copy()
           
 Policy BiDirPolicyImpl.copy()
           
 Policy BiDirPolicyFactoryImpl.create_policy(int type, Any value)
           
 

Methods in org.jacorb.orb.policies with parameters of type Policy
 void PolicyManager.set_policy_overrides(Policy[] policies, SetOverrideType set_add)
          Modifies the current set of overrides with the requested list of Policy overrides.
 

Uses of Policy in org.jacorb.orb.portableInterceptor
 

Methods in org.jacorb.orb.portableInterceptor that return Policy
 Policy ServerRequestInfoImpl.get_server_policy(int type)
          WARNING: This method relies on the DomainService to be available.
 Policy IORInfoImpl.get_effective_policy(int type)
           
 Policy ClientRequestInfoImpl.get_request_policy(int type)
          WARNING: This method relies on the DomainService to be available.
 

Uses of Policy in org.jacorb.poa
 

Methods in org.jacorb.poa that return Policy
 Policy POA.getPolicy(int type)
           
 

Methods in org.jacorb.poa with parameters of type Policy
 POA POA.create_POA(java.lang.String adapter_name, POAManager a_POAManager, Policy[] policies)
          additionally raises an org.omg.CORBA.BAD_INV_ORDER exception if the poa goes shutdown and this method will called (not spec.)
 

Uses of Policy in org.jacorb.poa.policy
 

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

Methods in org.jacorb.poa.policy that return Policy
 Policy ThreadPolicy.copy()
           
 Policy ServantRetentionPolicy.copy()
           
 Policy RequestProcessingPolicy.copy()
           
 Policy LifespanPolicy.copy()
           
 Policy ImplicitActivationPolicy.copy()
           
 Policy IdUniquenessPolicy.copy()
           
 Policy IdAssignmentPolicy.copy()
           
 

Uses of Policy in org.jacorb.poa.util
 

Methods in org.jacorb.poa.util that return Policy
static Policy POAUtil.getPolicy(Policy[] policies, int policy_type)
          returns the policy with the specified policy_type from a policy list
 

Methods in org.jacorb.poa.util with parameters of type Policy
static java.lang.String POAUtil.convert(Policy policy, int policy_type)
          reads the policy value from the specified policy and converts it into a string
static Policy POAUtil.getPolicy(Policy[] policies, int policy_type)
          returns the policy with the specified policy_type from a policy list
 

Uses of Policy in org.jacorb.security.level2
 

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

Methods in org.jacorb.security.level2 that return Policy
 Policy QOPPolicyImpl.copy()
           
 Policy MechanismPolicyImpl.copy()
           
 Policy InvocationCredentialsPolicyImpl.copy()
           
 Policy EstablishTrustPolicyImpl.copy()
           
 Policy DelegationDirectivePolicyImpl.copy()
           
 Policy CurrentImpl.get_policy(int policy_type)
           
 

Uses of Policy in org.jacorb.security.sas
 

Methods in org.jacorb.security.sas that return Policy
 Policy SASPolicyImpl.copy()
           
 Policy SASPolicyFactory.create_policy(int type, Any value)
           
 Policy ATLASPolicyImpl.copy()
           
 Policy ATLASPolicyFactory.create_policy(int type, Any value)
           
 

Uses of Policy in org.omg.BiDirPolicy
 

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

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

Methods in org.omg.BiDirPolicy that return Policy
 Policy _BidirectionalPolicyStub.copy()
           
 Policy BidirectionalPolicyPOATie.copy()
           
 

Uses of Policy in org.omg.CORBA
 

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

Classes in org.omg.CORBA that implement Policy
 class _ConstructionPolicyStub
          Generated from IDL interface "ConstructionPolicy"
 class _PolicyStub
          Generated from IDL interface "Policy"
 

Fields in org.omg.CORBA declared as Policy
 Policy[] PolicyListHolder.value
           
 Policy PolicyHolder.value
           
 

Methods in org.omg.CORBA that return Policy
 Policy _ConstructionPolicyStub.copy()
           
 Policy PolicyPOATie._this()
           
 Policy PolicyPOATie._this(ORB orb)
           
 Policy PolicyPOATie.copy()
           
 Policy PolicyPOA._this()
           
 Policy PolicyPOA._this(ORB orb)
           
 Policy[] PolicyManagerOperations.get_policy_overrides(int[] ts)
           
 Policy[] PolicyManagerLocalTie.get_policy_overrides(int[] ts)
           
 Policy[] PolicyCurrentLocalTie.get_policy_overrides(int[] ts)
           
 Policy DomainManagerLocalTie.get_domain_policy(int policy_type)
           
 Policy ConstructionPolicyPOATie.copy()
           
 Policy _PolicyStub.copy()
           
 Policy PolicyOperations.copy()
           
static Policy[] PolicyListHelper.extract(Any any)
           
static Policy[] PolicyListHelper.read(InputStream _in)
           
static Policy PolicyHelper.extract(Any any)
           
static Policy PolicyHelper.read(InputStream in)
           
static Policy PolicyHelper.narrow(java.lang.Object obj)
           
static Policy PolicyHelper.narrow(Object obj)
           
static Policy PolicyHelper.unchecked_narrow(Object obj)
           
 Policy Object._get_policy(int policy_type)
           
 Policy ORB.create_policy(int type, Any val)
           
 Policy LocalObject._get_policy(int policy_type)
           
 Policy DomainManagerOperations.get_domain_policy(int policy_type)
           
 

Methods in org.omg.CORBA with parameters of type Policy
 void PolicyManagerOperations.set_policy_overrides(Policy[] policies, SetOverrideType set_add)
           
 void PolicyManagerLocalTie.set_policy_overrides(Policy[] policies, SetOverrideType set_add)
           
 void PolicyCurrentLocalTie.set_policy_overrides(Policy[] policies, SetOverrideType set_add)
           
static void PolicyListHelper.insert(Any any, Policy[] s)
           
static void PolicyListHelper.write(OutputStream _out, Policy[] _s)
           
static void PolicyHelper.insert(Any any, Policy s)
           
static void PolicyHelper.write(OutputStream _out, Policy s)
           
 Object Object._set_policy_override(Policy[] policies, SetOverrideType set_add)
           
 Object LocalObject._set_policy_override(Policy[] policies, SetOverrideType set_add)
           
 

Constructors in org.omg.CORBA with parameters of type Policy
PolicyListHolder(Policy[] initial)
           
PolicyHolder(Policy initial)
           
 

Uses of Policy in org.omg.CORBA.portable
 

Methods in org.omg.CORBA.portable that return Policy
 Policy ObjectImpl._get_policy(int policy_type)
           
 Policy Delegate.get_policy(Object self, int policy_type)
           
 

Methods in org.omg.CORBA.portable with parameters of type Policy
 Object ObjectImpl._set_policy_override(Policy[] policies, SetOverrideType set_add)
           
 Object Delegate.set_policy_override(Object self, Policy[] policies, SetOverrideType set_add)
           
 

Uses of Policy in org.omg.Messaging
 

Subinterfaces of Policy in org.omg.Messaging
 interface MaxHopsPolicy
          Generated from IDL interface "MaxHopsPolicy"
 interface QueueOrderPolicy
          Generated from IDL interface "QueueOrderPolicy"
 interface RebindPolicy
          Generated from IDL interface "RebindPolicy"
 interface RelativeRequestTimeoutPolicy
          Generated from IDL interface "RelativeRequestTimeoutPolicy"
 interface RelativeRoundtripTimeoutPolicy
          Generated from IDL interface "RelativeRoundtripTimeoutPolicy"
 interface ReplyEndTimePolicy
          Generated from IDL interface "ReplyEndTimePolicy"
 interface ReplyPriorityPolicy
          Generated from IDL interface "ReplyPriorityPolicy"
 interface ReplyStartTimePolicy
          Generated from IDL interface "ReplyStartTimePolicy"
 interface RequestEndTimePolicy
          Generated from IDL interface "RequestEndTimePolicy"
 interface RequestPriorityPolicy
          Generated from IDL interface "RequestPriorityPolicy"
 interface RequestStartTimePolicy
          Generated from IDL interface "RequestStartTimePolicy"
 interface RoutingPolicy
          Generated from IDL interface "RoutingPolicy"
 interface SyncScopePolicy
          Generated from IDL interface "SyncScopePolicy"
 

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

Methods in org.omg.Messaging that return Policy
 Policy SyncScopePolicyLocalTie.copy()
           
 Policy RoutingPolicyLocalTie.copy()
           
 Policy RequestStartTimePolicyLocalTie.copy()
           
 Policy RequestPriorityPolicyLocalTie.copy()
           
 Policy RequestEndTimePolicyLocalTie.copy()
           
 Policy ReplyStartTimePolicyLocalTie.copy()
           
 Policy ReplyPriorityPolicyLocalTie.copy()
           
 Policy ReplyEndTimePolicyLocalTie.copy()
           
 Policy RelativeRoundtripTimeoutPolicyLocalTie.copy()
           
 Policy RelativeRequestTimeoutPolicyLocalTie.copy()
           
 Policy RebindPolicyLocalTie.copy()
           
 Policy QueueOrderPolicyLocalTie.copy()
           
 Policy MaxHopsPolicyLocalTie.copy()
           
 

Uses of Policy in org.omg.PortableInterceptor
 

Methods in org.omg.PortableInterceptor that return Policy
 Policy ServerRequestInfoOperations.get_server_policy(int type)
           
 Policy PolicyFactoryOperations.create_policy(int type, Any value)
           
 Policy IORInfoOperations.get_effective_policy(int type)
           
 Policy ClientRequestInfoOperations.get_request_policy(int type)
           
 

Uses of Policy in org.omg.PortableServer
 

Subinterfaces of Policy in org.omg.PortableServer
 interface IdAssignmentPolicy
          Generated from IDL interface "IdAssignmentPolicy"
 interface IdUniquenessPolicy
          Generated from IDL interface "IdUniquenessPolicy"
 interface ImplicitActivationPolicy
          Generated from IDL interface "ImplicitActivationPolicy"
 interface LifespanPolicy
          Generated from IDL interface "LifespanPolicy"
 interface RequestProcessingPolicy
          Generated from IDL interface "RequestProcessingPolicy"
 interface ServantRetentionPolicy
          Generated from IDL interface "ServantRetentionPolicy"
 interface ThreadPolicy
          Generated from IDL interface "ThreadPolicy"
 

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

Methods in org.omg.PortableServer that return Policy
 Policy ThreadPolicyLocalTie.copy()
           
 Policy ServantRetentionPolicyLocalTie.copy()
           
 Policy RequestProcessingPolicyLocalTie.copy()
           
 Policy LifespanPolicyLocalTie.copy()
           
 Policy ImplicitActivationPolicyLocalTie.copy()
           
 Policy IdUniquenessPolicyLocalTie.copy()
           
 Policy IdAssignmentPolicyLocalTie.copy()
           
 

Methods in org.omg.PortableServer with parameters of type Policy
 POA POALocalTie.create_POA(java.lang.String adapter_name, POAManager a_POAManager, Policy[] policies)
           
 POA POAOperations.create_POA(java.lang.String adapter_name, POAManager a_POAManager, Policy[] policies)
           
 

Uses of Policy in org.omg.SecurityAdmin
 

Subinterfaces of Policy in org.omg.SecurityAdmin
 interface AccessPolicy
          Generated from IDL interface "AccessPolicy"
 interface AuditPolicy
          Generated from IDL interface "AuditPolicy"
 interface DelegationPolicy
          Generated from IDL interface "DelegationPolicy"
 interface DomainAccessPolicy
          Generated from IDL interface "DomainAccessPolicy"
 interface SecureInvocationPolicy
          Generated from IDL interface "SecureInvocationPolicy"
 

Uses of Policy in org.omg.SecurityLevel2
 

Subinterfaces of Policy in org.omg.SecurityLevel2
 interface DelegationDirectivePolicy
          Generated from IDL interface "DelegationDirectivePolicy"
 interface EstablishTrustPolicy
          Generated from IDL interface "EstablishTrustPolicy"
 interface InvocationCredentialsPolicy
          Generated from IDL interface "InvocationCredentialsPolicy"
 interface MechanismPolicy
          Generated from IDL interface "MechanismPolicy"
 interface QOPPolicy
          Generated from IDL interface "QOPPolicy"
 

Methods in org.omg.SecurityLevel2 that return Policy
 Policy CurrentOperations.get_policy(int policy_type)