org.ofbiz.service
Class RunningService

java.lang.Object
  extended by org.ofbiz.service.RunningService

public class RunningService
extends java.lang.Object


Field Summary
protected  java.sql.Timestamp endStamp
           
protected  int mode
           
protected  ModelService model
           
protected  java.lang.String name
           
protected  java.sql.Timestamp startStamp
           
 
Constructor Summary
RunningService(java.lang.String localName, ModelService model, int mode)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.sql.Timestamp getEndStamp()
           
 java.lang.String getLocalName()
           
 int getMode()
           
 ModelService getModelService()
           
 java.sql.Timestamp getStartStamp()
           
 void setEndStamp()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

model

protected ModelService model

name

protected java.lang.String name

mode

protected int mode

startStamp

protected java.sql.Timestamp startStamp

endStamp

protected java.sql.Timestamp endStamp
Constructor Detail

RunningService

public RunningService(java.lang.String localName,
                      ModelService model,
                      int mode)
Method Detail

getModelService

public ModelService getModelService()

getLocalName

public java.lang.String getLocalName()

getMode

public int getMode()

getStartStamp

public java.sql.Timestamp getStartStamp()

getEndStamp

public java.sql.Timestamp getEndStamp()

setEndStamp

public void setEndStamp()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object