Class MdrService

java.lang.Object
org.jboss.as.connector.services.mdr.MdrService
All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<AS7MetadataRepository>, org.jboss.msc.value.Value<AS7MetadataRepository>

public final class MdrService extends Object implements org.jboss.msc.service.Service<AS7MetadataRepository>
A MdrService. it provide access to IronJacamar's metadata repository
Author:
Stefano Maestri
  • Constructor Details

    • MdrService

      public MdrService()
      Create instance
  • Method Details

    • getValue

      public AS7MetadataRepository getValue() throws IllegalStateException
      Specified by:
      getValue in interface org.jboss.msc.value.Value<AS7MetadataRepository>
      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)
      Specified by:
      stop in interface org.jboss.msc.Service