Set the "correctly configured" flag for this Context. This can be set to false by startup listeners that detect a fatal configuration error to avoid the application from being made available. @param configured The new correctly configured flag
(boolean configured)
| 191 | * @param configured The new correctly configured flag |
| 192 | */ |
| 193 | void setConfigured(boolean configured); |
| 194 | |
| 195 | |
| 196 | /** |
no outgoing calls