public interface AcquisitionMBean
Modifier and Type | Method and Description |
---|---|
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.
|
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.String getAcquisitionClassName()
long getAcquisitionPeriod()
Copyright © 2016 ScalAgent D.T.. All Rights Reserved.