Package org.apache.catalina.ha.deploy
Class WarWatcher.WarInfo
java.lang.Object
org.apache.catalina.ha.deploy.WarWatcher.WarInfo
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
war
-
lastChecked
protected long lastChecked -
lastState
protected long lastState
-
-
Constructor Details
-
WarInfo
-
-
Method Details
-
modified
public boolean modified() -
exists
public boolean exists() -
check
public int check()Returns 1 if the file has been added/modified, 0 if the file is unchanged and -1 if the file has been removed- Returns:
- int 1=file added; 0=unchanged; -1=file removed
-
getWar
-
hashCode
-
equals
-
setLastState
protected void setLastState(int lastState)
-