Uses of Interface
org.jboss.bootstrap.spi.lifecycle.LifecycleEventHandler

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

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

Methods in org.jboss.bootstrap.spi.server with parameters of type LifecycleEventHandler
 void Server.registerEventHandler(LifecycleEventHandler handler, EnumSet<LifecycleState> states)
          Registers the specified handler to fire when the server's state enters one of the the specified states
 void Server.registerEventHandler(LifecycleEventHandler handler, LifecycleState... states)
          Registers the specified handler to fire when the server's state enters one of the the specified states
 void Server.registerEventHandler(LifecycleState state, LifecycleEventHandler handler)
          Registers the specified handler to fire when the server's state enters that of the specified state.
 void Server.registerEventHandlers(LifecycleState state, LifecycleEventHandler... handlers)
          Registers the specified handlers to fire when the server's state enters that of the specified state.
 boolean Server.unregisterEventHandler(LifecycleEventHandler handler, LifecycleState state)
          Unregisters the specified event handler from firing when the server state changes to the specified state.
 



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