Interface ServerStartupHook
public interface ServerStartupHook
This is the interface for the ServerStartupHook.
 
This handler may be specified in server.xml hooks section. The implementing class must implement this interface and have a no args constructor.
- 
Method SummaryModifier and TypeMethodDescriptionbooleanThis method is called when the server is starting.
- 
Method Details- 
serverStartingboolean serverStarting()This method is called when the server is starting. If this method return false, the server will not start- Returns:
- true if the server can be started
 
 
-