public interface PersistenceUnitServiceRegistry
Modifier and Type | Method and Description |
---|---|
PersistenceUnitService |
getPersistenceUnitService(String persistenceUnitResourceName)
Get the persistence unit service associated with the given management resource name.
|
PersistenceUnitService getPersistenceUnitService(String persistenceUnitResourceName)
persistenceUnitResourceName
- the name of the management resource representing persistence unit, as was previously
provided to ManagementAdaptor.createPersistenceUnitResource(String, String)
null
if the persistence unit service has not been started or has been stoppedCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.