|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISlugService
Slug service interface. All implementations should be instantiable using Class.newInstance() and be thread safe as well.
Class.newInstance()| Method Summary | |
|---|---|
void |
init(java.util.Map setup)
Initialize class implelentation. |
void |
prepare()
Inform implementation that it is about ot be put in service. |
void |
release()
Inform implementation that it is about ot be removed from servide. |
| Method Detail |
|---|
void init(java.util.Map setup)
throws SlugInitializationException
setup - conficuration parameters.
SlugInitializationException - if instance cannot be properly
initialized.
void prepare()
throws SlugInitializationException
SlugInitializationException - in case of an error.void release()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||