|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModuleServicePluginExecutor
Represents a plugin execution.
| Method Summary | |
|---|---|
java.lang.Object |
executePlugin(InternalModuleServiceCall call,
java.lang.Object data)
Execute plugin. |
boolean |
getInterrupted()
Was the execution interrupted by the user? |
java.lang.String |
getLocationDescription()
Get description of currently taken action. |
double |
getVisitPercentage()
Get percentage of currently running plugin execution. |
| Method Detail |
|---|
java.lang.Object executePlugin(InternalModuleServiceCall call,
java.lang.Object data)
throws InterruptException
call - Service call.data - Process execution data.
null.
InterruptException - User canceled execution.double getVisitPercentage()
getVisitPercentage in interface ServiceCompletenessjava.lang.String getLocationDescription()
getLocationDescription in interface ServiceCompletenessboolean getInterrupted()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||