Package gr.ntua.irmos.stubs.MapService_instance

Examples of gr.ntua.irmos.stubs.MapService_instance.AddResponse


//helper methods from Globus example for managing resources (indirect indication of how many estimations are made)
  public synchronized AddResponse add(int a) throws RemoteException {
    value += a;
    lastOp = "ADDITION";
    return new AddResponse();
  }
View Full Code Here

TOP

Related Classes of gr.ntua.irmos.stubs.MapService_instance.AddResponse

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.