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)

Method Summary
 boolean matches(T comp, String name)
           
 

Method Detail

matches

boolean matches(T comp,
                String name)
Parameters:
managed - - the managed element whose name is to be matched
name - - the name input from the client
Returns:


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.