org.gcube.portlets.admin.software_upload_wizard.server.rpc.handlers
Class GetTypedDataHandler<T>
java.lang.Object
org.gcube.portlets.admin.software_upload_wizard.server.rpc.handlers.GetTypedDataHandler<T>
- All Implemented Interfaces:
- net.customware.gwt.dispatch.server.ActionHandler<GetTypedData<T>,GetTypedDataResult<T>>
public class GetTypedDataHandler<T>
- extends Object
- implements net.customware.gwt.dispatch.server.ActionHandler<GetTypedData<T>,GetTypedDataResult<T>>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetTypedDataHandler
@Inject
public GetTypedDataHandler(ImportSessionManager importSessionManager)
getActionType
public Class<GetTypedData<T>> getActionType()
- Specified by:
getActionType in interface net.customware.gwt.dispatch.server.ActionHandler<GetTypedData<T>,GetTypedDataResult<T>>
execute
public GetTypedDataResult<T> execute(GetTypedData<T> 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<GetTypedData<T>,GetTypedDataResult<T>>
- Throws:
net.customware.gwt.dispatch.shared.DispatchException
rollback
public void rollback(GetTypedData<T> action,
GetTypedDataResult<T> 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<GetTypedData<T>,GetTypedDataResult<T>>
- Throws:
net.customware.gwt.dispatch.shared.DispatchException
Copyright © 2013. All Rights Reserved.