|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.core.SystemRemoteObjectMatcher
com.ibm.etools.iseries.core.ISeriesRemoteJobMatcher
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 com.ibm.etools.systems.core.ui.view.ISystemRemoteElement
Field Summary | |
---|---|
static String |
category
|
static String |
copyright
|
static String |
factoryId
|
static ISeriesRemoteJobMatcher |
inst
|
static ISeriesRemoteJobMatcher |
instActive
|
static ISeriesRemoteJobMatcher |
instJobq
|
static ISeriesRemoteJobMatcher |
instOutq
|
static String |
subtypeActive
|
static String |
subtypeJobq
|
static String |
subtypeOutq
|
Fields inherited from class com.ibm.etools.systems.core.SystemRemoteObjectMatcher |
---|
STAR_SYMBOL, STAR_SYMBOL_LEN, STAR_SYMBOL2 |
Constructor Summary | |
---|---|
ISeriesRemoteJobMatcher(String nameFilter,
String status)
Constructor. |
Method Summary | |
---|---|
static ISeriesRemoteJobMatcher |
getActiveJobTypeMatcher()
Return an instance that will match on any active job |
static ISeriesRemoteJobMatcher |
getJobQJobTypeMatcher()
Return an instance that will match on any jobq job |
static ISeriesRemoteJobMatcher |
getJobTypeMatcher()
Return an instance that will match on any job of any status |
static ISeriesRemoteJobMatcher |
getOutQJobTypeMatcher()
Return an instance that will match on any outq job |
Methods inherited from class com.ibm.etools.systems.core.SystemRemoteObjectMatcher |
---|
appliesTo, endsWithAsterisk, getCategoryFilter, getNameFilter, getSubSubTypeFilter, getSubSystemFactoryCategoryFilter, getSubSystemFactoryId, getSubTypeFilter, getSystemTypesFilter, getTypeFilter, resolveSymbols, startsWithAsterisk, stripLeadingAsterisk, stripTrailingAsterisk |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
public static ISeriesRemoteJobMatcher inst
public static ISeriesRemoteJobMatcher instActive
public static ISeriesRemoteJobMatcher instJobq
public static ISeriesRemoteJobMatcher instOutq
public static final String factoryId
public static final String category
public static final String subtypeOutq
public static final String subtypeJobq
public static final String subtypeActive
Constructor Detail |
public ISeriesRemoteJobMatcher(String nameFilter, String status)
* 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.
*
* @param a generic name to match on or * for all. * @param status One of "*OUTQ" or "*JOBQ" or "*ACTIVE" or null to match on all
Method Detail |
public static ISeriesRemoteJobMatcher getJobTypeMatcher()
public static ISeriesRemoteJobMatcher getActiveJobTypeMatcher()
public static ISeriesRemoteJobMatcher getJobQJobTypeMatcher()
public static ISeriesRemoteJobMatcher getOutQJobTypeMatcher()
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |