| org.apache.james.JamesMBean
All known Subclasses: org.apache.james.James,
JamesMBean | public interface JamesMBean (Code) | | An interface to expose James management functionality through JMX. At
the time of this writing, this interface is just an example.
|
Method Summary | |
boolean | addUser(String userName, String password) Adds a user to this mail server. |
addUser | boolean addUser(String userName, String password)(Code) | | Adds a user to this mail server.
Parameters: userName - The name of the user being added Parameters: password - The password of the user being added |
|
|