Remote System Explorer DataStore
Release 1.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.miner   
org.eclipse.dstore.core.model   
org.eclipse.dstore.core.server   
org.eclipse.dstore.core.util   
 

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.
 

Methods in org.eclipse.dstore.core.client with parameters of type DataStore
 void ClientCommandHandler.setDataStore(DataStore dataStore)
           
 

Constructors in org.eclipse.dstore.core.client with parameters of type DataStore
ClientReceiver(Socket socket, DataStore dataStore)
          Constructor
 

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
RemoteClassLoader(DataStore dataStore)
          Constructor
ClassByteStreamHandler(DataStore dataStore, DataElement log)
          Contructor
 

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

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

Methods in org.eclipse.dstore.core.miners.miner 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 CommandHandler.setDataStore(DataStore dataStore)
          Sets the associated DataStore
 void Handler.setDataStore(DataStore dataStore)
          Sets the associated DataStore
 void ISchemaRegistry.extendSchema(DataStore dataStore)
          This method is responsible for calling extendSchema on each of the registered schema extenders.
 void SchemaRegistry.extendSchema(DataStore dataStore)
          Calls extendSchema() on each of the registered schema extenders to extend the schema of the specified DataStore
 void DataElement.setDataStore(DataStore dataStore)
          Sets the DataStore for this element.
 

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

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

Methods in org.eclipse.dstore.core.server that return DataStore
 DataStore ConnectionEstablisher.getDataStore()
          Returns the DataStore.
 

Methods in org.eclipse.dstore.core.server with parameters of type DataStore
 void MinerLoader.extendSchema(DataStore dataStore)
          Calls extendSchema on each of the loaded miners
 void ServerUpdateHandler.setDataStore(DataStore dataStore)
          Sets the associated DataStore
 void ServerCommandHandler.setDataStore(DataStore dataStore)
          Sets the associated DataStore
 

Constructors in org.eclipse.dstore.core.server with parameters of type DataStore
MinerLoader(DataStore dataStore, ArrayList loaders)
          Constructor
 

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

Fields in org.eclipse.dstore.core.util declared as DataStore
protected  DataStore Receiver._dataStore
           
 

Methods in org.eclipse.dstore.core.util with parameters of type DataStore
 void CommandGenerator.setDataStore(DataStore dataStore)
          Sets the associated DataStore
 

Constructors in org.eclipse.dstore.core.util with parameters of type DataStore
Sender(Socket socket, DataStore dataStore)
          Constructor
XMLparser(DataStore dataStore)
          Constructor
XMLgenerator(DataStore dataStore)
          Constructor
Receiver(Socket socket, DataStore dataStore)
          Constructor
DataElementRemover(DataStore dataStore)
           
 


Remote System Explorer DataStore
Release 1.0

Guidelines for using DataStore APIs.