public interface ISwapService
| Modifier and Type | Method and Description |
|---|---|
IFuture<Void> |
swapFromStorage(IComponentIdentifier cid)
Transparently restore the component state of a previously
swapped component.
|
IFuture<Void> |
swapToStorage(IComponentIdentifier cid)
Store the component state and transparently remove it from memory.
|
IFuture<Void> swapToStorage(IComponentIdentifier cid)
cid - The component identifier.IFuture<Void> swapFromStorage(IComponentIdentifier cid)
cid - The component identifier.Copyright © 2015. All Rights Reserved.