FileDocCategorySizeDatePackage
UpdateAccountStrategy.javaAPI DocApache Lucene 2.1.01557Wed Feb 14 10:46:04 GMT 2007org.apache.lucene.gdata.servlet.handler

UpdateAccountStrategy

public class UpdateAccountStrategy extends AbstractAccountHandler
author
Simon Willnauer

Fields Summary
private static final Log
LOG
Constructors Summary
Methods Summary
protected voidprocessServiceAction(org.apache.lucene.gdata.data.GDataAccount account)


    

    
          
        try{
        this.service.updateAccount(account);
        }catch (ServiceException e) {
            LOG.error("Can't update account -- "+e.getMessage(),e);
            throw e;
        }