jas.jds.interfaces
Class RemoteJobInfo

java.lang.Object
  |
  +--jas.jds.interfaces.RemoteJobInfo
All Implemented Interfaces:
java.io.Serializable

public class RemoteJobInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 boolean m_atEndOfData
           
 boolean m_atStartOfData
           
 int m_eventsAnalyzed
           
 int m_eventsTotal
           
 java.lang.String m_name
           
 boolean m_persistent
           
 boolean m_readOnly
           
 boolean m_runnable
           
 boolean m_running
           
 
Constructor Summary
RemoteJobInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_name

public java.lang.String m_name

m_runnable

public boolean m_runnable

m_running

public boolean m_running

m_atEndOfData

public boolean m_atEndOfData

m_atStartOfData

public boolean m_atStartOfData

m_persistent

public boolean m_persistent

m_readOnly

public boolean m_readOnly

m_eventsAnalyzed

public int m_eventsAnalyzed

m_eventsTotal

public int m_eventsTotal
Constructor Detail

RemoteJobInfo

public RemoteJobInfo()