com.sentilla.net.rpc.procedures
Class RemoteGetPropertyObject

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

public class RemoteGetPropertyObject
extends RemoteGetProperty
implements Procedure<RemoteGetPropertyObject.Result>

Private: for Sentilla internal use only. Procedure to retrieve the Object indexed by key and starting at an offset.

See Also:
Serialized Form

Nested Class Summary
static class RemoteGetPropertyObject.Result
          Private: for Sentilla internal use only.
 
Field Summary
 
Fields inherited from class com.sentilla.net.rpc.procedures.RemoteGetProperty
keybytes, seek
 
Constructor Summary
RemoteGetPropertyObject(String key, int seek)
           
 
Method Summary
 RemoteGetPropertyObject.Result run()
          Tries to load the Object associated with key.
 
Methods inherited from class com.sentilla.net.rpc.procedures.RemoteGetProperty
getRaf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteGetPropertyObject

public RemoteGetPropertyObject(String key,
                               int seek)
Parameters:
key - String identifying the property to get
seek - byte offset to begin reading
Method Detail

run

public RemoteGetPropertyObject.Result run()
Tries to load the Object associated with key.

Specified by:
run in interface Procedure<RemoteGetPropertyObject.Result>
Returns:
RemoteGetProperty.Result
Throws:
IORuntimeException - (platform-specific) if the key is not found.


Copyright © 2007 Sentilla Corporation. All Rights Reserved.