|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ManageableApplicationRouter
This interface simply exposes methods to reconfigure an Application Router dynamically.
| Method Summary | |
|---|---|
void |
configure(java.lang.Object configuration)
This method will completely reconfigure the application router and clean the previous state accumulated in the AR. |
java.lang.Object |
getCurrentConfiguration()
This method will provide the configuration that is currently active in the AR. |
| Method Detail |
|---|
void configure(java.lang.Object configuration)
configuration - How the configuration variable will be
interpreted is AR specific. For most cases a String should work
just fine (dar file contents, xml files content, rule files, etc)java.lang.Object getCurrentConfiguration()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||