Uses of Interface
com.sentilla.net.SenderFactory

Packages that use SenderFactory
com.sentilla.net Sentilla networking libraries for wireless and wired communication. 
com.sentilla.net.rpc Sentilla Remote Procedure Call (RPC) libraries and mechanisms. 
 

Uses of SenderFactory in com.sentilla.net
 

Classes in com.sentilla.net that implement SenderFactory
 class BroadcastSenderFactory
          BroadcastSenderFactory is a simple local area broadcast sender factory.
 

Uses of SenderFactory in com.sentilla.net.rpc
 

Fields in com.sentilla.net.rpc declared as SenderFactory
 SenderFactory RemoteService.Call.result_factory
           
 

Constructors in com.sentilla.net.rpc with parameters of type SenderFactory
RemoteInvoker(Sender sender, SenderFactory result_factory)
          Create a new RemoteInvoker for a particular sender and result path.
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.