Documentation of 'jas2.swingstudio.JASJob' Java class
JASJob
jas2.swingstudio

Class JASJob

  • All Implemented Interfaces:
    StoppableExecution, TreeObjectSource, java.awt.event.ActionListener, java.io.Serializable, java.util.EventListener, javax.swing.event.TreeSelectionListener


    public final class JASJob
    extends java.lang.Object
    implements java.io.Serializable, javax.swing.event.TreeSelectionListener, StoppableExecution, TreeObjectSource, java.awt.event.ActionListener
    JASJob is that part of the "Job" which is always in the client, regardless of whether the job is local or remote. The getJob() method will return the real job, which may be an instance of LocalJob or JasJobAdaptor (for remote jobs).
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      JASJob(java.lang.String name) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void actionPerformed(java.awt.event.ActionEvent e)
      The event source combo box has been changed
      java.lang.Object getItem(TreeItem item) 
      boolean isChanged() 
      boolean isRunning() 
      void loadClass(java.lang.String name)
      Loads a class into the Job (either local or remote)
      void setJob(Job job) 
      void stop() 
      void valueChanged(javax.swing.event.TreeSelectionEvent e) 
      • Methods inherited from class java.lang.Object

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

      • JASJob

        public JASJob(java.lang.String name)
    • Method Detail

      • setJob

        public void setJob(Job job)
      • isChanged

        public boolean isChanged()
      • actionPerformed

        public void actionPerformed(java.awt.event.ActionEvent e)
        The event source combo box has been changed
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener
      • valueChanged

        public void valueChanged(javax.swing.event.TreeSelectionEvent e)
        Specified by:
        valueChanged in interface javax.swing.event.TreeSelectionListener
      • loadClass

        public void loadClass(java.lang.String name)
        Loads a class into the Job (either local or remote)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.