Interface PersistenceUnitServiceRegistry

  • All Known Subinterfaces:
    PersistenceUnitServiceRegistry

    public interface PersistenceUnitServiceRegistry
    Registry of started persistence unit services.
    Author:
    Brian Stansberry (c) 2011 Red Hat Inc.
    • 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 null if the persistence unit service has not been started or has been stopped