站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

ObjectNamePatternHelper.PropertyPattern (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


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

Parameters:
name - the name to test


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