Remote System Explorer DataStore
Release 3.0

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

Packages that use Client
org.eclipse.dstore.core.model   
org.eclipse.dstore.core.server   
 

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

Methods in org.eclipse.dstore.core.model that return Client
 Client DataStore.getClient()
          This method is used to get the object of the Client stored for each user.
 

Methods in org.eclipse.dstore.core.model with parameters of type Client
 void DataStore.setClient(Client client)
          This method is used to set the Client object for each user.
 

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

Methods in org.eclipse.dstore.core.server with parameters of type Client
 void ISystemService.setThreadSecurity(Client client)
          This method is used to establish a thread-level security.
 


Remote System Explorer DataStore
Release 3.0

Guidelines for using DataStore APIs.