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

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

public class GetSubmitProgressHandler
extends Object
implements net.customware.gwt.dispatch.server.ActionHandler<GetSubmitProgress,GetSubmitProgressResult>


Constructor Summary
GetSubmitProgressHandler(ImportSessionManager importSessionManager)
           
 
Method Summary
 GetSubmitProgressResult execute(GetSubmitProgress action, net.customware.gwt.dispatch.server.ExecutionContext context)
           
 Class<GetSubmitProgress> getActionType()
           
 void rollback(GetSubmitProgress action, GetSubmitProgressResult 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

GetSubmitProgressHandler

@Inject
public GetSubmitProgressHandler(ImportSessionManager importSessionManager)
Method Detail

getActionType

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

execute

public GetSubmitProgressResult execute(GetSubmitProgress 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<GetSubmitProgress,GetSubmitProgressResult>
Throws:
net.customware.gwt.dispatch.shared.DispatchException

rollback

public void rollback(GetSubmitProgress action,
                     GetSubmitProgressResult 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<GetSubmitProgress,GetSubmitProgressResult>
Throws:
net.customware.gwt.dispatch.shared.DispatchException


Copyright © 2013. All Rights Reserved.