it.amattioli.applicate.commands
Class TransactionalCommandContext

Show UML class diagram
java.lang.Object
  extended by it.amattioli.applicate.context.hibernate.LongRunningContext
      extended by it.amattioli.applicate.commands.TransactionalCommandContext
All Implemented Interfaces:
net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor

Deprecated.

@Deprecated
public class TransactionalCommandContext
extends LongRunningContext


Constructor Summary
TransactionalCommandContext(Command decorated)
          Deprecated.  
 
Method Summary
static
<T extends Command>
T
newTransaction(T command)
          Deprecated.  
 Object perform(Object object, Method method, Object[] args, net.sf.cglib.proxy.MethodProxy methodProxy)
          Deprecated.  
 
Methods inherited from class it.amattioli.applicate.context.hibernate.LongRunningContext
afterMethod, beforeMethod, getDecorated, getSessionManager, intercept, newLongRunningService, newLongRunningService, setDependenciesContextOn, withCurrentSessionManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionalCommandContext

public TransactionalCommandContext(Command decorated)
Deprecated. 
Method Detail

newTransaction

public static <T extends Command> T newTransaction(T command)
Deprecated. 

perform

public Object perform(Object object,
                      Method method,
                      Object[] args,
                      net.sf.cglib.proxy.MethodProxy methodProxy)
               throws Throwable
Deprecated. 
Overrides:
perform in class LongRunningContext
Throws:
Throwable


Copyright © 2011. All Rights Reserved.