org.objectweb.perseus.persistence.api
Interface MemoryInstanceManager
public interface MemoryInstanceManager
It defines a memory instance manager able to create memory instance since
an identifier.
The method releaseInstance permit to use a Pool of memory instance manager.
- S.Chassande-Barrioz, P.Dechamboux
newInstance
public Object newInstance(Object oid,
ConnectionHolder context)
throws PersistenceException
It creates an instance since an identifier
oid
- is the identifier of the futur objectcontext
- can be used by the naming to access to the support
- a memory instance
PersistenceException
- if an error occured during the instanciation
of the memory instance.
Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.