org.jbpm.pvm.internal.svc
Class SkipInterceptor

java.lang.Object
  extended by org.jbpm.pvm.internal.svc.Interceptor
      extended by org.jbpm.pvm.internal.svc.SkipInterceptor
All Implemented Interfaces:
CommandService

public class SkipInterceptor
extends Interceptor

Author:
Tom Baeyens

Field Summary
 
Fields inherited from class org.jbpm.pvm.internal.svc.Interceptor
next
 
Fields inherited from interface org.jbpm.pvm.internal.cmd.CommandService
NAME_NEW_TX_REQUIRED_COMMAND_SERVICE, NAME_TX_REQUIRED_COMMAND_SERVICE
 
Constructor Summary
SkipInterceptor()
           
 
Method Summary
<T> T
execute(Command<T> command)
           
 
Methods inherited from class org.jbpm.pvm.internal.svc.Interceptor
getNext, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkipInterceptor

public SkipInterceptor()
Method Detail

execute

public <T> T execute(Command<T> command)


Copyright © 2010 JBoss Community. All Rights Reserved.