com.sentilla.net.rpc.procedures
Class RemoteGetPropertyBytes
java.lang.Object
com.sentilla.net.rpc.procedures.RemoteGetProperty
com.sentilla.net.rpc.procedures.RemoteGetPropertyBytes
- All Implemented Interfaces:
- Procedure<RemoteGetPropertyBytes.Result>, Serializable
public class RemoteGetPropertyBytes
- extends RemoteGetProperty
- implements Procedure<RemoteGetPropertyBytes.Result>
Private: for Sentilla internal use only.
Procedure to retrieve the byte[] indexed by key, starting at an offset.
- See Also:
RemoteGetProperty
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
len
public byte len
RemoteGetPropertyBytes
public RemoteGetPropertyBytes(String key,
int len,
int seek)
- Parameters:
key
- String identifying the property to getlen
- number of bytes to readseek
- byte offset to begin reading
run
public RemoteGetPropertyBytes.Result run()
- Tries to load the Object associated with key.
- Specified by:
run
in interface Procedure<RemoteGetPropertyBytes.Result>
- Returns:
- RemoteGetProperty.Result
- Throws:
IORuntimeException
- (platform-specific) if the key is not found.
Copyright © 2007 Sentilla Corporation. All Rights Reserved.