org.jboss.ejb3
Interface JarsIgnoredForScanningMBean

All Known Implementing Classes:
JarsIgnoredForScanning

public interface JarsIgnoredForScanningMBean

Comment

Version:
$Revision: 61136 $
Author:
Bill Burke

Method Summary
 String[] getIgnoredJars()
           
 HashSet getIgnoredJarsSet()
           
 void setIgnoredJars(String[] ignoredJars)
           
 void setIgnoredJarsSet(HashSet ignoredJarsSet)
           
 

Method Detail

getIgnoredJars

String[] getIgnoredJars()

setIgnoredJars

void setIgnoredJars(String[] ignoredJars)

getIgnoredJarsSet

HashSet getIgnoredJarsSet()

setIgnoredJarsSet

void setIgnoredJarsSet(HashSet ignoredJarsSet)


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