Package org.jboss.modcluster.container
Interface Server
- All Known Implementing Classes:
TomcatServer
public interface Server
SPI for a web application server, defined as a collection of one or more Engines.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionReturns the servlet engines associated with this server.
-
Method Details
-
getEngines
Returns the servlet engines associated with this server.- Returns:
- the server's engines
-