CompositeConfig tested.
[xmlrouter] / impl / src / main / java / org / wamblee / xmlrouter / impl / ExtendedRouterConfig.java
index 94b7128e04a0a41273089c6559684c3e2d7a7ade..f8b0f75d17e4b16c10cc91fcfdb16bb770dc33b2 100644 (file)
@@ -29,16 +29,4 @@ public interface ExtendedRouterConfig extends RouterConfig {
      * Locks the configuration object from further changes.
      */
     // void lock();
-
-    /**
-     * Checks whether or not the configuration has changed.
-     * 
-     * @return True iff dirty.
-     */
-    boolean isDirty();
-
-    /**
-     * Resets the router configuration dirty state.
-     */
-    void resetDirty();
 }