| java.lang.Object org.objectweb.speedo.workingset.lib.WorkingSetManagerImpl
WorkingSetManagerImpl | public class WorkingSetManagerImpl implements WorkingSetManager,BindingController(Code) | | The class is an implementation of the WorkingSetManager interface. This
implementation is empty and do nothing. Indeed a WorkingSet is a fractal
component linked to a POManagerItf instance. The WorkingSet instances are
pooled in same time that the POManagerItf instance. Then Speedo never asks to
the TransactionalPersistenceManager (Perseus) to create WorkingSet instances.
author: S.Chassande-Barrioz |
closeWS | public void closeWS(WorkingSet ws)(Code) | | |
createWS | public WorkingSet createWS(Object userObject) throws PersistenceException(Code) | | |
createWS | public WorkingSet createWS(Object userObject, Object workingSetType) throws PersistenceException(Code) | | |
|
|