kaos.policy.enforcement.obligation.test
Interface MonitoredMessageSender

All Known Implementing Classes:
KAoSGuardedOPolicyPersistentGUID

public interface MonitoredMessageSender


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.