public abstract class AbstractInterceptor extends Object implements Interceptor
| Constructor and Description |
|---|
AbstractInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
executeNext(org.kie.api.command.Command<T> command) |
org.kie.internal.command.Context |
getContext() |
CommandService |
getNext() |
void |
setNext(CommandService commandService) |
public org.kie.internal.command.Context getContext()
getContext in interface CommandServicepublic void setNext(CommandService commandService)
setNext in interface Interceptorpublic CommandService getNext()
getNext in interface Interceptorprotected <T> T executeNext(org.kie.api.command.Command<T> command)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.