Uses of Class
org.eclipse.emf.cdo.spi.server.StoreAccessorBase

Packages that use StoreAccessorBase
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
 

Uses of StoreAccessorBase in org.eclipse.emf.cdo.spi.server
 

Subclasses of StoreAccessorBase in org.eclipse.emf.cdo.spi.server
 class LongIDStoreAccessor
          If the meaning of this type isn't clear, there really should be more of a description here...
 class StoreAccessor
          If the meaning of this type isn't clear, there really should be more of a description here...
 

Methods in org.eclipse.emf.cdo.spi.server that return StoreAccessorBase
 StoreAccessorBase StoreAccessorPool.removeStoreAccessor(Object context)
          Returns a store accessor from this pool if one is available, or null otherwise.
 

Methods in org.eclipse.emf.cdo.spi.server with parameters of type StoreAccessorBase
 void StoreAccessorPool.addStoreAccessor(StoreAccessorBase storeAccessor)
          Passivates the given store accessor and adds it to this pool if the pool size is smaller than the capacity, or disposes of the store accessor otherwise.
protected  void StoreAccessorPool.disposeStoreAccessor(StoreAccessorBase accessor)
           
protected  void Store.releaseAccessor(StoreAccessorBase accessor)
           
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.