com.sentilla.net.rpc.procedures
Class RemoteGetProperty
java.lang.Object
com.sentilla.net.rpc.procedures.RemoteGetProperty
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- RemoteGetPropertyBytes, RemoteGetPropertyObject
public abstract class RemoteGetProperty
- extends Object
- implements Serializable
Private: for Sentilla internal use only.
Abstract class for Procedure to retrieve the Object indexed by key.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
seek
public byte seek
keybytes
public byte[] keybytes
RemoteGetProperty
public RemoteGetProperty(String key,
int seek)
- Parameters:
key
- String identifying the property to getseek
- byte offset to begin reading
getRaf
protected RandomAccessFile getRaf()
- Open the property and seek to start position.
Intended to run on the callee side.
- Returns:
- RandomAccessFile if successfully opened
- Throws:
IORuntimeException
- (platform-specific) if open or seek fail.
Copyright © 2007 Sentilla Corporation. All Rights Reserved.