LMS

Welcome to the Lobeo Module Server project. Please feel free to submit bugs related to it.
Tasklist

FS#613 - [Gordon] An unreachable lob can be called by remote service via its proxy

Attached to Project: LMS
Opened by Ferdinand (PaGaisu) - Wednesday, 13 March 2013, 11:01 GMT
Last edited by Ferdinand (PaGaisu) - Monday, 25 March 2013, 15:25 GMT
Task Type Feature Request
Category
Status Closed
Assigned To Ferdinand (PaGaisu)
Operating System All
Severity Low
Priority Normal
Reported Version alpha6
Due in Version alpha7
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

An unreachable lob can be called by remote service via its proxy
This task depends upon

Closed by  Ferdinand (PaGaisu)
Monday, 25 March 2013, 15:25 GMT
Reason for closing:  Implemented
Comment by Ferdinand (PaGaisu) - Monday, 25 March 2013, 15:25 GMT
RemoteServiceFactory<LMSCoreService> factory = new RemoteServiceFactory(context,"<lobOwner>","<lobName>",LMSCoreService.class, "<username>","<password>");
LMSCoreService coreService = factory.getService();
System.out.println("Result:"+coreService.getOwner());

Loading...