Uses of Class
org.jboss.system.server.profileservice.repository.AbstractBootstrapProfileFactory

Packages that use AbstractBootstrapProfileFactory
org.jboss.system.server.profileservice   
org.jboss.system.server.profileservice.repository   
 

Uses of AbstractBootstrapProfileFactory in org.jboss.system.server.profileservice
 

Subclasses of AbstractBootstrapProfileFactory in org.jboss.system.server.profileservice
 class StaticClusteredProfileFactory
          Expands upon the StaticProfileFactory to include a subprofiles for farmed content.
 

Methods in org.jboss.system.server.profileservice that return AbstractBootstrapProfileFactory
 AbstractBootstrapProfileFactory ProfileServiceBootstrap.getBootstrapProfileFactory()
           
 

Methods in org.jboss.system.server.profileservice with parameters of type AbstractBootstrapProfileFactory
 void ProfileServiceBootstrap.setBootstrapProfileFactory(AbstractBootstrapProfileFactory profileFactory)
           
 

Uses of AbstractBootstrapProfileFactory in org.jboss.system.server.profileservice.repository
 

Subclasses of AbstractBootstrapProfileFactory in org.jboss.system.server.profileservice.repository
 class StaticProfileFactory
          A profile factory based on a static configuration.
 



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