| java.lang.Object org.apache.openejb.util.UrlCache
UrlCache | public class UrlCache (Code) | | |
Method Summary | |
public synchronized URL[] | cacheUrls(String appId, URL[] urls) | public static void | deleteDir(File dir) Delete the specified directory, including all of its contents and
subdirectories recursively. | public synchronized void | releaseUrls(String appId) |
antiJarLocking | final public static boolean antiJarLocking(Code) | | |
deleteDir | public static void deleteDir(File dir)(Code) | | Delete the specified directory, including all of its contents and
subdirectories recursively.
Parameters: dir - File object representing the directory to be deleted |
releaseUrls | public synchronized void releaseUrls(String appId)(Code) | | |
|
|