|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProxyImplMBean
Method Summary | |
---|---|
void |
delete()
Deletes this proxy. |
java.lang.String |
getDMQId()
Returns the default DMQ for subscription of this user. |
java.lang.String |
getName()
Returns the name of this queue, or its id if not set. |
int |
getNbMaxMsg()
Returns the default maximum number of message for the subscription of this user. |
long |
getNbMsgsSentToDMQSinceCreation()
Returns the number of erroneous messages forwarded to the DMQ since creation time of this proxy.. |
long |
getPeriod()
Returns the period value of this queue, -1 if not set. |
java.lang.String[] |
getSubscriptionNames()
Returns the list of subscriptions for this user. |
int |
getThreshold()
Returns the default threshold for the subscription of this user. 0 stands for no threshold, -1 for value not set. |
void |
setNbMaxMsg(int nbMaxMsg)
Sets the maximum number of message for the subscription of this user. |
void |
setPeriod(long period)
Sets or unsets the period for this queue. |
void |
setThreshold(int threshold)
Sets the default threshold for the subscription of this user. 0 stands for no threshold, -1 for value not set. |
java.lang.String |
toString()
Returns a string representation of this user's proxy. |
Method Detail |
---|
java.lang.String getName()
long getPeriod()
void setPeriod(long period)
period
- The period value to be set or -1 for unsetting previous
value.java.lang.String[] getSubscriptionNames()
java.lang.String toString()
toString
in class java.lang.Object
long getNbMsgsSentToDMQSinceCreation()
java.lang.String getDMQId()
int getThreshold()
void setThreshold(int threshold)
threshold
- the threshold to set.int getNbMaxMsg()
void setNbMaxMsg(int nbMaxMsg)
nbMaxMsg
- the maximum number of message (-1 set no limit).void delete()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |