Package org.jipijapa.plugin.spi
Interface PersistenceUnitServiceRegistry
-
- All Known Subinterfaces:
PersistenceUnitServiceRegistry
public interface PersistenceUnitServiceRegistryRegistry of started persistence unit services.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PersistenceUnitServicegetPersistenceUnitService(String persistenceUnitResourceName)Get the persistence unit service associated with the given management resource name.
-
-
-
Method Detail
-
getPersistenceUnitService
PersistenceUnitService getPersistenceUnitService(String persistenceUnitResourceName)
Get the persistence unit service associated with the given management resource name.- Parameters:
persistenceUnitResourceName- the name of the management resource representing persistence unit- Returns:
- a PersistenceUnitService or
nullif the persistence unit service has not been started or has been stopped
-
-