org.jboss.bootstrap.spi.lifecycle
Interface LifecycleEventHandler
public interface LifecycleEventHandler
LifecycleEventHandler
A callback to handle some lifecycle state change. Registered
with the server, and fired immediately after the state change has
taken place.
- Version:
- $Revision: $
- Author:
- ALR
handleEvent
void handleEvent(LifecycleState state)
throws LifecycleEventException
- Fired upon the event change with which it was registered to handle
- Parameters:
server
- The serverstate
- The new state
- Throws:
LifecycleEventException
- If an error was encounterd in processing
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.