org.glassfish.virtualization.spi
Interface ServerPoolFactory


@Contract
public interface ServerPoolFactory

Factory for ServerPool instances. Implementations are virtualization technology dependent and should be registered using the virtualization name.

Author:
Jerome Dochez

Method Summary
 ServerPool build(ServerPoolConfig config)
          Creates a new ServerPool instance from a persisted configuration.
 

Method Detail

build

ServerPool build(ServerPoolConfig config)
Creates a new ServerPool instance from a persisted configuration.

Parameters:
config - the server pool configuration
Returns:
the ServerPool instance.


Copyright © 2012. All Rights Reserved.