public interface StartupLocal
| Modifier and Type | Method and Description |
|---|---|
String |
getError()
This method can be used for investigating the startup failure
|
void |
init()
Tells the startup bean to do its work.
|
boolean |
isInitialized()
When false is returned, it means the startup bean has not finished initializing the server.
|
boolean isInitialized()
String getError()
void init()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.