things.thinger.service.actor
Interface ActorServiceContextInterface

All Known Implementing Classes:
ActorServiceThread

public interface ActorServiceContextInterface

The actor service.

Version:
1.0

Version History

EPG - Initial - 12 MAY 07
 
Author:
Erich P. Gatejen

Method Summary
 void send(ActorMessage theMessage)
          Send the message.
 

Method Detail

send

void send(ActorMessage theMessage)
          throws java.lang.Throwable
Send the message.

Parameters:
theMessage - The message to send.
Throws:
java.lang.Throwable


Things.