SunSPOT API V5.0


com.sun.spot.interisolate
Class ReplyEnvelope

java.lang.Object
  extended by com.sun.squawk.io.mailboxes.Envelope
      extended by com.sun.spot.interisolate.ReplyEnvelope
Direct Known Subclasses:
BooleanReplyEnvelope, ExceptionReplyEnvelope, NumberReplyEnvelope, ObjectReplyEnvelope, VoidReplyEnvelope

public abstract class ReplyEnvelope
extends Envelope

See Also:
for details The abstract superclass for all RPC reply envelopes.

Constructor Summary
ReplyEnvelope(int requestUid)
           
 
Method Summary
 void checkForRuntimeException()
           
 void checkForThrowable()
           
 int getUid()
           
 
Methods inherited from class com.sun.squawk.io.mailboxes.Envelope
checkCallContext, getContents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplyEnvelope

public ReplyEnvelope(int requestUid)
Method Detail

checkForRuntimeException

public void checkForRuntimeException()

checkForThrowable

public void checkForThrowable()
                       throws Throwable
Throws:
Throwable

getUid

public int getUid()

SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.