Config no longer implements Identifiable because this was in violation of the contrac...
[xmlrouter] / impl / src / main / java / org / wamblee / xmlrouter / impl / ExtendedRouterConfig.java
index 94b7128e04a0a41273089c6559684c3e2d7a7ade..8cda134b694e0159bbead6e73823725e973754eb 100644 (file)
@@ -15,7 +15,6 @@
  */
 package org.wamblee.xmlrouter.impl;
 
-import org.wamblee.xmlrouter.config.RouterConfig;
 
 /**
  * Extended interface for the router configuration used internally.
@@ -29,16 +28,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();
 }