public class MStopWatch extends MJmx
jmxFixName, jmxName, jmxPackage, jmxType| Constructor and Description |
|---|
MStopWatch() |
MStopWatch(String name) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCurrentMinutes() |
String |
getCurrentMinutesAsString() |
long |
getCurrentSeconds() |
long |
getCurrentTime() |
String |
getCurrentTimeAsString() |
String |
getCurrentTimeAsString(boolean longFormat) |
String |
getName() |
int |
getStatus() |
String |
getStatusAsString() |
boolean |
isRunning() |
void |
reset() |
void |
start() |
void |
stop() |
String |
toString() |
jmxRegistercreateJmxObjectName, getJmxName, getJmxObjectName, getJmxPackage, getJmxType, isJmxFixName, isJmxRegistered, setJmxName, setJmxPackage, setJmxProxy, setJmxRegisteredbase, base, createBase, forkBase, installBase, isBase, leaveBasepublic MStopWatch()
public MStopWatch(String name)
public void start()
public void stop()
public long getCurrentTime()
public void reset()
public int getStatus()
public boolean isRunning()
public String getStatusAsString()
public long getCurrentSeconds()
public long getCurrentMinutes()
public String getCurrentMinutesAsString()
public String getCurrentTimeAsString()
public String getCurrentTimeAsString(boolean longFormat)
public String getName()
Copyright © 2014. All rights reserved.