public class MonKeyItemBase extends Object implements MonKeyItem
DEFAULT_INSTANCE_NAME, INSTANCE_HEADER| Constructor and Description |
|---|
MonKeyItemBase(Object summaryLabel) |
MonKeyItemBase(Object summaryLabel,
Object details) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
getDetails() |
String |
getInstanceName() |
int |
hashCode() |
void |
setDetails(Object details) |
void |
setInstanceName(String instanceName)
Now that jamon can track data on multiple vm's we need a way to better identify the keys.
|
String |
toString()
should call getSummaryLabel
|
public MonKeyItemBase(Object summaryLabel)
public Object getDetails()
getDetails in interface MonKeyItempublic void setDetails(Object details)
setDetails in interface MonKeyItempublic void setInstanceName(String instanceName)
MonKeyItemsetInstanceName in interface MonKeyItempublic String getInstanceName()
getInstanceName in interface MonKeyItemCopyright © 2015. All rights reserved.