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

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

public class GetMiscFilesHandler
extends Object
implements net.customware.gwt.dispatch.server.ActionHandler<GetMiscFiles,GetMiscFilesResult>


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

GetMiscFilesHandler

@Inject
public GetMiscFilesHandler(ImportSessionManager importSessionManager)
Method Detail

getActionType

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

execute

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

rollback

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


Copyright © 2013. All Rights Reserved.