mod_cluster: Container SPI 1.3.1.Alpha2

org.jboss.modcluster.container
Interface Server


public interface Server

SPI for a web application server, defined as a collection of one or more Engines.

Author:
Paul Ferraro

Method Summary
 Iterable<Engine> getEngines()
          Returns the servlet engines associated with this server.
 

Method Detail

getEngines

Iterable<Engine> getEngines()
Returns the servlet engines associated with this server.

Returns:
the server's engines

mod_cluster: Container SPI 1.3.1.Alpha2

Copyright © 2014 JBoss by Red Hat. All rights reserved.