Package gld.infra

Examples of gld.infra.LessSimpleInfra


  /** Set temp debug infra */
  protected void setInfra(int nr)
  {  Infrastructure infra;
    switch (nr)
    {  case 1 : infra=new SimpleInfra(); break;
      case 2 : infra=new LessSimpleInfra(); break;
      case 3 : infra=new NetTunnelTest1(); break;
      case 4 : infra=new NetTunnelTest2(); break;
      default: infra=new Infrastructure(); break;
    }
    try
View Full Code Here

TOP

Related Classes of gld.infra.LessSimpleInfra

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.