Remote System Explorer DataStore
Release 2.0

Uses of Class
org.eclipse.dstore.core.model.DataStore

Packages that use DataStore
org.eclipse.dstore.core.client   
org.eclipse.dstore.core.java   
org.eclipse.dstore.core.miners   
org.eclipse.dstore.core.model   
 

Uses of DataStore in org.eclipse.dstore.core.client
 

Methods in org.eclipse.dstore.core.client that return DataStore
 DataStore ClientConnection.getDataStore()
          Returns the DataStore that the client is connected to.
 

Uses of DataStore in org.eclipse.dstore.core.java
 

Fields in org.eclipse.dstore.core.java declared as DataStore
protected  DataStore ClassByteStreamHandler._dataStore
           
 

Constructors in org.eclipse.dstore.core.java with parameters of type DataStore
ClassByteStreamHandler(DataStore dataStore, DataElement log)
          Contructor
RemoteClassLoader(DataStore dataStore)
          Constructor
 

Uses of DataStore in org.eclipse.dstore.core.miners
 

Fields in org.eclipse.dstore.core.miners declared as DataStore
 DataStore Miner._dataStore
           
 

Methods in org.eclipse.dstore.core.miners with parameters of type DataStore
 void Miner.setDataStore(DataStore dataStore)
          Sets the DataStore and performs some fundamental initialization for this miner.
 

Uses of DataStore in org.eclipse.dstore.core.model
 

Fields in org.eclipse.dstore.core.model declared as DataStore
protected  DataStore Handler._dataStore
           
protected  DataStore ByteStreamHandler._dataStore
           
 

Methods in org.eclipse.dstore.core.model that return DataStore
 DataStore CommandHandler.getDataStore()
          Returns the associated DataStore
 DataStore IDataStoreProvider.getDataStore()
           
 DataStore DataElement.getDataStore()
          Returns the DataStore for this element.
 

Methods in org.eclipse.dstore.core.model with parameters of type DataStore
 void ISchemaRegistry.extendSchema(DataStore dataStore)
          This method is responsible for calling extendSchema on each of the registered schema extenders.
 void CommandHandler.setDataStore(DataStore dataStore)
          Sets the associated DataStore
 void Handler.setDataStore(DataStore dataStore)
          Sets the associated DataStore
 void DataElement.setDataStore(DataStore dataStore)
          Sets the DataStore for this element.
 

Constructors in org.eclipse.dstore.core.model with parameters of type DataStore
ByteStreamHandler(DataStore dataStore, DataElement log)
          Contructor
DataElement(DataStore dataStore)
          Creates a new DataElement without initializing it.
DataStoreSchema(DataStore dataStore)
          Constructor
 


Remote System Explorer DataStore
Release 2.0

Guidelines for using DataStore APIs.