org.apache.webbeans.ee.beans
Class UserTransactionProvider

java.lang.Object
  extended by org.apache.webbeans.ee.beans.UserTransactionProvider
All Implemented Interfaces:
Serializable, Provider<UserTransaction>

public class UserTransactionProvider
extends Object
implements Provider<UserTransaction>, Serializable

See Also:
Serialized Form

Constructor Summary
UserTransactionProvider(WebBeansContext webBeansContext)
           
 
Method Summary
 UserTransaction get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserTransactionProvider

public UserTransactionProvider(WebBeansContext webBeansContext)
Method Detail

get

public UserTransaction get()
Specified by:
get in interface Provider<UserTransaction>


Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.