show the store location for a DB toString

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1157118 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2011-08-12 14:20:51 +00:00
parent 0e7d5a9523
commit 9026274532
1 changed files with 5 additions and 0 deletions

View File

@ -100,6 +100,11 @@ public class KahaDBStore extends MessageDatabase implements PersistenceAdapter {
this.transactionStore = new KahaDBTransactionStore(this);
}
@Override
public String toString() {
return "KahaDB:[" + directory.getAbsolutePath() + "]";
}
public void setBrokerName(String brokerName) {
}