public interface MonKeyItem extends Serializable
For example the generalized form of a query would be something like: select * from table where name=?. The detail form would be something like: select * from table where name='steve'
MonKeyItems can be placed as objects in MonKeyImp, and MonKeyBase
Note toString() should always return the more generalized form.
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_INSTANCE_NAME |
static String |
INSTANCE_HEADER |
static long |
serialVersionUID |
Modifier and Type | Method and Description |
---|---|
Object |
getDetails() |
String |
getInstanceName() |
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.
|
static final long serialVersionUID
static final String INSTANCE_HEADER
static final String DEFAULT_INSTANCE_NAME
Object getDetails()
void setDetails(Object details)
void setInstanceName(String instanceName)
instanceName
- String getInstanceName()
Copyright © 2015. All rights reserved.