org.jacorb.orb.policies

Class PolicyUtil


public class PolicyUtil
extends java.lang.Object

Method Summary

static void
checkValidity(HashMap policies)
determine if a given set of policies is consistent called e.g., from PolicyManager operations to check if arguments are okay.
static boolean
isInvocationPolicy(int policyType)
determine if a policy applies to operation invocations or not, called e.g., from PolicyManager operations to check if arguments are okay.

Method Details

checkValidity

public static void checkValidity(HashMap policies)
            throws InvalidPolicies
determine if a given set of policies is consistent called e.g., from PolicyManager operations to check if arguments are okay.


isInvocationPolicy

public static boolean isInvocationPolicy(int policyType)
determine if a policy applies to operation invocations or not, called e.g., from PolicyManager operations to check if arguments are okay.