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 CommandService
public void setNext(CommandService commandService)
setNext
in interface Interceptor
public CommandService getNext()
getNext
in interface Interceptor
protected <T> T executeNext(org.kie.api.command.Command<T> command)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.