Package org.springmodules.javaspaces.gigaspaces.remote

Examples of org.springmodules.javaspaces.gigaspaces.remote.GigaSpacesMethodResultEntry


   * Create the specific method result entry
   * @param call the call entry method
   * @return the method result entry.
   */
  protected MethodResultEntry createMethodResultEntry(AbstractMethodCallEntry call){
    return new GigaSpacesMethodResultEntry((Method) null, call.uid, null);
  }
View Full Code Here

TOP

Related Classes of org.springmodules.javaspaces.gigaspaces.remote.GigaSpacesMethodResultEntry

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.