Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui
Class QSYSRemoteJobMatcher

java.lang.Object
  extended by SystemRemoteObjectMatcher
      extended by com.ibm.etools.iseries.rse.ui.QSYSRemoteJobMatcher

public class QSYSRemoteJobMatcher
extends SystemRemoteObjectMatcher

This class encapsulates all the criteria required to identify a match on a remote iSeries system job object.

Use the static method getJobTypeMatcher() to get an default instance that matches on any job of any status.

Use the static method getActiveJobTypeMatcher() to get an default instance that matches on any active job.

Use the static method getJobQJobTypeMatcher() to get an default instance that matches on any jobq job.

Use the static method getOutQJobTypeMatcher() to get an default instance that matches on any outq job.

You only need to instantiate this class if you want to match on an object of a particular name or type or attribute.

See Also:
com.ibm.etools.systems.core.ui.view.ISystemRemoteElement

Field Summary
static String category
           
static String copyright
           
static QSYSRemoteJobMatcher inst
           
static QSYSRemoteJobMatcher instActive
           
static QSYSRemoteJobMatcher instJobq
           
static QSYSRemoteJobMatcher instOutq
           
static String subtypeActive
           
static String subtypeJobq
           
static String subtypeOutq
           
 
Constructor Summary
QSYSRemoteJobMatcher(String nameFilter, String status)
          Constructor.
 
Method Summary
static QSYSRemoteJobMatcher getActiveJobTypeMatcher()
          Return an instance that will match on any active job
static QSYSRemoteJobMatcher getJobQJobTypeMatcher()
          Return an instance that will match on any jobq job
static QSYSRemoteJobMatcher getJobTypeMatcher()
          Return an instance that will match on any job of any status
static QSYSRemoteJobMatcher getOutQJobTypeMatcher()
          Return an instance that will match on any outq job
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values

inst

public static QSYSRemoteJobMatcher inst

instActive

public static QSYSRemoteJobMatcher instActive

instJobq

public static QSYSRemoteJobMatcher instJobq

instOutq

public static QSYSRemoteJobMatcher instOutq

category

public static final String category
See Also:
Constant Field Values

subtypeOutq

public static final String subtypeOutq
See Also:
Constant Field Values

subtypeJobq

public static final String subtypeJobq
See Also:
Constant Field Values

subtypeActive

public static final String subtypeActive
See Also:
Constant Field Values
Constructor Detail

QSYSRemoteJobMatcher

public QSYSRemoteJobMatcher(String nameFilter,
                            String status)
Constructor. You only need to instantiate yourself if you want to match on a job of a particular name or particular status ("*OUTQ", "*JOBQ" or "*ACTIVE).

Use the static method getJobTypeMatcher() to get an default instance that matches on any job of any status.

Use the static method getActiveJobTypeMatcher() to get an default instance that matches on any active job.

Use the static method getJobQJobTypeMatcher() to get an default instance that matches on any jobq job.

Use the static method getOutQJobTypeMatcher() to get an default instance that matches on any outq job.

Parameters:
a - generic name to match on or * for all.
status - One of "*OUTQ" or "*JOBQ" or "*ACTIVE" or null to match on all
Method Detail

getJobTypeMatcher

public static QSYSRemoteJobMatcher getJobTypeMatcher()
Return an instance that will match on any job of any status


getActiveJobTypeMatcher

public static QSYSRemoteJobMatcher getActiveJobTypeMatcher()
Return an instance that will match on any active job


getJobQJobTypeMatcher

public static QSYSRemoteJobMatcher getJobQJobTypeMatcher()
Return an instance that will match on any jobq job


getOutQJobTypeMatcher

public static QSYSRemoteJobMatcher getOutQJobTypeMatcher()
Return an instance that will match on any outq job


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.