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

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

public class GetGeneralInfoHandler
extends Object
implements net.customware.gwt.dispatch.server.ActionHandler<GetGeneralInfo,GetGeneralInfoResult>


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

GetGeneralInfoHandler

@Inject
public GetGeneralInfoHandler(ImportSessionManager importSessionManager)
Method Detail

getActionType

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

execute

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

rollback

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


Copyright © 2013. All Rights Reserved.