Uses of Class
org.jboss.bootstrap.spi.lifecycle.LifecycleState

Packages that use LifecycleState
org.jboss.bootstrap.spi.lifecycle   
org.jboss.bootstrap.spi.server   
 

Uses of LifecycleState in org.jboss.bootstrap.spi.lifecycle
 

Methods in org.jboss.bootstrap.spi.lifecycle that return LifecycleState
static LifecycleState LifecycleState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LifecycleState[] LifecycleState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.bootstrap.spi.lifecycle with parameters of type LifecycleState
 void LifecycleEventHandler.handleEvent(LifecycleState state)
          Fired upon the event change with which it was registered to handle
 

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

Methods in org.jboss.bootstrap.spi.server that return LifecycleState
 LifecycleState Server.getState()
          Returns the current state of the Server lifecycle
 

Methods in org.jboss.bootstrap.spi.server with parameters of type LifecycleState
 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.
 

Method parameters in org.jboss.bootstrap.spi.server with type arguments of type LifecycleState
 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
 



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