| Package | Description |
|---|---|
| org.eclipse.emf.cdo.spi.server |
Server service provider interfaces and useful base implementations.
|
| Modifier and Type | Class and Description |
|---|---|
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...
|
| Modifier and Type | Method and Description |
|---|---|
StoreAccessorBase |
StoreAccessorPool.removeStoreAccessor(Object context)
Returns a
store accessor from this pool if one is available, or null otherwise. |
| Modifier and Type | Method and Description |
|---|---|
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-2014 Eike Stepper (Berlin, Germany) and others.