Project Wonder 5.0

er.extensions.concurrency
Class ERXTaskObjectStoreCoordinatorPool

java.lang.Object
  extended by er.extensions.concurrency.ERXTaskObjectStoreCoordinatorPool

public class ERXTaskObjectStoreCoordinatorPool
extends java.lang.Object

A class that manages a pool of object store coordinators for background tasks. Such a pool is useful to prevent intensive EOF activity of background tasks interfering with normal use page browsing. The default pool size is one. More can be set using the property er.extensions.concurrency.ERXTaskObjectStoreCoordinatorPool.maxCoordinators

Author:
kieran

Constructor Summary
ERXTaskObjectStoreCoordinatorPool()
           
 
Method Summary
static com.webobjects.eocontrol.EOObjectStoreCoordinator objectStoreCoordinator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ERXTaskObjectStoreCoordinatorPool

public ERXTaskObjectStoreCoordinatorPool()
Method Detail

objectStoreCoordinator

public static com.webobjects.eocontrol.EOObjectStoreCoordinator objectStoreCoordinator()
Returns:
a OSC from the pool in Round Robin fashion

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.