org.eclipse.higgins.rpps.core.chanel
Interface ICommunicationChanelCommand

All Known Implementing Classes:
EmailChanelCommand

public interface ICommunicationChanelCommand

Author:
Alexander Yuhimenko

Field Summary
static String EMAIL_CHANNEL
           
 
Method Summary
 void sendMessage(org.eclipse.higgins.user.profile.entity.UserProfile userProfile, String message)
          Sends message.
 

Field Detail

EMAIL_CHANNEL

static final String EMAIL_CHANNEL
See Also:
Constant Field Values
Method Detail

sendMessage

void sendMessage(org.eclipse.higgins.user.profile.entity.UserProfile userProfile,
                 String message)
                 throws CommunicationException
Sends message.

Parameters:
userProfile -
message -
Throws:
CommunicationException