|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.bnl.star.offline.scheduler.Dispatchers.QueueDiscriptorBase
public class QueueDiscriptorBase
Deprecated
Constructor Summary | |
---|---|
QueueDiscriptorBase()
|
Method Summary | |
---|---|
java.lang.String |
getGateKeeperMustMatch()
Returns a regular expression that must match the gate keeper in order or this QueueDiscriptor object to be used. |
java.lang.String |
getGateKeeperMustNotMatch()
Returns a regular expression that must -not- match the gate keeper in order or this QueueDiscriptor object to be used. |
java.lang.String |
getLogicalQueueName()
The logical human readable name of the queue. |
void |
setGateKeeperMustMatch(java.lang.String regX)
If this is set the gatekeeper name must match this expression in order for this QueueDiscriptor object to be used. |
void |
setGateKeeperMustNotMatch(java.lang.String regX)
If this is set the gatekeeper must not match the regular expression in order fo this QueueDiscriptor object to be used. |
void |
setLogicalQueueName(java.lang.String logicalQueueName)
The logical human readable name of the queue. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueueDiscriptorBase()
Method Detail |
---|
public void setGateKeeperMustMatch(java.lang.String regX)
public java.lang.String getGateKeeperMustMatch()
public void setGateKeeperMustNotMatch(java.lang.String regX)
public java.lang.String getGateKeeperMustNotMatch()
public java.lang.String getLogicalQueueName()
public void setLogicalQueueName(java.lang.String logicalQueueName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |