| java.lang.Object com.versant.core.jdo.PMPool
PMPool | public class PMPool implements HasMetrics(Code) | | This is a pool for PMs. This pool does not have a max limit. It is
thread safe.
|
addMetrics | public void addMetrics(List list)(Code) | | Add our base performance metrics to list. This is only used for the
local PM pool.
|
sampleMetrics | public void sampleMetrics(int[][] buf, int pos)(Code) | | Get values for our metrics. This is only called for the local PM pool.
|
shutdown | public void shutdown()(Code) | | Close all connections and shutdown the pool.
|
|
|