Search in sources :

Example 1 with MessageAndConnection

use of com.ms.silverking.cloud.dht.daemon.MessageModule.MessageAndConnection in project SilverKing by Morgan-Stanley.

the class MessageGroupConnectionProxyLocal method sendAsynchronous.

@Override
public void sendAsynchronous(Object data, long deadline) throws IOException {
    MessageAndConnection messageAndConnection;
    // Log.warning("MessageGroupConnectionProxyLocal sending");
    messageAndConnection = new MessageAndConnection((MessageGroup) data, this);
    worker.addWork(messageAndConnection);
}
Also used : MessageGroup(com.ms.silverking.cloud.dht.net.MessageGroup) MessageAndConnection(com.ms.silverking.cloud.dht.daemon.MessageModule.MessageAndConnection)

Aggregations

MessageAndConnection (com.ms.silverking.cloud.dht.daemon.MessageModule.MessageAndConnection)1 MessageGroup (com.ms.silverking.cloud.dht.net.MessageGroup)1