org.jacorb.notification.filter
Class FilterUtils
java.lang.Object
org.jacorb.notification.filter.FilterUtils
public class FilterUtils
extends java.lang.Object
Version:
- Alphonse Bendt
static String | calcConstraintKey(String domain_name, String type_name) - Provide a Uniform Mapping from domain_name and type_name to a
Key that can be used to put EventTypes into a Map.
|
calcConstraintKey
public static String calcConstraintKey(String domain_name,
String type_name)
Provide a Uniform Mapping from domain_name and type_name to a
Key that can be used to put EventTypes into a Map.
if (d1 == d2) AND (t1 == t2) => calcConstraintKey(d1, t1) ==
calcConstraintKey(d2, t2).
domain_name
- a String
valuetype_name
- a String
value
- an Unique Constraint Key.