Uses of Interface
org.ow2.jonas.workcleaner.LogEntry

Packages that use LogEntry
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   
 

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

Methods in org.ow2.jonas.ear.internal with parameters of type LogEntry
protected  boolean EarCleanTask.isDeployedLogEntry(LogEntry logEntry)
          Check if the package pointed by the log entry is currently deploy.
 

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

Methods in org.ow2.jonas.ejb.easybeans with parameters of type LogEntry
protected  boolean EJB3CleanTask.isDeployedLogEntry(LogEntry logEntry)
          Check if the package pointed by the log entry is currently deploy.
 

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

Methods in org.ow2.jonas.ejb2.internal with parameters of type LogEntry
protected  boolean JarCleanTask.isDeployedLogEntry(LogEntry logEntry)
          Check if the package pointed by the log entry is currently deploy.
 

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

Classes in org.ow2.jonas.lib.work that implement LogEntry
 class LogEntryImpl
          Class wich represent an entry in a log file : a original associate with its work copy.
 

Methods in org.ow2.jonas.lib.work that return types with arguments of type LogEntry
 Vector<LogEntry> DeployerLog.addEntry(File original, File copy)
          Add the entry and return the new entries.
 Vector<LogEntry> DeployerLog.getEntries()
          Return the entries of the file.
 Vector<LogEntry> AbsCleanTask.getLogEntries()
          Gets the log entries.
 Vector<LogEntry> DeployerLog.removeEntry(LogEntry entry)
          Remove the given entry and return the entries of the file.
 

Methods in org.ow2.jonas.lib.work with parameters of type LogEntry
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.
 Vector<LogEntry> DeployerLog.removeEntry(LogEntry entry)
          Remove the given entry and return the entries of the file.
 boolean AbsCleanTask.removeLogEntry(LogEntry logEntry)
          Remove the work copy specified in the log entry and the log entry.
 

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

Methods in org.ow2.jonas.web.base with parameters of type LogEntry
protected  boolean WarCleanTask.isDeployedLogEntry(LogEntry logEntry)
          Check if the package pointed by the log entry is currently deploy.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.