Uses of Class
org.ow2.jonas.workcleaner.WorkCleanerException

Packages that use WorkCleanerException
org.ow2.jonas.ear.internal   
org.ow2.jonas.ejb.easybeans   
org.ow2.jonas.ejb2.internal   
org.ow2.jonas.lib.work   
org.ow2.jonas.web.base   
org.ow2.jonas.workcleaner   
org.ow2.jonas.workcleaner.internal   
 

Uses of WorkCleanerException in org.ow2.jonas.ear.internal
 

Methods in org.ow2.jonas.ear.internal that throw WorkCleanerException
protected  boolean EarCleanTask.isDeployedLogEntry(LogEntry logEntry)
          Check if the package pointed by the log entry is currently deploy.
 

Uses of WorkCleanerException in org.ow2.jonas.ejb.easybeans
 

Methods in org.ow2.jonas.ejb.easybeans that throw WorkCleanerException
protected  boolean EJB3CleanTask.isDeployedLogEntry(LogEntry logEntry)
          Check if the package pointed by the log entry is currently deploy.
 

Uses of WorkCleanerException in org.ow2.jonas.ejb2.internal
 

Methods in org.ow2.jonas.ejb2.internal that throw WorkCleanerException
protected  boolean JarCleanTask.isDeployedLogEntry(LogEntry logEntry)
          Check if the package pointed by the log entry is currently deploy.
 

Uses of WorkCleanerException in org.ow2.jonas.lib.work
 

Methods in org.ow2.jonas.lib.work that throw WorkCleanerException
 void AbsCleanTask.execute()
          Run the clean task.
protected abstract  boolean AbsCleanTask.isDeployedLogEntry(LogEntry logEntry)
          Check if the package pointed by the log entry is currently deploy.
 boolean AbsCleanTask.isValidLogEntry(LogEntry logEntry)
          Return true if the work copy exists and is up to date.
 boolean AbsCleanTask.removeLogEntry(LogEntry logEntry)
          Remove the work copy specified in the log entry and the log entry.
 

Uses of WorkCleanerException in org.ow2.jonas.web.base
 

Methods in org.ow2.jonas.web.base that throw WorkCleanerException
protected  boolean WarCleanTask.isDeployedLogEntry(LogEntry logEntry)
          Check if the package pointed by the log entry is currently deploy.
 

Uses of WorkCleanerException in org.ow2.jonas.workcleaner
 

Methods in org.ow2.jonas.workcleaner that throw WorkCleanerException
 void CleanTask.execute()
          Run the clean task.
 void WorkCleanerService.registerTask(CleanTask cleanTask)
          Register a new clean task.
 void WorkCleanerService.unregisterTask(CleanTask cleanTask)
          Unregister a clean task.
 

Uses of WorkCleanerException in org.ow2.jonas.workcleaner.internal
 

Methods in org.ow2.jonas.workcleaner.internal that throw WorkCleanerException
 void JOnASWorkCleanerService.registerTask(CleanTask cleanTask)
          Register a new clean task.
 void JOnASWorkCleanerService.unregisterTask(CleanTask cleanTask)
          Unregister a clean task.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.