|
WebLogic Server 6.0 Code Examples, BEA Systems, Inc. | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.jdbc.mssqlserver4.Timer
Timer objects track elapsed time. This class is used by the LargeTableTests sample application.
Field Summary | |
(package private) java.lang.String |
label
|
(package private) long |
time
|
Constructor Summary | |
Timer(java.lang.String iLabel)
|
Method Summary | |
(package private) long |
getTime()
Return number of milliseconds since the time was created. |
java.lang.String |
toString()
Return timer label and elapsed time. |
Methods inherited from class java.lang.Object |
|
Field Detail |
java.lang.String label
long time
Constructor Detail |
public Timer(java.lang.String iLabel)
Method Detail |
long getTime()
public java.lang.String toString()
toString
in class java.lang.Object
|
Documentation is available at http://e-docs.bea.com/wls/docs60 |
|||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |