|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AcquisitionMBean
JMX interface for the acquisition monitoring.
Method Summary | |
---|---|
java.lang.String |
getAcquisitionClassName()
Returns the acquisition handler class name. |
long |
getAcquisitionPeriod()
Returns the acquisition period. |
long |
getExpiration()
Returns the expiration value for produced messages. |
int |
getPriority()
Returns the priority of produced messages. |
boolean |
isMessagePersistent()
Returns true if the messages produced are persistent. |
void |
setExpiration(long expiration)
Sets the expiration value for produced messages. |
void |
setMessagePersistent(boolean isPersistent)
Sets the DeliveryMode value for the produced messages. |
void |
setPriority(int priority)
Sets the priority of produced messages. |
Method Detail |
---|
boolean isMessagePersistent()
void setMessagePersistent(boolean isPersistent)
isPersistent
- if true the messages produced are persistent.int getPriority()
void setPriority(int priority)
priority
- the priority to set.long getExpiration()
void setExpiration(long expiration)
expiration
- the expiration to set.java.lang.String getAcquisitionClassName()
long getAcquisitionPeriod()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |