Class EmuBlastee3

java.lang.Object
org.jlab.coda.emu.test.blast.EmuBlastee3

public class EmuBlastee3 extends Object
Created by timmer on 4/10/17.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    Run as a stand-alone application.
    void
    run()
    Method to allow connections from EmuBlasters and read their data.
    void
    Stop all communication with Emu domain clients.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EmuBlastee3

      public EmuBlastee3(String[] args)
      Constructor.
      Parameters:
      args - program args
  • Method Details

    • main

      public static void main(String[] args)
      Run as a stand-alone application.
      Parameters:
      args - args
    • stopServer

      public void stopServer()
      Stop all communication with Emu domain clients.
    • run

      public void run()
      Method to allow connections from EmuBlasters and read their data.