|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Service
This interface specifies the behavior common to all Soto service implementations.
| Method Summary | |
|---|---|
void |
dispose()
Shuts down this service. |
void |
init()
Performs initialization actions. |
void |
start()
Starts this instance. |
| Method Detail |
|---|
void init()
throws java.lang.Exception
java.lang.Exception - if a problem occurs while initializing.
void start()
throws java.lang.Exception
java.lang.Exception - if a problem occurs while starting.void dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||