com.sentilla.net
Class RemotePropertyDriver
java.lang.Object
com.sentilla.system.DriverAdapter
com.sentilla.net.RemotePropertyDriver
- All Implemented Interfaces:
- Driver
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.
RemotePropertyDriver
public RemotePropertyDriver()
openProperty
public abstract com.sentilla.io.RandomAccessFile openProperty(Addressable target,
String key)
createProperty
public abstract com.sentilla.io.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 com.sentilla.io.RandomAccessFile open(Addressable target,
String key)
create
public static com.sentilla.io.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.