Uses of Interface
org.omg.CORBA.Policy

Packages that use Policy
org.omg.BiDirPolicy   
org.omg.CORBA   
org.omg.CORBA.portable   
org.omg.CosTransactions   
org.omg.PortableInterceptor   
org.omg.PortableServer   
org.omg.SecurityAdmin   
org.omg.SecurityLevel2   
 

Uses of Policy in org.omg.BiDirPolicy
 

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

Uses of Policy in org.omg.CORBA
 

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

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

Methods in org.omg.CORBA that return Policy
 Policy Object._get_policy(int policy_type)
           
 Policy ORB.create_policy(int type, Any val)
           
 Policy LocalObject._get_policy(int policy_type)
           
 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 DomainManagerOperations.get_domain_policy(int policy_type)
           
 

Methods in org.omg.CORBA with parameters of type Policy
 Object Object._set_policy_override(Policy[] policies, SetOverrideType set_add)
           
 Object LocalObject._set_policy_override(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)
           
 

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

Uses of Policy in org.omg.CORBA.portable
 

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

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

Uses of Policy in org.omg.CosTransactions
 

Subinterfaces of Policy in org.omg.CosTransactions
 interface InvocationPolicy
          Generated from IDL interface "InvocationPolicy"
 interface NonTxTargetPolicy
          Generated from IDL interface "NonTxTargetPolicy"
 interface OTSPolicy
          Generated from IDL interface "OTSPolicy"
 interface TransactionPolicy
          Generated from IDL interface "TransactionPolicy"
 

Uses of Policy in org.omg.PortableInterceptor
 

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

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 IdAssignmentPolicyLocalTie.copy()
           
 Policy ImplicitActivationPolicyLocalTie.copy()
           
 Policy IdUniquenessPolicyLocalTie.copy()
           
 Policy ServantRetentionPolicyLocalTie.copy()
           
 Policy LifespanPolicyLocalTie.copy()
           
 Policy RequestProcessingPolicyLocalTie.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)
           
 POAManager POAManagerFactoryOperations.create_POAManager(java.lang.String id, Policy[] policies)
           
 POAManager POAManagerFactoryLocalTie.create_POAManager(java.lang.String id, 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"
 

Classes in org.omg.SecurityLevel2 that implement Policy
 class _DelegationDirectivePolicyLocalBase
          Abstract base class for implementations of local interface DelegationDirectivePolicy
 class _EstablishTrustPolicyLocalBase
          Abstract base class for implementations of local interface EstablishTrustPolicy
 class _InvocationCredentialsPolicyLocalBase
          Abstract base class for implementations of local interface InvocationCredentialsPolicy
 class _MechanismPolicyLocalBase
          Abstract base class for implementations of local interface MechanismPolicy
 class _QOPPolicyLocalBase
          Abstract base class for implementations of local interface QOPPolicy
 class DelegationDirectivePolicyLocalTie
          Generated from IDL interface "DelegationDirectivePolicy"
 class EstablishTrustPolicyLocalTie
          Generated from IDL interface "EstablishTrustPolicy"
 class InvocationCredentialsPolicyLocalTie
          Generated from IDL interface "InvocationCredentialsPolicy"
 class MechanismPolicyLocalTie
          Generated from IDL interface "MechanismPolicy"
 class QOPPolicyLocalTie
          Generated from IDL interface "QOPPolicy"
 

Methods in org.omg.SecurityLevel2 that return Policy
 Policy InvocationCredentialsPolicyLocalTie.copy()
           
 Policy SecurityManagerLocalTie.get_security_policy(int policy_type)
           
 Policy DelegationDirectivePolicyLocalTie.copy()
           
 Policy SecurityManagerOperations.get_security_policy(int policy_type)
           
 Policy MechanismPolicyLocalTie.copy()
           
 Policy QOPPolicyLocalTie.copy()
           
 Policy EstablishTrustPolicyLocalTie.copy()
           
 



Copyright © {inceptionYear}-2007 null. All Rights Reserved.