Uses of Class
org.objectweb.jonas.work.LogEntry

Packages that use LogEntry
org.objectweb.jonas.container   
org.objectweb.jonas.ear.internal   
org.objectweb.jonas.work   
 

Uses of LogEntry in org.objectweb.jonas.container
 

Methods in org.objectweb.jonas.container with parameters of type LogEntry
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 LogEntry in org.objectweb.jonas.ear.internal
 

Methods in org.objectweb.jonas.ear.internal with parameters of type LogEntry
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 LogEntry in org.objectweb.jonas.work
 

Methods in org.objectweb.jonas.work with parameters of type LogEntry
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
 Vector DeployerLog.removeEntry(LogEntry entry)
          Remove the given entry and return the entries of the file.
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
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.