|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IServiceProvider
Base interface to be registable in the Higgins Regisrty.
| Method Summary | |
|---|---|
IConfiguration |
getConfiguration()
Returns configuration of this service provider. |
String |
getID()
Returns the id of this service provider. |
void |
setID(String id)
Sets the id of this service provider. |
| Method Detail |
|---|
String getID()
null String containing the
identifier of the service.
void setID(String id)
throws Exception
IRegistryExtensions to initialize service provider instance when
getID returns null.
id - -
the service provider id
Exception - if id of this service provider can't be modified.IConfiguration getConfiguration()
HigginsRegistry returned configuration is used
to load service's configuration.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||