Class ResourceAdapterDeploymentRegistryService

java.lang.Object
org.jboss.as.connector.services.resourceadapters.deployment.registry.ResourceAdapterDeploymentRegistryService
All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<ResourceAdapterDeploymentRegistry>, org.jboss.msc.value.Value<ResourceAdapterDeploymentRegistry>

public final class ResourceAdapterDeploymentRegistryService extends Object implements org.jboss.msc.service.Service<ResourceAdapterDeploymentRegistry>
The resource adapter deployment registry service
Author:
Jesper Pedersen
  • Constructor Details

    • ResourceAdapterDeploymentRegistryService

      public ResourceAdapterDeploymentRegistryService()
      Create an instance
  • Method Details

    • getValue

      Specified by:
      getValue in interface org.jboss.msc.value.Value<ResourceAdapterDeploymentRegistry>
      Throws:
      IllegalStateException
    • start

      public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
      Specified by:
      start in interface org.jboss.msc.Service
      Throws:
      org.jboss.msc.service.StartException
    • stop

      public void stop(org.jboss.msc.service.StopContext context)
      Stop
      Specified by:
      stop in interface org.jboss.msc.Service