|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A very simple interface the servicebox can use to dynamicly load init parameters for it's service and query the configuration in general.
| Method Summary | |
InitParameters |
getParameters(java.net.URL codebase)
Get init parameters for a service loaded from URL codebase. |
boolean |
isAutoStart(java.net.URL codebase)
Check is a service from a codebase is marked as an auto-start service. |
| Method Detail |
public InitParameters getParameters(java.net.URL codebase)
throws NotConfiguredException
InitParameters object if no parameters are found.
codebase - Service to find parameters for
NotConfiguredException - If the source is not configured.
public boolean isAutoStart(java.net.URL codebase)
throws NotConfiguredException
codebase - Service to check
NotConfiguredException - If the source is not configured.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||