* execution of this command
*/
public void execute() throws AuditException {
try {
SynchronizationMBean proxy = (SynchronizationMBean)
MBeanServerProxy.getMBeanServerProxy(
SynchronizationMBean.class,
new ObjectName(MBEAN_NAME), _connInfo);
_result = proxy.audit(_requests);
} catch (Exception e) {
String msg = _localStrMgr.getString("fileRetrieveError",
_requests[0].getMetaFileName());
throw new AuditException(msg, e);