org.huihoo.jfox.ejb.server
Interface EJBURLScanerMBean

All Known Implementing Classes:
EJBURLScaner

public interface EJBURLScanerMBean

Version:
$0.9.0$
Author:
tai_1219@sina.com

Field Summary
static ObjectName OBJECT_NAME
           
 
Method Summary
 java.util.List getEJBJars()
           
 java.util.List getEJBJars(java.io.File approot)
           
 java.util.List getEJBRars(java.io.File approot)
           
 java.util.List getJars(java.io.File approot)
           
 

Field Detail

OBJECT_NAME

public static final ObjectName OBJECT_NAME
Method Detail

getEJBJars

public java.util.List getEJBJars()
                          throws java.io.IOException
Returns:
java.util.List
Throws:
java.io.IOException

getEJBRars

public java.util.List getEJBRars(java.io.File approot)
                          throws java.io.IOException
java.io.IOException

getEJBJars

public java.util.List getEJBJars(java.io.File approot)
                          throws java.io.IOException
java.io.IOException

getJars

public java.util.List getJars(java.io.File approot)
                       throws java.io.IOException
java.io.IOException