|
[Deprecated API] | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | CURRENT API | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.interface21.context.ContextOptions
Base bean to hold minimum of application context configuration. Can be subclassed to add additional properties.
| Constructor Summary | |
ContextOptions()
|
|
| Method Summary | |
boolean |
isReloadable()
Can we reload this config while the application is running? |
void |
setReloadable(boolean reloadable)
Set if we can reload this config. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ContextOptions()
| Method Detail |
public boolean isReloadable()
Note: Implementations are not obliged to support thread-safe reloading in a production environment. An implementation of reloading that cannot be guaranteed to be threadsafe but is sufficient during development is all that is required. Of course any limitations of an implementation should be documented.
public void setReloadable(boolean reloadable)
reloadable - if we can reload this config.public java.lang.String toString()
toString in class java.lang.Object
|
[Deprecated API] | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | CURRENT API | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||