public void refreshAll()
{
if (isClosed())
{
throw new JDOFatalUserException(generateIsClosedErrorMessage("refreshAll()"));
}
if (currentTransaction().isActive())
{
Collection collection = m_conn.getEditingContext().getAllObjectsInContext();
Iterator it = collection.iterator();