Package org.jboss.test.remoting.lease

Examples of org.jboss.test.remoting.lease.LeaseTestServer


      org.apache.log4j.BasicConfigurator.configure();
      org.apache.log4j.Category.getRoot().setLevel(Level.INFO);
      org.apache.log4j.Category.getInstance("org.jboss.remoting").setLevel(XLevel.INFO);
      org.apache.log4j.Category.getInstance("org.jgroups").setLevel(Level.FATAL);

      final LeaseTestServer server = new HTTPLeaseTestServer();
      try
      {
         server.setupServer();
         try
         {
            new Thread(new Runnable() {
               public void run()
               {
                  server.testForError();
               }
            }).start();
            Thread.currentThread().sleep(300000);
            server.isRunning = false;
         }
         catch(InterruptedException e)
         {
            e.printStackTrace();
         }
         server.tearDown();
      }
      catch(Exception e)
      {
         e.printStackTrace();
      }
View Full Code Here


      org.apache.log4j.BasicConfigurator.configure();
      org.apache.log4j.Category.getRoot().setLevel(Level.INFO);
      org.apache.log4j.Category.getInstance("org.jboss.remoting").setLevel(XLevel.INFO);
      org.apache.log4j.Category.getInstance("org.jgroups").setLevel(Level.FATAL);

      final LeaseTestServer server = new HTTPLeaseTestServer();
      try
      {
         server.setupServer();
         try
         {
            new Thread(new Runnable() {
               public void run()
               {
                  server.testForError();
               }
            }).start();
            Thread.currentThread().sleep(300000);
            server.isRunning = false;
         }
         catch(InterruptedException e)
         {
            e.printStackTrace();
         }
         server.tearDown();
      }
      catch(Exception e)
      {
         e.printStackTrace();
      }
View Full Code Here

      org.apache.log4j.Category.getRoot().setLevel(Level.INFO);
      //org.apache.log4j.Category.getInstance("org.jboss.remoting").setLevel(XLevel.TRACE);
      org.apache.log4j.Category.getInstance("org.jboss.remoting").setLevel(Level.DEBUG);
      org.apache.log4j.Category.getInstance("org.jgroups").setLevel(Level.FATAL);

      final LeaseTestServer server = new SocketLeaseTestServer();
      try
      {
         server.setupServer();
         try
         {
            new Thread(new Runnable()
            {
               public void run()
               {
                  server.testForError();
               }
            }).start();
            Thread.currentThread().sleep(60000);
            server.isRunning = false;
         }
         catch (InterruptedException e)
         {
            e.printStackTrace();
         }
         server.tearDown();
      }
      catch (Exception e)
      {
         e.printStackTrace();
      }
View Full Code Here

      org.apache.log4j.Category.getRoot().setLevel(Level.INFO);
      //org.apache.log4j.Category.getInstance("org.jboss.remoting").setLevel(XLevel.TRACE);
      org.apache.log4j.Category.getInstance("org.jboss.remoting").setLevel(Level.DEBUG);
      org.apache.log4j.Category.getInstance("org.jgroups").setLevel(Level.FATAL);

      final LeaseTestServer server = new SocketLeaseTestServer();
      try
      {
         server.setupServer();
         try
         {
            new Thread(new Runnable()
            {
               public void run()
               {
                  server.testForError();
               }
            }).start();
            Thread.currentThread().sleep(60000);
            server.isRunning = false;
         }
         catch (InterruptedException e)
         {
            e.printStackTrace();
         }
         server.tearDown();
      }
      catch (Exception e)
      {
         e.printStackTrace();
      }
