public interface ISwapService
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.Void> |
swapFromStorage(IComponentIdentifier cid)
Transparently restore the component state of a previously
swapped component.
|
jadex.commons.future.IFuture<java.lang.Void> |
swapToStorage(IComponentIdentifier cid)
Store the component state and transparently remove it from memory.
|
jadex.commons.future.IFuture<java.lang.Void> swapToStorage(IComponentIdentifier cid)
cid
- The component identifier.jadex.commons.future.IFuture<java.lang.Void> swapFromStorage(IComponentIdentifier cid)
cid
- The component identifier.