|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.virtual.plugins.context.zip.ZipFileLockReaper
public class ZipFileLockReaper
A monitoring object that closes ZipFiles when they haven't been used for a while
Method Summary | |
---|---|
void |
deleteFile(org.jboss.virtual.plugins.context.zip.ZipFileWrapper zipFileWrapper)
|
static ZipFileLockReaper |
getInstance()
Factory method to be used to retrieve reference to ZipFileLockReaper |
void |
register(org.jboss.virtual.plugins.context.zip.ZipFileWrapper w)
Register a ZipFileWrapper instance with this reaper |
void |
unregister(org.jboss.virtual.plugins.context.zip.ZipFileWrapper w)
Unregister a ZipFileWrapper instance from this reaper |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ZipFileLockReaper getInstance()
public void register(org.jboss.virtual.plugins.context.zip.ZipFileWrapper w)
w
- wrapper to registerpublic void unregister(org.jboss.virtual.plugins.context.zip.ZipFileWrapper w)
w
- wrapper to unregisterpublic void deleteFile(org.jboss.virtual.plugins.context.zip.ZipFileWrapper zipFileWrapper) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |