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

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

public class GetGenericDataHandler
extends Object
implements net.customware.gwt.dispatch.server.ActionHandler<GetGenericData,GetGenericDataResult>


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

GetGenericDataHandler

@Inject
public GetGenericDataHandler(ImportSessionManager importSessionManager)
Method Detail

getActionType

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

execute

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

rollback

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


Copyright © 2013. All Rights Reserved.