Class QueueMetricImpl
java.lang.Object
com.swiftmq.impl.queue.standard.cluster.v700.QueueMetricImpl
- All Implemented Interfaces:
QueueMetric
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
boolean
void
readContent
(DataInput in) void
setHasReceiver
(boolean b) void
setRedispatch
(boolean redispatch) void
setRouterName
(String routerName) toString()
void
writeContent
(DataOutput out)
-
Constructor Details
-
QueueMetricImpl
-
QueueMetricImpl
public QueueMetricImpl()
-
-
Method Details
-
getQueueName
- Specified by:
getQueueName
in interfaceQueueMetric
-
setHasReceiver
public void setHasReceiver(boolean b) - Specified by:
setHasReceiver
in interfaceQueueMetric
-
hasReceiver
public boolean hasReceiver()- Specified by:
hasReceiver
in interfaceQueueMetric
-
getRouterName
- Specified by:
getRouterName
in interfaceQueueMetric
-
setRouterName
- Specified by:
setRouterName
in interfaceQueueMetric
-
setRedispatch
public void setRedispatch(boolean redispatch) - Specified by:
setRedispatch
in interfaceQueueMetric
-
isRedispatch
public boolean isRedispatch()- Specified by:
isRedispatch
in interfaceQueueMetric
-
getDumpId
public int getDumpId() -
writeContent
- Throws:
IOException
-
readContent
- Throws:
IOException
-
toString
-