|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionScopedComponent
Indicate that the implementing component is scoped at the session level (for a single user) and might also need to be "opened" or "closed" at the start/end of the session.
Analogous to Hibernate's Session.
ApplicationScopedComponent,
TransactionScopedComponent| Method Summary | |
|---|---|
void |
close()
Indicates to the component that no more requests will be made of it and it can safely release any services it has hold of. |
void |
open()
Indicates to the component that it is to initialise itself as it will soon be receiving requests. |
| Method Detail |
|---|
void open()
void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||