it.amattioli.applicate.commands
Class TransactionalCommandEnhancer

Show UML class diagram
java.lang.Object
  extended by it.amattioli.applicate.commands.TransactionalCommandEnhancer

Deprecated.

@Deprecated
public class TransactionalCommandEnhancer
extends Object


Constructor Summary
TransactionalCommandEnhancer()
          Deprecated.  
 
Method Summary
<T> T
newDependentService(T command)
          Deprecated.  
<T extends Command>
T
newTransaction(T command)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionalCommandEnhancer

public TransactionalCommandEnhancer()
Deprecated. 
Method Detail

newTransaction

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

newDependentService

public <T> T newDependentService(T command)
Deprecated. 


Copyright © 2011. All Rights Reserved.