Skip to content
Snippets Groups Projects
Commit fd62886a authored by Fernando Ferreira de Lima Filho's avatar Fernando Ferreira de Lima Filho
Browse files

Balance serivce

parent 52bb9752
No related branches found
No related tags found
No related merge requests found
package ufrn.imd.message;
package ufrn.imd.domain;
import ufrn.imd.domain.Account;
......
package ufrn.imd.controller.impl;public class BalanceControllerImpl {
}
package ufrn.imd.service.impl;public class BalanceService {
}
package ufrn.imd.log;
package ufrn.imd.utils.log;
public class Log {
......
package ufrn.imd.nameSpace;
package ufrn.imd.utils.nameSpace;
public class NameSpace {
public final static Integer PORT_DEPOSIT_SERVICE = 1907;
public final static String HOST_DEPOSIT_SERVICE = String.format("rmi://127.0.0.1:%d/%s", PORT_DEPOSIT_SERVICE, "deposit");
public final static String HOST_DEPOSIT_SERVICE =
String.format("rmi://127.0.0.1:%d/%s", PORT_DEPOSIT_SERVICE, "deposit");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment