org.huihoo.jfox.ejb.server
Class EJBURLScaner

java.lang.Object
  |
  +--org.huihoo.jfox.ejb.server.EJBURLScaner
All Implemented Interfaces:
EJBURLScanerMBean

public class EJBURLScaner
extends java.lang.Object
implements EJBURLScanerMBean

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

Field Summary
 
Fields inherited from interface org.huihoo.jfox.ejb.server.EJBURLScanerMBean
OBJECT_NAME
 
Constructor Summary
EJBURLScaner()
           
 
Method Summary
 boolean accepts(java.net.URL d, java.lang.String key)
           
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBURLScaner

public EJBURLScaner()
Method Detail

getEJBJars

public java.util.List getEJBJars()
                          throws java.io.IOException
Specified by:
getEJBJars in interface EJBURLScanerMBean
Returns:
java.util.List
Throws:
java.io.IOException

getJars

public java.util.List getJars(java.io.File approot)
                       throws java.io.IOException
Specified by:
getJars in interface EJBURLScanerMBean
java.io.IOException

getEJBJars

public java.util.List getEJBJars(java.io.File approot)
                          throws java.io.IOException
Specified by:
getEJBJars in interface EJBURLScanerMBean
java.io.IOException

getEJBRars

public java.util.List getEJBRars(java.io.File approot)
                          throws java.io.IOException
Specified by:
getEJBRars in interface EJBURLScanerMBean
java.io.IOException

accepts

public boolean accepts(java.net.URL d,
                       java.lang.String key)
Parameters:
d -
Returns:
boolean