private boolean matchDomain(String domainNamePattern, String testDomainName)
{
IPatternMatcher matcher = new CombinedPatternMatcher(domainNamePattern,
testDomainName);
return ( matcher.matches() );
}
/**
This is where the check into persistent
storage registry comes into picture. So first
check whether a Bean corresponding exactly to this