|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.dna.graph.BasicExecutionContext
public class BasicExecutionContext

| Constructor Summary | |
|---|---|
BasicExecutionContext()
|
|
BasicExecutionContext(AccessControlContext accessControlContext)
|
|
BasicExecutionContext(AccessControlContext accessControlContext,
NamespaceRegistry namespaceRegistry,
ValueFactories valueFactories,
PropertyFactory propertyFactory)
|
|
BasicExecutionContext(ExecutionContext inheritedContext,
NamespaceRegistry namespaceRegistry)
|
|
BasicExecutionContext(LoginContext loginContext)
|
|
BasicExecutionContext(LoginContext loginContext,
NamespaceRegistry namespaceRegistry,
ValueFactories valueFactories,
PropertyFactory propertyFactory)
|
|
BasicExecutionContext(NamespaceRegistry namespaceRegistry)
|
|
BasicExecutionContext(NamespaceRegistry namespaceRegistry,
ValueFactories valueFactories,
PropertyFactory propertyFactory)
|
|
| Method Summary | |
|---|---|
AccessControlContext |
getAccessControlContext()
|
ClassLoader |
getClassLoader(String... classpath)
Get a class loader for the supplied classpath. |
Logger |
getLogger(Class<?> clazz)
Return a logger associated with this context. |
Logger |
getLogger(String name)
Return a logger associated with this context. |
LoginContext |
getLoginContext()
|
NamespaceRegistry |
getNamespaceRegistry()
Get the namespace registry for this context. |
PropertyFactory |
getPropertyFactory()
Get the factory for creating Property objects. |
Subject |
getSubject()
Get the JAAS subject for which this context was created. |
ValueFactories |
getValueFactories()
Get the factories that should be used to create values for properties. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicExecutionContext()
public BasicExecutionContext(LoginContext loginContext)
public BasicExecutionContext(AccessControlContext accessControlContext)
public BasicExecutionContext(NamespaceRegistry namespaceRegistry,
ValueFactories valueFactories,
PropertyFactory propertyFactory)
public BasicExecutionContext(NamespaceRegistry namespaceRegistry)
public BasicExecutionContext(LoginContext loginContext,
NamespaceRegistry namespaceRegistry,
ValueFactories valueFactories,
PropertyFactory propertyFactory)
public BasicExecutionContext(AccessControlContext accessControlContext,
NamespaceRegistry namespaceRegistry,
ValueFactories valueFactories,
PropertyFactory propertyFactory)
public BasicExecutionContext(ExecutionContext inheritedContext,
NamespaceRegistry namespaceRegistry)
| Method Detail |
|---|
public ClassLoader getClassLoader(String... classpath)
getClassLoader in interface ClassLoaderFactoryclasspath - the classpath to use
ClassLoaderFactory.getClassLoader(java.lang.String[])public AccessControlContext getAccessControlContext()
getAccessControlContext in interface ExecutionContextnullExecutionContext.getAccessControlContext()public LoginContext getLoginContext()
getLoginContext in interface ExecutionContextnullExecutionContext.getLoginContext()public NamespaceRegistry getNamespaceRegistry()
getNamespaceRegistry in interface ExecutionContextnullpublic PropertyFactory getPropertyFactory()
Property objects.
getPropertyFactory in interface ExecutionContextnullpublic Subject getSubject()
getSubject in interface ExecutionContextnullExecutionContext.getSubject()public ValueFactories getValueFactories()
properties.
getValueFactories in interface ExecutionContextpublic Logger getLogger(Class<?> clazz)
obtain a system logger.
getLogger in interface ExecutionContextclazz - the class that is doing the logging
clazz; never nullExecutionContext.getLogger(java.lang.Class)public Logger getLogger(String name)
obtain a system logger.
getLogger in interface ExecutionContextname - the name for the logger
clazz; never nullExecutionContext.getLogger(java.lang.String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||