Package com.alibaba.wasp

Examples of com.alibaba.wasp.GlobalEntityGroupInfo


  final GlobalEntityGroupInfo entityGroupInfo;

  public GlobalEntityGroup(FServerServices service) {
    this.services = service;
    this.configuration = service.getConfiguration();
    this.entityGroupInfo = new GlobalEntityGroupInfo();
  }
View Full Code Here

TOP

Related Classes of com.alibaba.wasp.GlobalEntityGroupInfo

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.