Uses of Class
com.sentilla.system.ActionException

Packages that use ActionException
com.sentilla.net.rpc Sentilla Remote Procedure Call (RPC) libraries and mechanisms. 
com.sentilla.platform.tmote Sentilla system implementations for the Sentilla Tmote platform. 
com.sentilla.system Sentilla core system classes. 
 

Uses of ActionException in com.sentilla.net.rpc
 

Methods in com.sentilla.net.rpc that throw ActionException
 Action RemoteInvoker.block()
           
 Action RemoteInvoker.block(int timeoutMilli)
           
 boolean RemoteInvoker.isDone()
           
 

Uses of ActionException in com.sentilla.platform.tmote
 

Methods in com.sentilla.platform.tmote that throw ActionException
 Action Action.block()
           
 Action Action.block(int timeoutMilli)
           
 boolean MotePower.isDone()
           
 boolean Action.isDone()
           
 

Uses of ActionException in com.sentilla.system
 

Methods in com.sentilla.system that throw ActionException
 Action Action.block()
          Block an indefinite amount of time until this Action is no longer pending.
 Action Action.block(int timeoutMilli)
          Block a defined amount of time or until the Action is no longer pending.
 boolean Action.isDone()
          Return true is this Action is DONE.
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.