|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Layer
This interface specifies the minimal behavior of implementations of the "layer" concept.
The lifecycle of layers is as follows:
| Method Summary | |
|---|---|
void |
dispose()
Shuts down this instance. |
void |
init(ServiceMetaData meta)
Initializes this instance. |
void |
start(ServiceMetaData meta)
Starts this instance. |
| Method Detail |
|---|
void init(ServiceMetaData meta) throws Exception
Exception - if an exception occurs during initialization.void start(ServiceMetaData meta) throws Exception
Exception - if an exception occurs during startup.void dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||