Remote System Explorer DataStore
Release 3.3

Uses of Class
org.eclipse.dstore.core.server.SecuredThread

Packages that use SecuredThread
org.eclipse.dstore.core.miners   
org.eclipse.dstore.core.model   
org.eclipse.dstore.core.server   
org.eclipse.dstore.core.util   
 

Uses of SecuredThread in org.eclipse.dstore.core.miners
 

Subclasses of SecuredThread in org.eclipse.dstore.core.miners
 class Miner
          Miner is the abstract base class of all DataStore extensions).
 class MinerThread
          MinerThread is a utility class used for doing threaded operations in a miner.
 

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

Subclasses of SecuredThread in org.eclipse.dstore.core.model
 class CommandHandler
           Abstract class for handling commands.
 class Handler
          The Handler class is the base class for the threaded mechanisms in the DataStore.
 class UpdateHandler
           Abstract class for handling updates.
 

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

Subclasses of SecuredThread in org.eclipse.dstore.core.server
 class ServerReceiver
          The ServerReciever is responsible for recieving data from the client side.
 

Methods in org.eclipse.dstore.core.server with parameters of type SecuredThread
 void ISystemService.executeThread(SecuredThread securedThread)
          This method is used to execute run() in a thread assigned from thread pools.
 

Uses of SecuredThread in org.eclipse.dstore.core.util
 

Subclasses of SecuredThread in org.eclipse.dstore.core.util
 class Receiver
          This class is used for receiving data from a socket in the DataStore communication layer.
 


Remote System Explorer DataStore
Release 3.3

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