|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.rgma.ProducerType
public class ProducerType
Attributes of a Producer.
Constructor Summary | |
---|---|
ProducerType(boolean history,
boolean latest,
boolean continuous,
boolean isStatic,
boolean republisher)
Creates a new ProducerType instance. |
|
ProducerType(boolean history,
boolean latest,
boolean continuous,
boolean isStatic,
boolean republisher,
boolean ignoreSlowConsumers)
Deprecated. |
|
ProducerType(ProducerType producerType)
Creates a new ProducerType instance from an existing ProducerType. |
Method Summary | |
---|---|
boolean |
ignoreSlowConsumers()
Deprecated. |
boolean |
isContinuous()
Does the producer support continuous queries? |
boolean |
isHistory()
Does the producer support history queries? |
boolean |
isLatest()
Does the producer support latest queries? |
boolean |
isRepublisher()
Deprecated. |
boolean |
isSecondaryProducer()
Is the producer a secondary producer? |
boolean |
isStatic()
Does the producer support static queries? |
void |
setRepublisher(boolean secondaryProducer)
Deprecated. |
void |
setSecondaryProducer(boolean secondaryProducer)
Sets the republisher flag. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProducerType(ProducerType producerType)
producerType
- ProducerType object to copy.public ProducerType(boolean history, boolean latest, boolean continuous, boolean isStatic, boolean republisher)
history
- Support HISTORY queries.latest
- Support LATEST queries.continuous
- Support CONTINUOUS queries.isStatic
- Support STATIC queries.republisher
- Is part of a republisher.public ProducerType(boolean history, boolean latest, boolean continuous, boolean isStatic, boolean republisher, boolean ignoreSlowConsumers)
history
- Support HISTORY queries.latest
- Support LATEST queries.continuous
- Support CONTINUOUS queries.isStatic
- Support STATIC queries.republisher
- Is part of a republisher.ignoreSlowConsumers
- DOCUMENT ME!ProducerType(boolean, boolean, boolean, boolean, boolean)
Method Detail |
---|
public boolean isSecondaryProducer()
public boolean isRepublisher()
isSecondaryProducer()
public boolean isContinuous()
public boolean isStatic()
public boolean isHistory()
public boolean isLatest()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean ignoreSlowConsumers()
public void setRepublisher(boolean secondaryProducer)
secondaryProducer
- Is the producer a secondary producer?setSecondaryProducer(boolean)
public void setSecondaryProducer(boolean secondaryProducer)
secondaryProducer
- Is the producer part of a republisher?
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |