public interface SessionScopedComponent extends Component
Analogous to Hibernate's Session.
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.