com.sentilla.net
Class RemotePropertyDriver
java.lang.Object
com.sentilla.system.DriverAdapter
com.sentilla.net.RemotePropertyDriver
- All Implemented Interfaces:
- Driver
- Direct Known Subclasses:
- RemotePropertyDriver
public abstract class RemotePropertyDriver
- extends DriverAdapter
A form of PropertyDriver that provides access to remote properties.
Looks like PropertyDriver, with the addition of an Addressable target.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemotePropertyDriver
public RemotePropertyDriver()
openProperty
public abstract RandomAccessFile openProperty(Addressable target,
String key)
createProperty
public abstract RandomAccessFile createProperty(Addressable target,
String key,
int maxlength)
removeProperty
public abstract void removeProperty(Addressable target,
String key)
resetProperties
public abstract void resetProperties(Addressable target)
open
public static RandomAccessFile open(Addressable target,
String key)
create
public static RandomAccessFile create(Addressable target,
String key,
int maxlength)
remove
public static void remove(Addressable target,
String key)
reset
public static void reset(Addressable target)
register
public static void register()
- Ensure that the entity calling register() has the classes it needs
in order to serve RemoteProperty RPCs.
Copyright © 2007 Sentilla Corporation. All Rights Reserved.