RSE
Release 2.0

org.eclipse.rse.services
Interface IService

All Known Subinterfaces:
IFileService, IProcessService, IShellService
All Known Implementing Classes:
AbstractFileService, AbstractProcessService

public interface IService


Method Summary
 String getDescription()
           
 SystemMessage getMessage(String messageID)
           
 String getName()
           
 void initService(IProgressMonitor monitor)
           
 void uninitService(IProgressMonitor monitor)
           
 

Method Detail

getName

String getName()

getDescription

String getDescription()

initService

void initService(IProgressMonitor monitor)

uninitService

void uninitService(IProgressMonitor monitor)

getMessage

SystemMessage getMessage(String messageID)

RSE
Release 2.0

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