Public Member Functions | |
| ServerConfigHelper (boolean autoCommit) | |
| boolean | addDomain (String domainName, String network, int routerId, int port) throws Exception |
| boolean | removeDomain (String domainName) throws Exception |
| void | addServer (int sid, String hostName, String domainName, int port, String name) throws Exception |
| void | removeServer (int sid) throws Exception |
| void | addService (int sid, String className, String args) throws Exception |
| void | removeService (int sid, String className) throws Exception |
| void | commit () throws Exception |
Definition at line 39 of file ServerConfigHelper.java.
1.5.0