Remote System Explorer DataStore
Release 1.0

Uses of Class
org.eclipse.dstore.core.miners.miner.Miner

Packages that use Miner
org.eclipse.dstore.core.server   
 

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

Methods in org.eclipse.dstore.core.server that return Miner
 Miner MinerLoader.loadMiner(String name)
           
 Miner MinerLoader.getMiner(String name)
          Returns the miner indicated with the specified name
 Miner ServerCommandHandler.loadMiner(String minerId)
           
 Miner ServerCommandHandler.getMiner(String name)
          Returns the specified miner
 

Methods in org.eclipse.dstore.core.server with parameters of type Miner
 boolean MinerLoader.connectMiner(Miner miner)
           
 


Remote System Explorer DataStore
Release 1.0

Guidelines for using DataStore APIs.