|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Server | |
---|---|
org.jboss.bootstrap.spi | |
org.jboss.bootstrap.spi.factory | |
org.jboss.bootstrap.spi.server |
Uses of Server in org.jboss.bootstrap.spi |
---|
Classes in org.jboss.bootstrap.spi with type parameters of type Server | |
---|---|
interface |
Bootstrap<K extends Server<K,T>,T extends ServerConfig<T>>
Bootstrap |
Uses of Server in org.jboss.bootstrap.spi.factory |
---|
Methods in org.jboss.bootstrap.spi.factory that return Server | |
---|---|
static Server<?,?> |
ServerFactory.createServer(String implClassName)
Creates a Server from the specified implementation class name, using the Thread Context ClassLoader. |
static Server<?,?> |
ServerFactory.createServer(String implClassName,
ClassLoader cl)
Creates a Server from the specified implementation class name, using the specified ClassLoader. |
Uses of Server in org.jboss.bootstrap.spi.server |
---|
Classes in org.jboss.bootstrap.spi.server with type parameters of type Server | |
---|---|
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 |