Remote Systems
v6.4.1

com.ibm.etools.systems.subsystems
Interface ICacheManager

All Known Implementing Classes:
AbstractCacheManager

public interface ICacheManager

Interface for a cache manager that can optionally associated with a SubSystem.

Since:
RSE 6.0

Field Summary
static String copyright
           
 
Method Summary
 boolean isRestoreFromMemento()
          Check if the Remote System Explorer is restoring a remote object from a memento.
 void setRestoreFromMemento(boolean restore)
          This flag is set if the Remote System Explorer is restoring a remote object from a memento.
 

Field Detail

copyright

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

setRestoreFromMemento

public void setRestoreFromMemento(boolean restore)
This flag is set if the Remote System Explorer is restoring a remote object from a memento. This gives the subsystem the option to restore from the cache instead of connecting to the remote system.

Parameters:
restore - true if the RSE is currently restoring a remote object associated with this cache manager from a memento, otherwise false.

isRestoreFromMemento

public boolean isRestoreFromMemento()
Check if the Remote System Explorer is restoring a remote object from a memento.

Returns:
true if the RSE is currently restoring a remote object associated with this cache manager from a memento, otherwise false.

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.