Class PersistenceManagerServiceImpl
java.lang.Object
com.sun.jdo.spi.persistence.support.ejb.ejbc.PersistenceManagerServiceImpl
- All Implemented Interfaces:
org.glassfish.ejb.spi.CMPService
@Service
public class PersistenceManagerServiceImpl
extends Object
implements org.glassfish.ejb.spi.CMPService
This class implements CMPService contract and allows to load Sun specific implementation of the
ContainerHelper when loaded.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisReady()private static final Class listener = forceInit("com.sun.jdo.spi.persistence.support.ejb.ejbc.DeploymentEventListenerImpl");
-
Constructor Details
-
PersistenceManagerServiceImpl
public PersistenceManagerServiceImpl()
-
-
Method Details
-
isReady
public boolean isReady()private static final Class listener = forceInit("com.sun.jdo.spi.persistence.support.ejb.ejbc.DeploymentEventListenerImpl");- Specified by:
isReadyin interfaceorg.glassfish.ejb.spi.CMPService
-