mod_cluster-container-spi 1.2.6.Final

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.2.6.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.