|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EnvironmentFactory
factory for EnvironmentImpls.
Default implementation is
PvmEnvironmentFactory. EnvironmentFactory is thread safe, you
should use one environment factory for all your threads.
Easiest way to obtain an EnvironmentFactory is with
#parseResource(String)#parseInputStream(InputStream)#parseInputSource(InputSource)#parseXmlString(String)For the default parser's XML schema, see PvmEnvironmentFactoryParser.
| Field Summary |
|---|
| Fields inherited from interface org.jbpm.pvm.internal.env.Context |
|---|
CONTEXTNAME_EXECUTION, CONTEXTNAME_JOB, CONTEXTNAME_PROCESS_ENGINE, CONTEXTNAME_TASK, CONTEXTNAME_TRANSACTION |
| Method Summary | |
|---|---|
void |
close()
closes this environment factory and cleans any allocated resources. |
EnvironmentImpl |
openEnvironment()
open a new EnvironmentImpl. |
| Methods inherited from interface org.jbpm.pvm.internal.env.Context |
|---|
get, get, getName, has, keys, set |
| Method Detail |
|---|
EnvironmentImpl openEnvironment()
EnvironmentImpl.close().
void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||