org.jbpm.pvm.internal.svc
Class SerializeInterceptor

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

public class SerializeInterceptor
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
SerializeInterceptor()
           
 
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

SerializeInterceptor

public SerializeInterceptor()
Method Detail

execute

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


Copyright © 2010 JBoss Community. All Rights Reserved.