Remote System Explorer DataStore
Release 3.4

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

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

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, IDomainNotifier domainNotifier)
          Creates a new DataStore instance
DataStore(DataStoreAttributes attributes, CommandHandler commandHandler, UpdateHandler updateHandler, IDomainNotifier domainNotifier, int initialSize)
          Creates a new DataStore instance
 


Remote System Explorer DataStore
Release 3.4

Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.