com.sentilla.net.rpc.procedures
Class RemoteGetPropertyObject
java.lang.Object
com.sentilla.net.rpc.procedures.RemoteGetProperty
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteGetPropertyObject
public RemoteGetPropertyObject(String key,
int seek)
- Parameters:
key
- String identifying the property to getseek
- byte offset to begin reading
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.