|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.jms.server.endpoint.advised.AdvisedSupport
org.jboss.jms.server.endpoint.advised.ConsumerAdvised
The server-side advised instance corresponding to a Consumer. It is bound to the AOP Dispatcher's map.
Field Summary | |
protected ConsumerEndpoint |
endpoint
|
Constructor Summary | |
ConsumerAdvised(ConsumerEndpoint endpoint)
|
Method Summary | |
void |
cancelInflightMessages(long lastDeliveryId)
Cancels any deliveries with a delivery id > lastDeliveryId - these are inflight |
void |
changeRate(float newRate)
Sent to the server to specify a new maximum rate at which to send messages at |
void |
close()
Close the instance |
void |
closing()
Tell the instance to prepare to close |
boolean |
equals(java.lang.Object obj)
|
java.lang.Object |
getEndpoint()
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected ConsumerEndpoint endpoint
Constructor Detail |
public ConsumerAdvised(ConsumerEndpoint endpoint)
Method Detail |
public void close() throws JMSException
Closeable
close
in interface Closeable
JMSException
public void closing() throws JMSException
Closeable
closing
in interface Closeable
JMSException
public void changeRate(float newRate) throws JMSException
ConsumerEndpoint
changeRate
in interface ConsumerEndpoint
JMSException
public void cancelInflightMessages(long lastDeliveryId) throws JMSException
ConsumerEndpoint
cancelInflightMessages
in interface ConsumerEndpoint
lastDeliveryId
-
JMSException
public java.lang.Object getEndpoint()
getEndpoint
in class AdvisedSupport
public boolean equals(java.lang.Object obj)
public int hashCode()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |