| |
|
| java.lang.Object com.salmonllc.ideTools.Tomcat50ShutdownProperties
Tomcat50ShutdownProperties | public class Tomcat50ShutdownProperties (Code) | | |
Method Summary | |
public int | getDebug() | public int | getPort() | public String | getShutdown() Return the shutdown command string we are waiting for. | public void | setDebug(int debug) Set the debugging detail level. | public void | setPort(int port) Set the port number we listen to for shutdown commands. | public void | setShutdown(String shutdown) Set the shutdown command we are waiting for. |
getDebug | public int getDebug()(Code) | | |
getPort | public int getPort()(Code) | | |
getShutdown | public String getShutdown()(Code) | | Return the shutdown command string we are waiting for.
|
setDebug | public void setDebug(int debug)(Code) | | Set the debugging detail level.
Parameters: debug - The new debugging detail level |
setPort | public void setPort(int port)(Code) | | Set the port number we listen to for shutdown commands.
Parameters: port - The new port number |
setShutdown | public void setShutdown(String shutdown)(Code) | | Set the shutdown command we are waiting for.
Parameters: shutdown - The new shutdown command |
|
|
|