RSE
Release 1.0

org.eclipse.rse.files.ui.resources
Interface ISystemRemoteManager

All Known Subinterfaces:
ISystemRemoteEditResourceManager
All Known Implementing Classes:
SystemRemoteMarkerManager, SystemRemoteResourceManager

public interface ISystemRemoteManager

This interface should be implemented by all remote resource related managers


Method Summary
 void shutdown(IProgressMonitor monitor)
          This method is called during plugin shutdown.
 void startup(IProgressMonitor monitor)
          This method is called during plugin startup.
 

Method Detail

startup

public void startup(IProgressMonitor monitor)
This method is called during plugin startup.


shutdown

public void shutdown(IProgressMonitor monitor)
This method is called during plugin shutdown.


RSE
Release 1.0

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