Uses of Class
org.eclipse.emf.cdo.spi.server.StoreAccessorBase
Package
Description
Server service provider interfaces and useful base implementations.
-
Uses of StoreAccessorBase in org.eclipse.emf.cdo.spi.server
Modifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...Modifier and TypeMethodDescriptionStoreAccessorPool.removeStoreAccessor
(Object context) Returns astore accessor
from this pool if one is available, ornull
otherwise.Modifier and TypeMethodDescriptionvoid
StoreAccessorPool.addStoreAccessor
(StoreAccessorBase accessor) Passivates the givenstore accessor
and adds it to this pool if the pool size is smaller than thecapacity
, or disposes of the store accessor otherwise.protected void
StoreAccessorPool.disposeStoreAccessor
(StoreAccessorBase accessor) protected void
Store.releaseAccessor
(StoreAccessorBase accessor)