org.ikasan.console.service
Interface ConsoleService

All Known Implementing Classes:
ConsoleServiceImpl

public interface ConsoleService

Service Tier interface for providing console services

Author:
Ikasan Development Team

Method Summary
 void sendNewPassword(User user)
          Allows a specified user's password to be sent to them.
 

Method Detail

sendNewPassword

void sendNewPassword(User user)
                     throws IllegalArgumentException
Allows a specified user's password to be sent to them.

Parameters:
user - - The user we are to send the password to
Throws:
IllegalArgumentException - If the user details are incorrect TODO Sort out the other types of exceptions
OtherException - if the sending fails


Copyright © 2007-2014 Ikasan. All Rights Reserved.