Class JpaModuleServiceProvider

java.lang.Object
org.jboss.as.weld.services.bootstrap.JpaModuleServiceProvider
All Implemented Interfaces:
ModuleServicesProvider

public class JpaModuleServiceProvider extends Object implements ModuleServicesProvider
Author:
Martin Kouba
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<org.jboss.weld.bootstrap.api.Service>
    getServices(org.jboss.as.server.deployment.DeploymentUnit rootDeploymentUnit, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.modules.Module module, org.jboss.as.server.deployment.module.ResourceRoot resourceRoot)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JpaModuleServiceProvider

      public JpaModuleServiceProvider()
  • Method Details

    • getServices

      public Collection<org.jboss.weld.bootstrap.api.Service> getServices(org.jboss.as.server.deployment.DeploymentUnit rootDeploymentUnit, org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, org.jboss.modules.Module module, org.jboss.as.server.deployment.module.ResourceRoot resourceRoot)
      Specified by:
      getServices in interface ModuleServicesProvider