Remote System Explorer DataStore
Release 1.0

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

Packages that use DataStoreAttributes
org.eclipse.dstore.core.client   
org.eclipse.dstore.core.model   
org.eclipse.dstore.core.server   
 

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

Subclasses of DataStoreAttributes in org.eclipse.dstore.core.client
 class ClientAttributes
          ClientAttributes is a container of communication related information.
 

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

Constructors in org.eclipse.dstore.core.model with parameters of type DataStoreAttributes
DataStore(DataStoreAttributes attributes)
          Creates a new DataStore instance
DataStore(DataStoreAttributes attributes, int initialSize)
          Creates a new DataStore instance
DataStore(DataStoreAttributes attributes, CommandHandler commandHandler, UpdateHandler updateHandler, org.eclipse.dstore.extra.internal.extra.DomainNotifier domainNotifier)
          Creates a new DataStore instance
DataStore(DataStoreAttributes attributes, CommandHandler commandHandler, UpdateHandler updateHandler, org.eclipse.dstore.extra.internal.extra.DomainNotifier domainNotifier, int initialSize)
          Creates a new DataStore instance
 

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

Subclasses of DataStoreAttributes in org.eclipse.dstore.core.server
 class ServerAttributes
          This class is used to store attributes that are required for configurating a remote connection.
 


Remote System Explorer DataStore
Release 1.0

Guidelines for using DataStore APIs.