com.sentilla.net.rpc.procedures
Class RemoteResetProperties

java.lang.Object
  extended by com.sentilla.net.rpc.procedures.RemoteResetProperties
All Implemented Interfaces:
Procedure<Void>, Serializable

public class RemoteResetProperties
extends Object
implements Procedure<Void>

Procedure to reset the properties on a remote target. This is equivalent to calling PropertyDriver.reset() on the mote.

See Also:
PropertyDriver, Serialized Form

Constructor Summary
RemoteResetProperties()
           
 
Method Summary
 Void run()
          Run the procedure and return its result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteResetProperties

public RemoteResetProperties()
Method Detail

run

public Void run()
Description copied from interface: Procedure
Run the procedure and return its result.

Specified by:
run in interface Procedure<Void>
Returns:
null
Throws:
IORuntimeException - (platform-specific) if reset fails.


Copyright © 2007 Sentilla Corporation. All Rights Reserved.