org.jboss.ejb3.stateful
Class EJB3XPCResolver
java.lang.Object
org.jboss.ejb3.stateful.EJB3XPCResolver
- All Implemented Interfaces:
- org.jboss.jpa.spi.XPCResolver
public class EJB3XPCResolver
- extends Object
- implements org.jboss.jpa.spi.XPCResolver
EJB 3 Stateful beans are the only XPC aware components at the moment.
- Version:
- $Revision: $
- Author:
- Carlo de Wolf
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJB3XPCResolver
public EJB3XPCResolver()
getExtendedPersistenceContext
public javax.persistence.EntityManager getExtendedPersistenceContext(String kernelName)
- Query the current stateful bean contexts for the specified XPC.
- Specified by:
getExtendedPersistenceContext
in interface org.jboss.jpa.spi.XPCResolver
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.