Construct a new User associated with the specified
UserDatabase .
Parameters: database - The user database with which we are associated Parameters: username - The username of this user
Create and return a new
Subscription associated with this
User, for the specified host name.
Parameters: host - Host name for which to create a subscription exception: IllegalArgumentException - if the host name is not uniquefor this user
Remove the specified
Subscription from being associated
with this User.
Parameters: subscription - Subscription to be removed exception: IllegalArgumentException - if the specified subscription is notassociated with this User
setFromAddress
public void setFromAddress(String fromAddress)(Code)