Package org.jboss.aspects.remoting.test.common

Examples of org.jboss.aspects.remoting.test.common.Fork


    * @throws java.lang.Exception
    */
   @BeforeClass
   public static void setUpBeforeClass() throws Exception
   {
      fork = new Fork(StandaloneBootstrap.class);
      // TODO: how do I know the server has started?
      Thread.sleep(5000);
   }
View Full Code Here

TOP

Related Classes of org.jboss.aspects.remoting.test.common.Fork

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.