org.gvsig.fmap.dal.resource
Interface ResourceAction


public interface ResourceAction

Action to execute in the context of a Resource. This is used to run actions which use a Resource.

Author:
2009- César Ordiñana - gvSIG team

Method Summary
 Object run()
          Executes the action to perform with a Resource.
 

Method Detail

run

Object run()
           throws Exception
Executes the action to perform with a Resource.

Returns:
the result of the action, or null if none required
Throws:
Exception - if there is an error executing the action


Copyright © 2004-2012 gvSIG. All Rights Reserved.