SunSPOT API V3.0


com.sun.spot.interisolate
Class RequestSender

java.lang.Object
  extended by com.sun.spot.interisolate.RequestSender

public class RequestSender
extends Object

See Also:
for details Sends RPC requests and handles replies.

Constructor Summary
protected RequestSender()
          Testing only
 
Method Summary
 boolean isOpen()
           
static RequestSender lookup(String channelIdentifier)
           
 ReplyEnvelope send(RequestEnvelope envelope)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestSender

protected RequestSender()
Testing only

Method Detail

lookup

public static RequestSender lookup(String channelIdentifier)
                            throws NoSuchMailboxException
Throws:
NoSuchMailboxException

send

public ReplyEnvelope send(RequestEnvelope envelope)

isOpen

public boolean isOpen()

SunSPOT API V3.0


Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.