kaos.policy.obligation.enforcer.example.message
Interface MonitoredMessageSender


public interface MonitoredMessageSender

Author:
KAoS Team $Revision: 1.1 $

Method Summary
 void sendMessageTo(java.lang.String recipientName, java.lang.Object message)
          Send the specified message to the specified recipient.
 

Method Detail

sendMessageTo

void sendMessageTo(java.lang.String recipientName,
                   java.lang.Object message)
Send the specified message to the specified recipient.

Parameters:
The - name of the recipient the message has to be sent to.
The - message to be sent.