Uses of Interface
org.jboss.bootstrap.spi.as.config.JBossASBasedServerConfig

Packages that use JBossASBasedServerConfig
org.jboss.bootstrap.spi.as   
org.jboss.bootstrap.spi.as.config   
org.jboss.bootstrap.spi.as.server   
 

Uses of JBossASBasedServerConfig in org.jboss.bootstrap.spi.as
 

Classes in org.jboss.bootstrap.spi.as with type parameters of type JBossASBasedServerConfig
 interface JBossASBootstrap<K extends JBossASBasedServer<K,T>,T extends JBossASBasedServerConfig<T>>
          JBossASBootstrap Represents a JBoss AS Bootstrap
 

Uses of JBossASBasedServerConfig in org.jboss.bootstrap.spi.as.config
 

Classes in org.jboss.bootstrap.spi.as.config with type parameters of type JBossASBasedServerConfig
 interface JBossASBasedConfigurationInitializer<T extends JBossASBasedServerConfig<T>>
          JBossASBasedConfigurationInitializer Contract for a JBossAS-based Configuration Initializers
 interface JBossASBasedServerConfig<T extends JBossASBasedServerConfig<T>>
          JBossASBasedServerConfig Contract for the configuration of AS-based Servers, may be extended for a direct AS ServerConfig
 

Subinterfaces of JBossASBasedServerConfig in org.jboss.bootstrap.spi.as.config
 interface JBossASServerConfig
          JBossASServerConfig User configuration for the JBoss Application Server.
 

Uses of JBossASBasedServerConfig in org.jboss.bootstrap.spi.as.server
 

Classes in org.jboss.bootstrap.spi.as.server with type parameters of type JBossASBasedServerConfig
 interface JBossASBasedServer<K extends JBossASBasedServer<K,T>,T extends JBossASBasedServerConfig<T>>
          JBossASBasedServer Contract for JBoss Application Servers and extensions thereof
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.