|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.orchestra.pvm.internal.svc.Interceptor
org.ow2.orchestra.pvm.internal.svc.EnvironmentInterceptor
public class EnvironmentInterceptor
sets up an environment around the execution of the command.
| Field Summary | |
|---|---|
protected EnvironmentFactory |
environmentFactory
|
| Fields inherited from class org.ow2.orchestra.pvm.internal.svc.Interceptor |
|---|
next |
| Constructor Summary | |
|---|---|
EnvironmentInterceptor()
|
|
| Method Summary | ||
|---|---|---|
|
execute(Command<T> command)
|
|
EnvironmentFactory |
getEnvironmentFactory()
|
|
void |
setEnvironmentFactory(EnvironmentFactory environmentFactory)
|
|
| Methods inherited from class org.ow2.orchestra.pvm.internal.svc.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 | |||||||||