public class StartupBean extends Object implements StartupLocal
initialized property is only modified on startup.| Constructor and Description |
|---|
StartupBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getError()
This method can be used for investigating the startup failure
|
void |
init()
Performs the final RHQ Server initialization work that needs to talk place.
|
boolean |
isInitialized()
When false is returned, it means the startup bean has not finished initializing the server.
|
void |
scanForPlugins(javax.ejb.Timer timer) |
public boolean isInitialized()
StartupLocalisInitialized in interface StartupLocalpublic String getError()
StartupLocalgetError in interface StartupLocalpublic void init()
throws RuntimeException
init in interface StartupLocalRuntimeExceptionpublic void scanForPlugins(javax.ejb.Timer timer)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.