com.jalios.jcms
Class DeployDownloadMonitor

java.lang.Object
  extended by com.jalios.jcms.DeployDownloadMonitor
All Implemented Interfaces:
Serializable

public class DeployDownloadMonitor
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String REVISION
           
 
Constructor Summary
DeployDownloadMonitor(String titleProp, String stepPropPrefix, int maxStep)
           
 
Method Summary
 void completed()
           
 int getMaxStep()
           
 double getPercent()
           
 int getStep()
           
 String getStepPropPrefix()
           
 String getTitleProp()
           
 boolean isCompleted()
           
 void setStep(int step)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values
Constructor Detail

DeployDownloadMonitor

public DeployDownloadMonitor(String titleProp,
                             String stepPropPrefix,
                             int maxStep)
Method Detail

completed

public void completed()
Since:
jcms-4.1

isCompleted

public boolean isCompleted()
Since:
jcms-4.1

setStep

public void setStep(int step)
Since:
jcms-4.1

getTitleProp

public String getTitleProp()
Since:
jcms-4.1

getStepPropPrefix

public String getStepPropPrefix()
Since:
jcms-4.1

getMaxStep

public int getMaxStep()
Since:
jcms-4.1

getStep

public int getStep()
Since:
jcms-4.1

getPercent

public double getPercent()
Since:
jcms-4.1


Copyright © 2001-2007 Jalios SA. All Rights Reserved.