Uses of Interface
org.jboss.bootstrap.spi.Bootstrap

Packages that use Bootstrap
org.jboss.bootstrap.spi.server   
 

Uses of Bootstrap in org.jboss.bootstrap.spi.server
 

Methods in org.jboss.bootstrap.spi.server with parameters of type Bootstrap
 void Server.addBootstrap(Bootstrap<K,T> bootstrap)
          Adds the specified bootstrap to those to be run on Server.start()
 void Server.removeBootstrap(Bootstrap<K,T> bootstrap)
          Removes the specified bootstrap from those to be run on Server.start()
 



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