diff --git a/joram/a3/rt/src/main/java/fr/dyade/aaa/util/DBTransactionMBean.java b/joram/a3/rt/src/main/java/fr/dyade/aaa/util/DBTransactionMBean.java index e447140d20556e2c804c0ef6af26f9ecb5ea841c..18bb81a4fc531216e9c26b7c3e5e47f7cc9b78bb 100644 --- a/joram/a3/rt/src/main/java/fr/dyade/aaa/util/DBTransactionMBean.java +++ b/joram/a3/rt/src/main/java/fr/dyade/aaa/util/DBTransactionMBean.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 - 2019 ScalAgent Distributed Technologies + * Copyright (C) 2006 - 2020 ScalAgent Distributed Technologies * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -88,4 +88,11 @@ public interface DBTransactionMBean extends TransactionMBean { String getObject(String dirname, String name); String getObjectList(String prefix); + + /** + * Returns the configuration properties of the component. + * + * @return the configuration properties of the component. + */ + String dumpProperties(); }