Provides a mechanism to run one or more operations in a given order.(提供了一种机制按照给定的顺序来运行一个或多个操作) Fires the 'operationcomplete' event after the completion of each Operation, and the 'complete' event when all Operations have been successfully executed.(每一个动作完成之后触发‘operationcomplete’事件,所有的动作成功完成之后出发‘complete’。) Fires an 'exception' event if any of the Operations encounter an exception.(即使任意动作碰到了一个异常也会触发‘exception’。)

Usually these are only used internally by Ext.data.proxy.Proxy classes(经常Batch是被Ext.data.proxy.Proxy类内部使用的。)