Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard
 
b09f345318baa9ca734e11c87f52f8522d7cc1fb
1
2
3
4
5
6
7
8
9
10
11
12
13
package configuration;

public class ___IntNames {
	private static String serverPath = "rmi://localhost:9999//";
	public static String AdminManager = serverPath+"AdM";
	public static String BookingManager = serverPath+"BoM";
	public static String HouseManager = serverPath+"HoM";
	public static String LoginManager = serverPath+"LoM";
	public static String OfferManager = serverPath+"OfM";
	public static String OwnerManager = serverPath+"OwM";
	public static String AccountManager = serverPath+"AcM";
	
}

Commits for RRRRHHHH_CoderuralHouses/src/configuration/___IntNames.java

Diff revisions: vs.
Revision Author Commited Message
d30bcc ... pinene picture pinene Wed 20 May, 2015 16:32:33 +0000

cleaning