Remote System Explorer DataStore
Release 3.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   
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.
 

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
 

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.
 

Constructors in org.eclipse.dstore.core.miners with parameters of type DataStore
MinerThread(DataStore dataStore)
          Constructor with dataStore.
 

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

Fields in org.eclipse.dstore.core.model declared as 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
DefaultDataStoreCompatibilityHandler(DataStore dataStore)
           
 

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

Fields in org.eclipse.dstore.core.server declared as DataStore
 DataStore SecuredThread._dataStore
           
 

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 SecuredThread.setDataStore(DataStore dataStore)
          Sets the DataStore associated with the client
 

Constructors in org.eclipse.dstore.core.server with parameters of type DataStore
SecuredThread(DataStore dataStore)
          Constructs a new SecuredThread given a DataStore.
SecuredThread(Runnable runnable, DataStore dataStore)
          Constructs a new SecuredThread with a DataStore and a runnable.
SecuredThread(Runnable runnable, String threadName, DataStore dataStore)
          Constructs a new SecuredThread with a DataStore, a runnable and name for the thread.
SecuredThread(ThreadGroup group, Runnable runnable, DataStore dataStore)
          Constructs a new SecuredThread with a DataStore, a runnable and a ThreadGroup.
SecuredThread(ThreadGroup group, Runnable runnable, String threadName, DataStore dataStore)
          Constructs a new SecuredThread with a DataStore, a runnable, a name and a ThreadGroup.
 

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

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
Receiver(Socket socket, DataStore dataStore)
          Constructor
 


Remote System Explorer DataStore
Release 3.0

Guidelines for using DataStore APIs.