ClearToolLocks

From WandoraWiki
(Difference between revisions)
Jump to: navigation, search
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
Tool releases all [[tool locks]] in Wandora. Tool lock prevent Wandora to execute same tool again while the tool is already running. Releasing tool locks allows tool to be runned again. Releasing tool locks does '''not''' kill tool threads.
+
Tool releases all [[tool locks]] in Wandora. Tool lock prevents Wandora to execute the tool again while it is already running. Releasing tool locks allows the tool to be runned again. Releasing tool locks does '''not''' kill tool threads. If the tool thread is active while executing the tool again may cause Java exceptions.
  
 
{{Tool_s_GUI_name_title}}
 
{{Tool_s_GUI_name_title}}
Line 7: Line 7:
 
{{Tool_s_class_title}}
 
{{Tool_s_class_title}}
  
com.gripstudios.applications.wandora.admin.tools.ClearToolLocks
+
{{Tool_class_path|ClearToolLocks|ClearToolLocks}}
  
 
[[Category:Tools]]
 
[[Category:Tools]]

Latest revision as of 20:21, 30 December 2007

Tool releases all tool locks in Wandora. Tool lock prevents Wandora to execute the tool again while it is already running. Releasing tool locks allows the tool to be runned again. Releasing tool locks does not kill tool threads. If the tool thread is active while executing the tool again may cause Java exceptions.

[edit] GUI name

  • Clear tool locks

[edit] Tool Class

org.wandora.application.tools.ClearToolLocks