org.apache.geronimo.console.ajax
Class ProgressInfo
java.lang.Object
   org.apache.geronimo.console.ajax.ProgressInfo
org.apache.geronimo.console.ajax.ProgressInfo
- public class ProgressInfo 
- extends Object
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PROGRESS_INFO_KEY
public static final String PROGRESS_INFO_KEY
- See Also:
- Constant Field Values
ProgressInfo
public ProgressInfo()
getProgressPercent
public int getProgressPercent()
- 
 
setProgressPercent
public void setProgressPercent(int progressPercent)
- 
 
getMainMessage
public String getMainMessage()
- 
 
setMainMessage
public void setMainMessage(String mainMessage)
- 
 
getSubMessage
public String getSubMessage()
- 
 
setSubMessage
public void setSubMessage(String subMessage)
- 
 
isFinished
public boolean isFinished()
- 
 
setFinished
public void setFinished(boolean finished)
- 
 
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.