org.jbpm.client.impl
Class Interceptor

java.lang.Object
  extended by org.jbpm.client.impl.Interceptor
All Implemented Interfaces:
CommandService
Direct Known Subclasses:
AuthorizationInterceptor, EnvironmentInterceptor, RetryInterceptor, TransactionInterceptor

public abstract class Interceptor
extends java.lang.Object
implements CommandService

Author:
Tom Baeyens

Field Summary
protected  CommandService next
           
 
Constructor Summary
Interceptor()
           
 
Method Summary
 CommandService getNext()
           
 void setNext(CommandService next)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jbpm.client.CommandService
execute
 

Field Detail

next

protected CommandService next
Constructor Detail

Interceptor

public Interceptor()
Method Detail

getNext

public CommandService getNext()

setNext

public void setNext(CommandService next)