HistoryKey key = new HistoryKey(pMBean,pAttribute,pPath,pTarget);
historyStore.configure(key,pMaxEntries);
}
public void setHistoryEntriesForOperation(String pMBean, String pOperation, String pTarget, int pMaxEntries) throws MalformedObjectNameException {
HistoryKey key = new HistoryKey(pMBean,pOperation,pTarget);
historyStore.configure(key,pMaxEntries);
}