Inheritance diagram for org.objectweb.joram.client.jms.admin.UserMBean:

Public Member Functions | |
| String | toString () |
| String | getName () |
| void | delete () throws ConnectException, AdminException |
| void | setDMQId (String dmqId) throws ConnectException, AdminException |
| void | setThreshold (int thresh) throws ConnectException, AdminException |
| String | getDMQId () throws ConnectException, AdminException |
| int | getThreshold () throws ConnectException, AdminException |
| List | getSubscriptionList () throws ConnectException, AdminException |
| String | getSubscriptionString (String subName) throws ConnectException, AdminException |
| String | getProxyId () |
Definition at line 31 of file UserMBean.java.
| String org.objectweb.joram.client.jms.admin.UserMBean.toString | ( | ) |
Returns a string view of this User instance.
Implemented in org.objectweb.joram.client.jms.admin.User.
| String org.objectweb.joram.client.jms.admin.UserMBean.getName | ( | ) |
Returns the user name.
Implemented in org.objectweb.joram.client.jms.admin.User.
| void org.objectweb.joram.client.jms.admin.UserMBean.delete | ( | ) | throws ConnectException, AdminException |
Removes this user.
Implemented in org.objectweb.joram.client.jms.admin.User.
| void org.objectweb.joram.client.jms.admin.UserMBean.setDMQId | ( | String | dmqId | ) | throws ConnectException, AdminException |
Admin method setting a given dead message queue Id for this user.
Implemented in org.objectweb.joram.client.jms.admin.User.
| void org.objectweb.joram.client.jms.admin.UserMBean.setThreshold | ( | int | thresh | ) | throws ConnectException, AdminException |
Admin method setting a given value as the threshold for this user.
Implemented in org.objectweb.joram.client.jms.admin.User.
| String org.objectweb.joram.client.jms.admin.UserMBean.getDMQId | ( | ) | throws ConnectException, AdminException |
Returns the dead message queue Id for this user, null if not set.
Implemented in org.objectweb.joram.client.jms.admin.User.
| int org.objectweb.joram.client.jms.admin.UserMBean.getThreshold | ( | ) | throws ConnectException, AdminException |
Returns the threshold for this user, -1 if not set.
Implemented in org.objectweb.joram.client.jms.admin.User.
| List org.objectweb.joram.client.jms.admin.UserMBean.getSubscriptionList | ( | ) | throws ConnectException, AdminException |
Returns the subscriptions owned by a user.
Implemented in org.objectweb.joram.client.jms.admin.User.
| String org.objectweb.joram.client.jms.admin.UserMBean.getSubscriptionString | ( | String | subName | ) | throws ConnectException, AdminException |
Returns a subscription.
Implemented in org.objectweb.joram.client.jms.admin.User.
| String org.objectweb.joram.client.jms.admin.UserMBean.getProxyId | ( | ) |
Returns the identifier of the user's proxy.
Implemented in org.objectweb.joram.client.jms.admin.User.
1.5.0