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.cmote Sentilla system implementations for the Client applications running on a host. 
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.cmote
 

Methods in com.sentilla.platform.cmote that throw ActionException
 Action ByteSender.block()
           
 Action ByteReceiver.block()
           
 Action ByteSender.block(int timeoutMilli)
           
 Action ByteReceiver.block(int timeoutMilli)
           
 boolean ByteSender.isDone()
           
 boolean ByteReceiver.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.