org.objectweb.perseus.persistence.api
Class VirtualState

java.lang.Object
  extended byorg.objectweb.perseus.persistence.api.VirtualState
All Implemented Interfaces:
State

public final class VirtualState
extends java.lang.Object
implements State

This simple implementation of the State interface can be used in order to simulate a State into a Working set in case of cache eviction.

Author:
S.Chassande-Barrioz

Field Summary
static State instance
           
 
Method Summary
 CacheEntry getCacheEntry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static final State instance
Method Detail

getCacheEntry

public final CacheEntry getCacheEntry()
Specified by:
getCacheEntry in interface State


Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.