DbXMLForObj command = new DbXMLForObj((OzoneProxy) rObj);
command.perform(env.transactionManager.currentTA());
byte[] bytes = (byte[]) command.result;
SAXChunkConsumer consumer = new SAXChunkConsumer(ch);
consumer.processChunk(bytes);
}
/**
Internal method. This method is called by {@link OzoneProxy}s when they are dying (during finalize()). This
is required, as the database may track the references the database client has to objects within the database