java.lang.Object
java.lang.Thread
org.scictrl.csshell.epics.server.application.cycling.RampingThread
All Implemented Interfaces:
Runnable

public class RampingThread extends Thread
Thread performing ramping procedure.
  • Field Details

  • Constructor Details

  • Method Details

    • start

      public void start(PropertyChangeListener l)

      start.

      Parameters:
      l - a PropertyChangeListener object
    • run

      public void run()
      This method was created in VisualAge.
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread
    • getMessage

      public String getMessage()

      Getter for the field message.

      Returns:
      a String object
    • isCycling

      public boolean isCycling()

      isCycling.

      Returns:
      a boolean
    • getProgress

      public double getProgress()

      Getter for the field progress.

      Returns:
      a double
    • setCurrent

      public void setCurrent(double c) throws RemoteException
      Insert the method's description here. Creation date: (05.05.02 19:27:06)
      Parameters:
      c - double
      Throws:
      RemoteException - if any.
    • sleeping

      public void sleeping(long mili)
      Insert the method's description here. Creation date: (05.05.02 19:22:24)
      Parameters:
      mili - int
    • isAborted

      public boolean isAborted()

      isAborted.

      Returns:
      a boolean
    • isError

      public boolean isError()

      isError.

      Returns:
      a boolean
    • abort

      public void abort()

      abort.

    • release

      public void release()

      release.