com.sentilla.net
Interface SenderFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
BroadcastSenderFactory

public interface SenderFactory
extends Serializable

A SenderFactory allows for encapsulation of a protocol and address. It is currently used by Sentilla RPC to efficiently represent result senders.


Method Summary
 Sender createSender()
          Return a new Sender; the protocol and destination are defined by the factory.
 

Method Detail

createSender

Sender createSender()
Return a new Sender; the protocol and destination are defined by the factory.



Copyright © 2007 Sentilla Corporation. All Rights Reserved.