com.martiansoftware.nailgun
public class NailStats extends Object implements Cloneable
Collects and provides statistics on a nail.
Method Summary | |
---|---|
Object | clone()
Creates a copy of this NailStats object. |
boolean | equals(Object o)
Returns true iff the specified NailStats object
is tracking the same class. |
Class | getNailClass()
Returns the class for which we're tracking statistics |
long | getRefCount()
Returns the number of sessions currently running this nail. |
long | getRunCount()
Returns the number of times this nail has been run. |
int | hashCode() |
String | toString()
Returns a String representation of this NailStats
object, in the form "classname: runcount/refcount".
|
NailStats
object.Returns: a copy of this NailStats
object.
NailStats
object
is tracking the same class.Parameters: o the NailStats object to check
Returns: true iff the specified NailStats
object
is tracking the same class.
Returns: the class for which we're tracking statistics
Returns: the number of sessions currently running this nail.
Returns: the number of times this nail has been run.
See Also: java.lang.Object#hashCode
NailStats
object, in the form "classname: runcount/refcount".
*return a String representation of this NailStats
object.