public abstract class ServerContainerFactory extends Object
ServerContainer.| Constructor and Description |
|---|
ServerContainerFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract ServerContainer |
createContainer(Map<String,Object> properties)
Create container delegate method.
|
static ServerContainer |
createServerContainer()
Create new
ServerContainer with default configuration. |
static ServerContainer |
createServerContainer(Map<String,Object> properties)
Create new
ServerContainer with configuration. |
public static ServerContainer createServerContainer()
ServerContainer with default configuration.ServerContainer.public static ServerContainer createServerContainer(Map<String,Object> properties)
ServerContainer with configuration.properties - configuration passed to created server container.ServerContainer.public abstract ServerContainer createContainer(Map<String,Object> properties)
ServerContainerFactory implementations.properties - configuration passed to created server container.ServerContainer.Copyright © 2012-2016, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.