Uses of Interface
org.jboss.bootstrap.spi.mc.config.MCBasedServerConfig

Packages that use MCBasedServerConfig
org.jboss.bootstrap.spi.mc.config   
org.jboss.bootstrap.spi.mc.server   
 

Uses of MCBasedServerConfig in org.jboss.bootstrap.spi.mc.config
 

Classes in org.jboss.bootstrap.spi.mc.config with type parameters of type MCBasedServerConfig
 interface MCBasedServerConfig<T extends MCBasedServerConfig<T>>
          MCBasedServerConfig Contract for MC-based Servers, may be extended for a direct MC ServerConfig
 

Subinterfaces of MCBasedServerConfig in org.jboss.bootstrap.spi.mc.config
 interface MCServerConfig
          MCServerConfig Contract of Microcontainer implementations of the ServerConfig
 

Uses of MCBasedServerConfig in org.jboss.bootstrap.spi.mc.server
 

Classes in org.jboss.bootstrap.spi.mc.server with type parameters of type MCBasedServerConfig
 interface MCBasedServer<K extends MCBasedServer<K,T>,T extends MCBasedServerConfig<T>>
          MCBasedServer Contract for MC-based Servers, may be extended for a direct MC Server
 



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