1 package org.sapia.regis; 2 3 import java.rmi.RemoteException ; 4 import java.util.Properties ; 5 6 7 public interface Configurable{ 8 9 19 public void load(Path nodePath, 20 String username, 21 String password, 22 String xmlConf, 23 Properties props) throws RemoteException , Exception ; 24 25 30 public void syncLoad(Path nodePath, String username, String password, String xmlConf, Properties props) throws RemoteException , Exception ; 31 32 } 33 | Popular Tags |