org.jboss.ejb3.stateful
Class EJB3XPCResolver

java.lang.Object
  extended by 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

Constructor Summary
EJB3XPCResolver()
           
 
Method Summary
 javax.persistence.EntityManager getExtendedPersistenceContext(String kernelName)
          Query the current stateful bean contexts for the specified XPC.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJB3XPCResolver

public EJB3XPCResolver()
Method Detail

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 © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.