Package org.dancres.blitz.remote

Examples of org.dancres.blitz.remote.NullJavaSpace


  /**
   * @see org.springmodules.javaspaces.AbstractJavaSpaceFactoryBean#createSpace()
   */
  protected JavaSpace createSpace() throws Exception {
    return new NullJavaSpace();
  }
View Full Code Here

TOP

Related Classes of org.dancres.blitz.remote.NullJavaSpace

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.