Interface FeedGridJob
-
- All Known Implementing Classes:
LocalFeedGridJob
public interface FeedGridJobInterface for feed grid job
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.Serializableexecute()JobSettingsgetArgument()voidsetArgument(JobSettings arg)
-
-
-
Method Detail
-
setArgument
void setArgument(JobSettings arg)
-
getArgument
JobSettings getArgument()
-
execute
java.io.Serializable execute() throws java.lang.Exception- Throws:
java.lang.Exception
-
-