Remote System Explorer DataStore
Release 1.0

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

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

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

Subclasses of CommandHandler in org.eclipse.dstore.core.client
 class ClientCommandHandler
          The ClientCommandHandler is reponsible for maintaining a queue of commands and periodically sending commands from the queue to the server side.
 

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

Methods in org.eclipse.dstore.core.model that return CommandHandler
 CommandHandler DataStore.getCommandHandler()
          Returns the handler for sending commands.
 

Methods in org.eclipse.dstore.core.model with parameters of type CommandHandler
 void DataStore.setCommandHandler(CommandHandler commandHandler)
          Sets the DataStore's handler for sending commands to miners
 

Constructors in org.eclipse.dstore.core.model with parameters of type CommandHandler
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 CommandHandler in org.eclipse.dstore.core.server
 

Subclasses of CommandHandler in org.eclipse.dstore.core.server
 class ServerCommandHandler
          The ServerCommandHandler is reponsible for maintaining a queue of commands and periodically routing commands from the queue to the appropriate miners.
 


Remote System Explorer DataStore
Release 1.0

Guidelines for using DataStore APIs.