org.gcube.portlets.admin.software_upload_wizard.server.rpc.handlers
Class RemovePackageHandler

java.lang.Object
  extended by org.gcube.portlets.admin.software_upload_wizard.server.rpc.handlers.RemovePackageHandler
All Implemented Interfaces:
net.customware.gwt.dispatch.server.ActionHandler<RemovePackage,RemovePackageResult>

public class RemovePackageHandler
extends Object
implements net.customware.gwt.dispatch.server.ActionHandler<RemovePackage,RemovePackageResult>


Constructor Summary
RemovePackageHandler(ImportSessionManager importSessionManager)
           
 
Method Summary
 RemovePackageResult execute(RemovePackage action, net.customware.gwt.dispatch.server.ExecutionContext context)
           
 Class<RemovePackage> getActionType()
           
 void rollback(RemovePackage action, RemovePackageResult result, net.customware.gwt.dispatch.server.ExecutionContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemovePackageHandler

@Inject
public RemovePackageHandler(ImportSessionManager importSessionManager)
Method Detail

getActionType

public Class<RemovePackage> getActionType()
Specified by:
getActionType in interface net.customware.gwt.dispatch.server.ActionHandler<RemovePackage,RemovePackageResult>

execute

public RemovePackageResult execute(RemovePackage action,
                                   net.customware.gwt.dispatch.server.ExecutionContext context)
                            throws net.customware.gwt.dispatch.shared.DispatchException
Specified by:
execute in interface net.customware.gwt.dispatch.server.ActionHandler<RemovePackage,RemovePackageResult>
Throws:
net.customware.gwt.dispatch.shared.DispatchException

rollback

public void rollback(RemovePackage action,
                     RemovePackageResult result,
                     net.customware.gwt.dispatch.server.ExecutionContext context)
              throws net.customware.gwt.dispatch.shared.DispatchException
Specified by:
rollback in interface net.customware.gwt.dispatch.server.ActionHandler<RemovePackage,RemovePackageResult>
Throws:
net.customware.gwt.dispatch.shared.DispatchException


Copyright © 2013. All Rights Reserved.