|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbpm.client.impl.Interceptor org.jbpm.client.impl.EnvironmentInterceptor
public class EnvironmentInterceptor
sets up an environment around the execution of the command.
Field Summary | |
---|---|
protected EnvironmentFactory |
environmentFactory
|
Fields inherited from class org.jbpm.client.impl.Interceptor |
---|
next |
Constructor Summary | |
---|---|
EnvironmentInterceptor()
|
Method Summary | ||
---|---|---|
|
execute(Command<T> command)
|
|
EnvironmentFactory |
getEnvironmentFactory()
|
|
void |
setEnvironmentFactory(EnvironmentFactory environmentFactory)
|
Methods inherited from class org.jbpm.client.impl.Interceptor |
---|
getNext, setNext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected EnvironmentFactory environmentFactory
Constructor Detail |
---|
public EnvironmentInterceptor()
Method Detail |
---|
public <T> T execute(Command<T> command)
public EnvironmentFactory getEnvironmentFactory()
public void setEnvironmentFactory(EnvironmentFactory environmentFactory)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |