|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.orb.policies.PolicyUtil
Constructor Summary | |
---|---|
PolicyUtil()
|
Method Summary | |
---|---|
static void |
checkValidity(java.util.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PolicyUtil()
Method Detail |
public static boolean isInvocationPolicy(int policyType)
public static void checkValidity(java.util.HashMap policies) throws InvalidPolicies
InvalidPolicies
- a list of indices identifying the
position in the input policies list that are occupied by
invalid policies
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |