{
setValue(event, "attributes", argArray, attributes);
setValue(event, "where", argArray, where);
setValue(event, "orderBy", argArray, orderBy);
resultList = (InstanceList)event.invoke(argArray, m_context.getMachine());
}
else
{
resultList = (InstanceList)metaclass.invoke("read",
new Object[]{attributes, where, orderBy, count, offset, xlock});