JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
.
Method Summary
Methods
Modifier and Type
Method and Description
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
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method