org.jboss.mx.util
Class ObjectNamePatternHelper.PropertyPattern

java.lang.Object
  extended byorg.jboss.mx.util.ObjectNamePatternHelper.PropertyPattern
Enclosing class:
ObjectNamePatternHelper

public static class ObjectNamePatternHelper.PropertyPattern
extends Object

Encapsulation of property information


Constructor Summary
ObjectNamePatternHelper.PropertyPattern(ObjectName pattern)
          Construct a new property pattern
 
Method Summary
 boolean patternMatch(ObjectName name)
          Test whether the object name matches the pattern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectNamePatternHelper.PropertyPattern

public ObjectNamePatternHelper.PropertyPattern(ObjectName pattern)
Construct a new property pattern

Parameters:
pattern - the object name that might be a pattern
Method Detail

patternMatch

public boolean patternMatch(ObjectName name)
Test whether the object name matches the pattern



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.