org.jboss.deployers.spi.management
Interface NameMatcher<T>
public interface NameMatcher<T>
An interface for matching a name against a managed element
- Version:
- $Revision:$
- Author:
- Scott.Stark@jboss.org
- See Also:
ManagementView##getComponent(String, ComponentType, NameMatcher)
matches
boolean matches(T comp,
String name)
- Parameters:
managed
- - the managed element whose name is to be matchedname
- - the name input from the client
- Returns:
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.