|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionFactory | |
|---|---|
| org.jboss.dna.repository.observation | |
| org.jboss.dna.repository.util | |
| Uses of SessionFactory in org.jboss.dna.repository.observation |
|---|
| Methods in org.jboss.dna.repository.observation that return SessionFactory | |
|---|---|
SessionFactory |
ObservationService.getSessionFactory()
|
| Constructors in org.jboss.dna.repository.observation with parameters of type SessionFactory | |
|---|---|
ObservationService(SessionFactory sessionFactory)
|
|
| Uses of SessionFactory in org.jboss.dna.repository.util |
|---|
| Classes in org.jboss.dna.repository.util that implement SessionFactory | |
|---|---|
class |
AbstractSessionFactory
A SessionFactory implementation that creates Session instances using Repository instances. |
class |
JndiSessionFactory
A SessionFactory implementation that creates Session instances using Repository instances registered in JNDI. |
class |
SimpleSessionFactory
A SessionFactory implementation that creates Session instances using Repository instances registered in JNDI. |
| Methods in org.jboss.dna.repository.util that return SessionFactory | |
|---|---|
SessionFactory |
SimpleExecutionContext.getSessionFactory()
Get the session factory, which can be used to obtain sessions temporarily for this context. |
SessionFactory |
ExecutionContext.getSessionFactory()
Get the session factory, which can be used to obtain sessions temporarily for this context. |
| Constructors in org.jboss.dna.repository.util with parameters of type SessionFactory | |
|---|---|
SimpleExecutionContext(SessionFactory sessionFactory)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||