|
Joram 4.3.34 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserMBean
Method Summary | |
---|---|
void |
clearSubscription(java.lang.String subName)
|
void |
delete()
Removes this user. |
void |
deleteMessage(java.lang.String subName,
java.lang.String msgId)
|
DeadMQueue |
getDMQ()
Returns the dead message queue for this user, null if not set. |
java.lang.String[] |
getMessageIds(java.lang.String subName)
|
java.lang.String |
getName()
Returns the user name. |
int |
getNbMaxMsg(java.lang.String subName)
|
java.lang.String |
getProxyId()
Returns the identifier of the user's proxy. |
Subscription |
getSubscription(java.lang.String subName)
|
java.util.List |
getSubscriptionList()
Returns the subscriptions owned by a user. |
Subscription[] |
getSubscriptions()
|
java.lang.String |
getSubscriptionString(java.lang.String subName)
Returns a subscription. |
int |
getThreshold()
Returns the threshold for this user, -1 if not set. |
Message |
readMessage(java.lang.String subName,
java.lang.String msgId)
|
void |
setDMQ(DeadMQueue dmq)
Admin method setting a given dead message queue for this user. |
void |
setNbMaxMsg(java.lang.String subName,
int nbMaxMsg)
|
void |
setThreshold(int thresh)
Admin method setting a given value as the threshold for this user. |
java.lang.String |
toString()
Returns a string view of this User instance. |
Method Detail |
---|
java.lang.String toString()
User
instance.
toString
in class java.lang.Object
java.lang.String getName()
void delete() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
void setDMQ(DeadMQueue dmq) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
void setThreshold(int thresh) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
void setNbMaxMsg(java.lang.String subName, int nbMaxMsg) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
int getNbMaxMsg(java.lang.String subName) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
DeadMQueue getDMQ() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
int getThreshold() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
java.util.List getSubscriptionList() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
Subscription[] getSubscriptions() throws AdminException, java.net.ConnectException
AdminException
java.net.ConnectException
java.lang.String getSubscriptionString(java.lang.String subName) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
Subscription getSubscription(java.lang.String subName) throws AdminException, java.net.ConnectException
AdminException
java.net.ConnectException
java.lang.String[] getMessageIds(java.lang.String subName) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
Message readMessage(java.lang.String subName, java.lang.String msgId) throws AdminException, java.net.ConnectException, javax.jms.JMSException
AdminException
java.net.ConnectException
javax.jms.JMSException
void deleteMessage(java.lang.String subName, java.lang.String msgId) throws AdminException, java.net.ConnectException
AdminException
java.net.ConnectException
void clearSubscription(java.lang.String subName) throws AdminException, java.net.ConnectException
AdminException
java.net.ConnectException
java.lang.String getProxyId()
|
Joram 4.3.34 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |