Package anvil.brain

Examples of anvil.brain.Brain


  /// @param poolName Database pool to use
  /// @param cacheSize Cache size
  public static final Object[] newInstance = new Object[] { "context", "poolname", "cacheSize" };
  public static final Any newInstance(Context context, String poolname, int cachesize)
  {
    Brain brain = new Brain(context.address().getZone(), poolname, cachesize);
    return new AnyBrain(brain);
  }
View Full Code Here

TOP

Related Classes of anvil.brain.Brain

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.