1 package org.jacorb.orb.policies; 2 3 22 23 import java.util.*; 24 25 public class PolicyUtil 26 { 27 28 private static Map invocationPolicies = new HashMap(); 29 30 35 36 public static boolean isInvocationPolicy(int policyType) 37 { 38 return true; } 41 42 43 51 52 public static void checkValidity(HashMap policies) 53 throws org.omg.CORBA.InvalidPolicies 54 { 55 ; } 57 } 58 | Popular Tags |