Package org.openas2.util
Class ProfilerStub
- java.lang.Object
-
- org.openas2.util.ProfilerStub
-
public class ProfilerStub extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProfilerStub(java.util.Date startStamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCombined()longgetDifference()java.util.DategetEndStamp()java.lang.StringgetMilliseconds()java.lang.StringgetSeconds()java.util.DategetStartStamp()voidsetEndStamp(java.util.Date date)voidsetStartStamp(java.util.Date date)
-
-
-
Method Detail
-
setEndStamp
public void setEndStamp(java.util.Date date)
-
getEndStamp
public java.util.Date getEndStamp()
-
getDifference
public long getDifference()
-
getMilliseconds
public java.lang.String getMilliseconds()
-
getSeconds
public java.lang.String getSeconds()
-
getCombined
public java.lang.String getCombined()
-
setStartStamp
public void setStartStamp(java.util.Date date)
-
getStartStamp
public java.util.Date getStartStamp()
-
-