Remote System Explorer DataStore
Release 3.0

org.eclipse.dstore.core.server
Interface ISystemService


public interface ISystemService

Since:
3.0

Method Summary
 void executeThread(SecuredThread securedThread)
          This method is used to execute run() in a thread assigned from thread pools.
 void setThreadSecurity(Client client)
          This method is used to establish a thread-level security.
 

Method Detail

setThreadSecurity

void setThreadSecurity(Client client)
This method is used to establish a thread-level security.

Parameters:
client - the object of the client

executeThread

void executeThread(SecuredThread securedThread)
This method is used to execute run() in a thread assigned from thread pools.

Parameters:
securedThread - the securedThread object that implements Runnable.

Remote System Explorer DataStore
Release 3.0

Guidelines for using DataStore APIs.