org.apache.openejb.core.ivm.naming
Class PersistenceUnitReference

java.lang.Object
  extended by javax.naming.Reference
      extended by org.apache.xbean.naming.reference.SimpleReference
          extended by org.apache.openejb.core.ivm.naming.Reference
              extended by org.apache.openejb.core.ivm.naming.PersistenceUnitReference
All Implemented Interfaces:
Serializable, Cloneable

public class PersistenceUnitReference
extends Reference

Version:
$Rev: 602704 $ $Date: 2007-12-09 18:58:22 +0100 (So, 09. Dez 2007) $
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.xbean.naming.reference.SimpleReference
org.apache.xbean.naming.reference.SimpleReference.SimpleObjectFactory
 
Field Summary
 
Fields inherited from class javax.naming.Reference
addrs, classFactory, classFactoryLocation, className
 
Constructor Summary
PersistenceUnitReference(javax.persistence.EntityManagerFactory emf)
           
 
Method Summary
 Object getObject()
           
 
Methods inherited from class org.apache.openejb.core.ivm.naming.Reference
getContent
 
Methods inherited from class org.apache.xbean.naming.reference.SimpleReference
add, add, clear, clone, equals, get, get, getAll, getClassName, getFactoryClassLocation, getFactoryClassName, hashCode, remove, size, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersistenceUnitReference

public PersistenceUnitReference(javax.persistence.EntityManagerFactory emf)
Method Detail

getObject

public Object getObject()
                 throws NamingException
Specified by:
getObject in class Reference
Throws:
NamingException


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.