Version: 1.1.1

org.omg.lsae.notifications
Class StepEvent

java.lang.Object
  extended by org.omg.lsae.notifications.AnalysisEvent
      extended by org.omg.lsae.notifications.StepEvent

public class StepEvent
extends AnalysisEvent


Constructor Summary
StepEvent()
           
 
Method Summary
 int getCompletedSteps()
           
 int getTotalSteps()
           
 boolean isCompleted()
           
 void setCompletedSteps(int completedSteps)
           
 void setTotalSteps(int totalSteps)
           
 String toString()
           
 String toXMLString()
           
 
Methods inherited from class org.omg.lsae.notifications.AnalysisEvent
createFromXML, getMessage, getQueryId, getTimestamp, setMessage, setQueryId, setTimestamp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StepEvent

public StepEvent()
Method Detail

getCompletedSteps

public int getCompletedSteps()
Returns:
the completedSteps

setCompletedSteps

public void setCompletedSteps(int completedSteps)
Parameters:
completedSteps - the completedSteps to set

getTotalSteps

public int getTotalSteps()
Returns:
the totalSteps

setTotalSteps

public void setTotalSteps(int totalSteps)
Parameters:
totalSteps - the totalSteps to set

isCompleted

public boolean isCompleted()
Specified by:
isCompleted in class AnalysisEvent
Returns:
true if the event is completed, false otherwise.

toString

public String toString()
Specified by:
toString in class AnalysisEvent

toXMLString

public String toXMLString()
Specified by:
toXMLString in class AnalysisEvent
Returns:
the XML representation of this LSAE notification event object.

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010