Subversion Repositories SmartDukaan

Rev

Rev 193 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 193 Rev 411
Line 29... Line 29...
29
		client = new Client(protocol);
29
		client = new Client(protocol);
30
		
30
		
31
	}
31
	}
32
	
32
	
33
	public TransactionServiceClient()throws Exception{
33
	public TransactionServiceClient()throws Exception{
34
		this(TransactionServiceClient.class.getSimpleName(), ConfigClientKeys.transaction_service_hostname.toString(), ConfigClientKeys.transaction_service_port.toString());
34
		this(TransactionServiceClient.class.getSimpleName(), ConfigClientKeys.transaction_service_server_host.toString(), ConfigClientKeys.transaction_service_server_port.toString());
35
		if(transport.isOpen()){
35
		if(transport.isOpen()){
36
			Logger.log("Transport was already open", this);
36
			Logger.log("Transport was already open", this);
37
		}
37
		}
38
		try {
38
		try {
39
			transport.open();
39
			transport.open();