org.apache.james
Interface JamesMBean

All Known Implementing Classes:
James

public interface JamesMBean

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.
 

Method Detail

addUser

public boolean addUser(String userName,
                       String password)
Adds a user to this mail server.

Parameters:
userName - the name of the user being added
password - the password of the user being added


"Copyright © 1999-2002 Apache Jakarta Project. All Rights Reserved."