org.eclipse.higgins.rpps.core.chanel
Interface ICommunicationChanelCommand
- All Known Implementing Classes:
- EmailChanelCommand
public interface ICommunicationChanelCommand
- Author:
- Alexander Yuhimenko
|
Method Summary |
void |
sendMessage(org.eclipse.higgins.user.profile.entity.UserProfile userProfile,
String message)
Sends message. |
EMAIL_CHANNEL
static final String EMAIL_CHANNEL
- See Also:
- Constant Field Values
sendMessage
void sendMessage(org.eclipse.higgins.user.profile.entity.UserProfile userProfile,
String message)
throws CommunicationException
- Sends message.
- Parameters:
userProfile - message -
- Throws:
CommunicationException