|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ApplicationScopedComponent
Indicate that the implementing component is scoped at application level (shared across multiple sessions) and might also require initialization or being shutdown.
Analogous to Hibernate's SessionFactory.
SessionScopedComponent,
TransactionScopedComponent| Method Summary | |
|---|---|
void |
init()
Indicates to the component that it is to initialise itself. |
void |
shutdown()
Indicates to the component that it will no longer be used and should shut itself down cleanly. |
| Method Detail |
|---|
void init()
void shutdown()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||