|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.grails.plugins.tomcat.TomcatKillSwitch
public class TomcatKillSwitch
Allows the tomcat server to be killed by pinging a port one greater than the server port.
| Field Summary | |
|---|---|
static java.lang.String |
TOMCAT_KILL_SWITCH_ACTIVE
|
| Constructor Summary | |
|---|---|
TomcatKillSwitch(org.apache.catalina.startup.Tomcat tomcat,
int serverPort)
|
|
| Method Summary | |
|---|---|
static boolean |
isActive()
|
void |
run()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String TOMCAT_KILL_SWITCH_ACTIVE
| Constructor Detail |
|---|
public TomcatKillSwitch(org.apache.catalina.startup.Tomcat tomcat,
int serverPort)
| Method Detail |
|---|
public static boolean isActive()
public void run()
run in interface java.lang.Runnable
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||