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 MonKeyItem
public void setDetails(Object details)
setDetails
in interface MonKeyItem
public void setInstanceName(String instanceName)
MonKeyItem
setInstanceName
in interface MonKeyItem
public String getInstanceName()
getInstanceName
in interface MonKeyItem
Copyright © 2015. All rights reserved.