com.jamonapi
Interface MonKeyItem

All Known Subinterfaces:
MonKey
All Known Implementing Classes:
Log4jMonKey, MonKeyBase, MonKeyImp, MonKeyItemBase

public interface MonKeyItem

Used for MonKey to allow jamon to have the generalized form of the key for aggregation, and the more specific form for writing out details say to a buffer. 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.

Author:
steve souza

Method Summary
 java.lang.Object getDetails()
           
 void setDetails(java.lang.Object details)
           
 

Method Detail

getDetails

java.lang.Object getDetails()

setDetails

void setDetails(java.lang.Object details)