Remote System Explorer DataStore
Release 2.0

Package org.eclipse.dstore.core.model

Interface Summary
IByteConverter Interface for converting between host bytes and client bytes
IByteStreamHandler The ByteStreamHandler interface is used to abstract file read and write operations across the network.
IDataStoreConstants  
IDataStoreProvider  
IExternalLoader  
ISchemaExtender ISchemaExtender describes the interfaces that tool extensions need to implement to add or extend other schemas in the DataStore.
ISchemaRegistry ISchemaRegistry describes the interface that needs to be implemented for external tools to contribute their schemas to the DataStore.
ISSLProperties  
 

Class Summary
ByteStreamHandler The ByteStreamHandler class is used to abstract file read and write operations across the network.
ByteStreamHandlerRegistry Stores the set of registered byte stream handlers using the handler id as the key.
CommandHandler Abtract class for handling commands.
DataElement DataElement is the unit of information for the DataStore.
DataStore DataStore is the heart of the DataStore Distributed Tooling Framework.
DataStoreAttributes This class is used to store attributes that are required for configurating a remote connection.
DataStoreResources  
DataStoreSchema This class is used for defining the base DataStore schema.
DE DE is a container of DataElement constants.
Handler The Handler class is the base class for the threaded mechanisms in the DataStore.
UpdateHandler Abtract class for handling updates.
 


Remote System Explorer DataStore
Release 2.0

Guidelines for using DataStore APIs.