org.eclipse.emf.ecore.sdo.util
Class SDOUtil.Accessor.Pool
java.lang.Object
BasicEList
org.eclipse.emf.ecore.sdo.util.SDOUtil.Accessor.Pool
- Enclosing class:
- SDOUtil.Accessor
- protected static class SDOUtil.Accessor.Pool
- extends BasicEList
Only the get and recycle methods should be call; they are the only synchronized methods.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
accessors
protected SDOUtil.Accessor[] accessors
SDOUtil.Accessor.Pool
public SDOUtil.Accessor.Pool()
newData
protected Object[] newData(int capacity)
get
public SDOUtil.Accessor get()
- Returns a recyled instance or a new instance.
recycle
public void recycle(SDOUtil.Accessor accessor)
- Safely gives the accessor back for recycled use.