org.codehaus.activemq.message
Class CapacityInfo
java.lang.Object
org.codehaus.activemq.message.AbstractPacket
org.codehaus.activemq.message.CapacityInfo
- All Implemented Interfaces:
- Packet
- public class CapacityInfo
- extends AbstractPacket
Infomation about the Capacity for more messages for a Connection/Broker
- Version:
- $Revision: 1.2 $
Fields inherited from interface org.codehaus.activemq.message.Packet |
ACTIVEMQ_BROKER_INFO, ACTIVEMQ_BYTES_MESSAGE, ACTIVEMQ_CONNECTION_INFO, ACTIVEMQ_MAP_MESSAGE, ACTIVEMQ_MESSAGE, ACTIVEMQ_MSG_ACK, ACTIVEMQ_OBJECT_MESSAGE, ACTIVEMQ_STREAM_MESSAGE, ACTIVEMQ_TEXT_MESSAGE, CAPACITY_INFO, CAPACITY_INFO_REQUEST, CONSUMER_INFO, DURABLE_UNSUBSCRIBE, INT_RESPONSE_RECEIPT_INFO, PRODUCER_INFO, RECEIPT_INFO, RESPONSE_RECEIPT_INFO, SESSION_INFO, TRANSACTION_INFO, XA_TRANSACTION_INFO |
Methods inherited from class org.codehaus.activemq.message.AbstractPacket |
decrementMemoryReferenceCount, equals, equals, getId, getMemoryUsage, getMemoryUsageReferenceCount, getPacketTypeAsString, hashCode, incrementMemoryReferenceCount, isJMSMessage, isReceipt, isReceiptRequired, setId, setMemoryUsage, setReceiptRequired |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CapacityInfo
public CapacityInfo()
getPacketType
public int getPacketType()
- Description copied from interface:
Packet
- Return the type of Packet
- Returns:
- the PacketType
getCapacity
public int getCapacity()
- Returns:
- Returns the capacity.
setCapacity
public void setCapacity(int capacity)
- Parameters:
capacity
- The capacity to set.
getResourceName
public java.lang.String getResourceName()
- Returns:
- Returns the resourceName.
setResourceName
public void setResourceName(java.lang.String resourceName)
- Parameters:
resourceName
- The resourceName to set.
getCorrelationId
public java.lang.String getCorrelationId()
- Returns:
- Returns the correlationId.
setCorrelationId
public void setCorrelationId(java.lang.String correlationId)
- Parameters:
correlationId
- The correlationId to set.
getFlowControlTimeout
public long getFlowControlTimeout()
- Returns:
- Returns the flowControlTimeout (ms)
setFlowControlTimeout
public void setFlowControlTimeout(long flowControlTimeout)
- Parameters:
flowControlTimeout
- The flowControlTimeout to set(ms).
toString
public java.lang.String toString()
- Overrides:
toString
in class AbstractPacket
- Returns:
- a pretty print
Copyright © 2004 Protique, Ltd.. All Rights Reserved.