Class TomcatServer
java.lang.Object
org.jboss.modcluster.container.tomcat.TomcatServer
- All Implemented Interfaces:
Server
Server implementation that wraps a Server.- Author:
- Paul Ferraro
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final TomcatRegistryprotected final org.apache.catalina.Server -
Constructor Summary
ConstructorsConstructorDescriptionTomcatServer(TomcatRegistry registry, org.apache.catalina.Server server) Constructs a newServerwrapping the specified catalina server. -
Method Summary
-
Field Details
-
registry
-
server
protected final org.apache.catalina.Server server
-
-
Constructor Details
-
TomcatServer
Constructs a newServerwrapping the specified catalina server.- Parameters:
server- a catalina server
-
-
Method Details
-
getEngines
Description copied from interface:ServerReturns the servlet engines associated with this server.- Specified by:
getEnginesin interfaceServer- Returns:
- the server's engines
-
equals
-
hashCode
public int hashCode() -
toString
-