|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.dna.repository.sequencers.SequencingService.Context
protected class SequencingService.Context
| Field Summary | |
|---|---|
protected AtomicBoolean |
closed
|
protected JcrExecutionContext |
delegate
|
protected SessionFactory |
factory
|
| Constructor Summary | |
|---|---|
protected |
SequencingService.Context(JcrExecutionContext context)
|
| Method Summary | |
|---|---|
void |
close()
|
AccessControlContext |
getAccessControlContext()
|
ClassLoader |
getClassLoader(String... classpath)
|
org.jboss.dna.common.util.Logger |
getLogger(Class<?> clazz)
|
org.jboss.dna.common.util.Logger |
getLogger(String name)
|
LoginContext |
getLoginContext()
|
org.jboss.dna.graph.properties.NamespaceRegistry |
getNamespaceRegistry()
|
org.jboss.dna.graph.properties.PropertyFactory |
getPropertyFactory()
|
SessionFactory |
getSessionFactory()
Get the session factory, which can be used to obtain sessions temporarily for this context. |
Subject |
getSubject()
|
JcrTools |
getTools()
Get a set of utilities for working with JCR. |
org.jboss.dna.graph.properties.ValueFactories |
getValueFactories()
|
protected void |
recordSession(javax.jcr.Session session)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final JcrExecutionContext delegate
protected final SessionFactory factory
protected final AtomicBoolean closed
| Constructor Detail |
|---|
protected SequencingService.Context(JcrExecutionContext context)
| Method Detail |
|---|
public void close()
public ClassLoader getClassLoader(String... classpath)
getClassLoader in interface org.jboss.dna.common.component.ClassLoaderFactoryClassLoaderFactory.getClassLoader(java.lang.String[])public AccessControlContext getAccessControlContext()
getAccessControlContext in interface org.jboss.dna.graph.ExecutionContextExecutionContext.getAccessControlContext()public LoginContext getLoginContext()
getLoginContext in interface org.jboss.dna.graph.ExecutionContextExecutionContext.getLoginContext()public org.jboss.dna.graph.properties.NamespaceRegistry getNamespaceRegistry()
getNamespaceRegistry in interface org.jboss.dna.graph.ExecutionContextpublic org.jboss.dna.graph.properties.PropertyFactory getPropertyFactory()
getPropertyFactory in interface org.jboss.dna.graph.ExecutionContextpublic SessionFactory getSessionFactory()
closed before the execution finishes.
getSessionFactory in interface JcrExecutionContextpublic Subject getSubject()
getSubject in interface org.jboss.dna.graph.ExecutionContextExecutionContext.getSubject()public JcrTools getTools()
getTools in interface JcrExecutionContextpublic org.jboss.dna.graph.properties.ValueFactories getValueFactories()
getValueFactories in interface org.jboss.dna.graph.ExecutionContextpublic org.jboss.dna.common.util.Logger getLogger(Class<?> clazz)
getLogger in interface org.jboss.dna.graph.ExecutionContextExecutionContext.getLogger(java.lang.Class)public org.jboss.dna.common.util.Logger getLogger(String name)
getLogger in interface org.jboss.dna.graph.ExecutionContextExecutionContext.getLogger(java.lang.String)protected void recordSession(javax.jcr.Session session)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||