com.sun.enterprise.container.common.impl
Class FactoryForEntityManagerFactoryWrapper

java.lang.Object
  extended by com.sun.enterprise.container.common.impl.FactoryForEntityManagerFactoryWrapper
All Implemented Interfaces:
NamingObjectFactory, NamingObjectProxy

public class FactoryForEntityManagerFactoryWrapper
extends Object
implements NamingObjectFactory


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.glassfish.api.naming.NamingObjectProxy
NamingObjectProxy.InitializationNamingObjectProxy
 
Constructor Summary
FactoryForEntityManagerFactoryWrapper(String unitName, InvocationManager invMgr, ComponentEnvManager compEnvMgr)
           
 
Method Summary
 Object create(Context ic)
           
 boolean isCreateResultCacheable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryForEntityManagerFactoryWrapper

public FactoryForEntityManagerFactoryWrapper(String unitName,
                                             InvocationManager invMgr,
                                             ComponentEnvManager compEnvMgr)
Method Detail

isCreateResultCacheable

public boolean isCreateResultCacheable()
Specified by:
isCreateResultCacheable in interface NamingObjectFactory

create

public Object create(Context ic)
              throws NamingException
Specified by:
create in interface NamingObjectProxy
Throws:
NamingException


Copyright © 2012 GlassFish Community. All Rights Reserved.