X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fws%2Fserver%2FSetExecutableFlag.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fws%2Fserver%2FSetExecutableFlag.html;h=9f74aa7406903c2f20c666c91c50a9d910027252;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/full_javadoc/compbio/ws/server/SetExecutableFlag.html b/website/full_javadoc/compbio/ws/server/SetExecutableFlag.html new file mode 100644 index 0000000..9f74aa7 --- /dev/null +++ b/website/full_javadoc/compbio/ws/server/SetExecutableFlag.html @@ -0,0 +1,292 @@ + + + + + + +SetExecutableFlag + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +compbio.ws.server +
+Class SetExecutableFlag

+
+java.lang.Object
+  extended by compbio.ws.server.SetExecutableFlag
+
+
+
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener
+
+
+
+
public class SetExecutableFlag
extends Object
implements javax.servlet.ServletContextListener
+ + +

+Run setexecflag.sh script if executable flag is not set +

+ +

+

+
Author:
+
pvtroshin
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
SetExecutableFlag() + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidcontextDestroyed(javax.servlet.ServletContextEvent arg0) + +
+           
+ voidcontextInitialized(javax.servlet.ServletContextEvent arg0) + +
+          This listener is designed to run only once when the web application is + deployed to set executable flag for binaries.
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+SetExecutableFlag

+
+public SetExecutableFlag()
+
+
+ + + + + + + + +
+Method Detail
+ +

+contextDestroyed

+
+public void contextDestroyed(javax.servlet.ServletContextEvent arg0)
+
+
+
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener
+
+
+
+
+
+
+ +

+contextInitialized

+
+public void contextInitialized(javax.servlet.ServletContextEvent arg0)
+
+
This listener is designed to run only once when the web application is + deployed to set executable flag for binaries. +

+

+
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
+
+
+
Parameters:
arg0 - - ignored
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +