| |
|
| java.lang.Object com.rift.coad.daemon.tomcat.Tomcat
Tomcat | public class Tomcat implements TomcatMBean(Code) | | The implementation of the tomcat management interface.
author: Brett Chaldecott |
Constructor Summary | |
public | Tomcat() |
Method Summary | |
public String | getDescription() This method returns the description of the tom cat daemon. | public String | getName() This method returns the name of the tomcat daemon. | public String | getVersion() This method returns the version of this daemon. |
Tomcat | public Tomcat()(Code) | | Creates a new instance of TomcatImpl
|
getDescription | public String getDescription()(Code) | | This method returns the description of the tom cat daemon.
|
getName | public String getName()(Code) | | This method returns the name of the tomcat daemon.
|
getVersion | public String getVersion()(Code) | | This method returns the version of this daemon.
|
|
|
|