View Full Code Here

      return transport;
   }

   public static void main(String[] args)
   {
      final LeaseTestServer server = new RMILeaseTestServer();
      try
      {
         server.setupServer();
         try
         {
            new Thread(new Runnable() {
               public void run()
               {
                  server.testForError();
               }
            }).start();
            Thread.currentThread().sleep(30000);
            server.isRunning = false;
         }
         catch(InterruptedException e)
         {
            e.printStackTrace();
         }
         server.tearDown();
      }
      catch(Exception e)
      {
         e.printStackTrace();
      }
View Full Code Here

      org.apache.log4j.BasicConfigurator.configure();
      org.apache.log4j.Category.getRoot().setLevel(Level.INFO);
      org.apache.log4j.Category.getInstance("org.jboss.remoting").setLevel(XLevel.TRACE);
      org.apache.log4j.Category.getInstance("org.jgroups").setLevel(Level.FATAL);

      final LeaseTestServer server = new SocketLeaseTestServer();
      try
      {
         server.setupServer();
         try
         {
            new Thread(new Runnable()
            {
               public void run()
               {
                  server.testForError();
               }
            }).start();
            Thread.currentThread().sleep(60000);
            server.isRunning = false;
         }
         catch (InterruptedException e)
         {
            e.printStackTrace();
         }
         server.tearDown();
      }
      catch (Exception e)
      {
         e.printStackTrace();
      }
View Full Code Here

      return transport;
   }

   public static void main(String[] args)
   {
      final LeaseTestServer server = new SocketLeaseTestServer();
      try
      {
         server.setupServer();
         try
         {
            new Thread(new Runnable() {
               public void run()
               {
                  server.testForError();
               }
            }).start();
            Thread.currentThread().sleep(30000);
            server.isRunning = false;
         }
         catch(InterruptedException e)
         {
            e.printStackTrace();
         }
         server.tearDown();
      }
      catch(Exception e)
      {
         e.printStackTrace();
      }
View Full Code Here

      org.apache.log4j.BasicConfigurator.configure();
      org.apache.log4j.Category.getRoot().setLevel(Level.INFO);
      org.apache.log4j.Category.getInstance("org.jboss.remoting").setLevel(XLevel.TRACE);
      org.apache.log4j.Category.getInstance("org.jgroups").setLevel(Level.FATAL);

      final LeaseTestServer server = new HTTPLeaseTestServer();
      try
      {
         server.setupServer();
         try
         {
            new Thread(new Runnable() {
               public void run()
               {
                  server.testForError();
               }
            }).start();
            Thread.currentThread().sleep(300000);
            server.isRunning = false;
         }
         catch(InterruptedException e)
         {
            e.printStackTrace();
         }
         server.tearDown();
      }
      catch(Exception e)
      {
         e.printStackTrace();
      }
View Full Code Here

      org.apache.log4j.BasicConfigurator.configure();
      org.apache.log4j.Category.getRoot().setLevel(Level.INFO);
      org.apache.log4j.Category.getInstance("org.jboss.remoting").setLevel(XLevel.TRACE);
      org.apache.log4j.Category.getInstance("org.jgroups").setLevel(Level.FATAL);

      final LeaseTestServer server = new HTTPLeaseTestServer();
      try
      {
         server.setupServer();
         try
         {
            new Thread(new Runnable() {
               public void run()
               {
                  server.testForError();
               }
            }).start();
            Thread.currentThread().sleep(300000);
            server.isRunning = false;
         }
         catch(InterruptedException e)
         {
            e.printStackTrace();
         }
         server.tearDown();
      }
      catch(Exception e)
      {
         e.printStackTrace();
      }
View Full Code Here

      return transport;
   }

   public static void main(String[] args)
   {
      final LeaseTestServer server = new MultiplexLeaseTestServer();
      try
      {
         server.setupServer();
         try
         {
            new Thread(new Runnable() {
               public void run()
               {
                  server.testForError();
               }
            }).start();
            Thread.currentThread().sleep(300000);
            server.isRunning = false;
         }
         catch(InterruptedException e)
         {
            e.printStackTrace();
         }
         server.tearDown();
      }
      catch(Exception e)
      {
         e.printStackTrace();
      }
View Full Code Here

TOP

Related Classes of org.jboss.test.remoting.lease.LeaseTestServer

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.