Uses of Interface
org.jboss.deployers.spi.management.NameMatcher

Packages that use NameMatcher
org.jboss.deployers.spi.management   
 

Uses of NameMatcher in org.jboss.deployers.spi.management
 

Methods in org.jboss.deployers.spi.management with parameters of type NameMatcher
 Set<org.jboss.managed.api.ManagedComponent> ManagementView.getMatchingComponents(String name, org.jboss.managed.api.ComponentType type, NameMatcher<org.jboss.managed.api.ManagedComponent> matcher)
          Obtain the ManagedComponents for the given name/type and matcher.
 Set<org.jboss.managed.api.ManagedDeployment> ManagementView.getMatchingDeployments(String name, NameMatcher<org.jboss.managed.api.ManagedDeployment> matcher)
          Search for all deployments matched by the matcher.
 



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