Skip to content
Snippets Groups Projects
NameSpace.java 244 B
Newer Older
package ufrn.imd.nameSpace;

public class NameSpace {
    public static final Integer PORT_DEPOSIT_SERVICE = 1907;
    public static final String HOST_DEPOSIT_SERVICE = String.format("rmi://127.0.0.1:%d/%s", PORT_DEPOSIT_SERVICE, "deposit");
}