Remote System Explorer DataStore
Release 1.0

Uses of Package
org.eclipse.dstore.core.model

Packages that use org.eclipse.dstore.core.model
org.eclipse.dstore.core.client   
org.eclipse.dstore.core.java   
org.eclipse.dstore.core.miners.miner   
org.eclipse.dstore.core.model   
org.eclipse.dstore.core.server   
org.eclipse.dstore.core.util   
 

Classes in org.eclipse.dstore.core.model used by org.eclipse.dstore.core.client
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.
Handler
          The Handler class is the base class for the threaded mechanisms in the DataStore.
IDataStoreConstants
           
ISSLProperties
           
UpdateHandler
           Abtract class for handling updates.
 

Classes in org.eclipse.dstore.core.model used by org.eclipse.dstore.core.java
DataElement
          DataElement is the unit of information for the DataStore.
DataStore
          DataStore is the heart of the DataStore Distributed Tooling Framework.
 

Classes in org.eclipse.dstore.core.model used by org.eclipse.dstore.core.miners.miner
DataElement
          DataElement is the unit of information for the DataStore.
DataStore
          DataStore is the heart of the DataStore Distributed Tooling Framework.
Handler
          The Handler class is the base class for the threaded mechanisms in the DataStore.
ISchemaExtender
          ISchemaExtender describes the interfaces that tool extensions need to implement to add or extend other schemas in the DataStore.
 

Classes in org.eclipse.dstore.core.model used by org.eclipse.dstore.core.model
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.
Handler
          The Handler class is the base class for the threaded mechanisms in the DataStore.
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.
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
           
UpdateHandler
           Abtract class for handling updates.
 

Classes in org.eclipse.dstore.core.model used by org.eclipse.dstore.core.server
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.
Handler
          The Handler class is the base class for the threaded mechanisms in the DataStore.
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
           
UpdateHandler
           Abtract class for handling updates.
 

Classes in org.eclipse.dstore.core.model used by org.eclipse.dstore.core.util
DataElement
          DataElement is the unit of information for the DataStore.
DataStore
          DataStore is the heart of the DataStore Distributed Tooling Framework.
Handler
          The Handler class is the base class for the threaded mechanisms in the DataStore.
 


Remote System Explorer DataStore
Release 1.0

Guidelines for using DataStore APIs.