Package gr.ntua.irmos.stubs.MapService_instance

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


  public synchronized SubtractResponse subtract(int a) throws RemoteException {
    value -= a;
    lastOp = "SUBTRACTION";

    return new SubtractResponse();
  }
View Full Code Here

TOP

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

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.