Remote Systems
v6.4.1

com.ibm.etools.systems.core.resources
Class SystemRemoteResourceManager

java.lang.Object
  extended bycom.ibm.etools.systems.core.resources.SystemRemoteResourceManager
All Implemented Interfaces:
ISystemRemoteManager

public class SystemRemoteResourceManager
extends Object
implements ISystemRemoteManager

This class manages remote resources.


Field Summary
static String Copyright
           
 
Method Summary
static SystemRemoteResourceManager getInstance()
          Get the singleton instance.
 SystemRemoteResourceInfo getResourceInfo(ISystemRemotePath path)
          Get a resource info given a path.
 void restore()
          Read all resource information from disk.
 void save()
          Write all resource information to disk.
 void shutdown(IProgressMonitor monitor)
          This method is called during plugin shutdown.
 void startup(IProgressMonitor monitor)
          This method is called during plugin startup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Method Detail

getInstance

public static SystemRemoteResourceManager getInstance()
Get the singleton instance.

Returns:
the singleton instance.

getResourceInfo

public SystemRemoteResourceInfo getResourceInfo(ISystemRemotePath path)
Get a resource info given a path.


startup

public void startup(IProgressMonitor monitor)
Description copied from interface: ISystemRemoteManager
This method is called during plugin startup.

Specified by:
startup in interface ISystemRemoteManager
See Also:
ISystemRemoteManager.startup(IProgressMonitor)

shutdown

public void shutdown(IProgressMonitor monitor)
Description copied from interface: ISystemRemoteManager
This method is called during plugin shutdown.

Specified by:
shutdown in interface ISystemRemoteManager
See Also:
ISystemRemoteManager.shutdown(IProgressMonitor)

restore

public void restore()
Read all resource information from disk.


save

public void save()
Write all resource information to disk.


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.