|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CleanerException | |
---|---|
org.objectweb.jonas.container | |
org.objectweb.jonas.ear.internal | |
org.objectweb.jonas.work |
Uses of CleanerException in org.objectweb.jonas.container |
---|
Methods in org.objectweb.jonas.container that throw CleanerException | |
---|---|
protected boolean |
JarCleanTask.isDeployLogEntry(LogEntry logEntry)
Check if the package pointed by the log entry is currently deploy |
protected boolean |
JarCleanTask.isValidLogEntry(LogEntry logEntry)
Return true if the work copy exists and is up to date |
protected void |
JarCleanTask.removeLogEntry(LogEntry logEntry)
Remove the work copy specified in the log entry and the log entry |
Uses of CleanerException in org.objectweb.jonas.ear.internal |
---|
Methods in org.objectweb.jonas.ear.internal that throw CleanerException | |
---|---|
protected boolean |
EarCleanTask.isDeployLogEntry(LogEntry logEntry)
Check if the package pointed by the log entry is currently deploy |
protected boolean |
EarCleanTask.isValidLogEntry(LogEntry logEntry)
Return true if the work copy exists and is up to date |
protected void |
EarCleanTask.removeLogEntry(LogEntry logEntry)
Remove the work copy specified in the log entry and the log entry |
Uses of CleanerException in org.objectweb.jonas.work |
---|
Methods in org.objectweb.jonas.work that throw CleanerException | |
---|---|
void |
AbsCleanTask.execute()
Run the clean task |
protected abstract boolean |
AbsCleanTask.isDeployLogEntry(LogEntry logEntry)
Check if the package pointed by the log entry is currently deploy |
protected abstract boolean |
AbsCleanTask.isValidLogEntry(LogEntry logEntry)
Abstract method defined in the derived classes return true if the work copy exist and is up to date |
void |
WorkCleaner.registerTask(AbsCleanTask absCleanTask)
Register a new clean task |
protected abstract void |
AbsCleanTask.removeLogEntry(LogEntry logEntry)
Abstract method defined in the derived classes remove the work copy specified in the log entry and the log entry |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |