|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerConfig | |
|---|---|
| org.jboss.bootstrap.spi | |
| org.jboss.bootstrap.spi.config | |
| org.jboss.bootstrap.spi.factory | |
| org.jboss.bootstrap.spi.server | |
| Uses of ServerConfig in org.jboss.bootstrap.spi |
|---|
| Classes in org.jboss.bootstrap.spi with type parameters of type ServerConfig | |
|---|---|
interface |
Bootstrap<K extends Server<K,T>,T extends ServerConfig<T>>
Bootstrap |
| Uses of ServerConfig in org.jboss.bootstrap.spi.config |
|---|
| Classes in org.jboss.bootstrap.spi.config with type parameters of type ServerConfig | |
|---|---|
interface |
ConfigurationInitializer<T extends ServerConfig<?>>
ConfigurationInitializer Contract for initializers of a supplied ServerConfig. |
interface |
ConfigurationValidator<T extends ServerConfig<?>>
ConfigurationValidator Contract for validators of a supplied ServerConfig |
interface |
ServerConfig<T extends ServerConfig<?>>
ServerConfig Configuration used in Server creation and initialization |
| Uses of ServerConfig in org.jboss.bootstrap.spi.factory |
|---|
| Methods in org.jboss.bootstrap.spi.factory that return ServerConfig | |
|---|---|
static ServerConfig<?> |
ServerConfigFactory.createServerConfig(String implClassName)
Creates a ServerConfig from the specified implementation class name, using the Thread Context ClassLoader. |
static ServerConfig<?> |
ServerConfigFactory.createServerConfig(String implClassName,
ClassLoader cl)
Creates a ServerConfig from the specified implementation class name, using the specified ClassLoader. |
| Uses of ServerConfig in org.jboss.bootstrap.spi.server |
|---|
| Classes in org.jboss.bootstrap.spi.server with type parameters of type ServerConfig | |
|---|---|
interface |
Server<K extends Server<K,T>,T extends ServerConfig<T>>
Server Contract for generic Server implementations |
interface |
ServerInitializer<K extends Server<K,T>,T extends ServerConfig<T>>
ServerInitializer |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||