com.sentilla.net.rpc.procedures
Class RemoteGetPropertyKeys

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

public class RemoteGetPropertyKeys
extends Object
implements Procedure<RemoteGetPropertyKeys.MoteKeyList>

Private: for Sentilla internal use only. Gets a subset of keys by skipping start keys and returning (at most) the next atMost keys.

See Also:
Serialized Form

Nested Class Summary
static class RemoteGetPropertyKeys.MoteKeyList
          Private: for Sentilla internal use only.
 
Constructor Summary
RemoteGetPropertyKeys(byte start, byte atMost)
          Number of keys is also limited by platform-specific constraints.
 
Method Summary
 RemoteGetPropertyKeys.MoteKeyList run()
          Fill a MoteKeyList with up to atMost keys.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteGetPropertyKeys

public RemoteGetPropertyKeys(byte start,
                             byte atMost)
Number of keys is also limited by platform-specific constraints.

Parameters:
start - index to start enumerating keys at
atMost - maximum number of keys to enumerate
Method Detail

run

public RemoteGetPropertyKeys.MoteKeyList run()
Fill a MoteKeyList with up to atMost keys.

Specified by:
run in interface Procedure<RemoteGetPropertyKeys.MoteKeyList>


Copyright © 2007 Sentilla Corporation. All Rights Reserved.