Class XADataSourceConfigService

java.lang.Object
org.jboss.as.connector.subsystems.datasources.XADataSourceConfigService
All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<ModifiableXaDataSource>, org.jboss.msc.value.Value<ModifiableXaDataSource>

public class XADataSourceConfigService extends Object implements org.jboss.msc.service.Service<ModifiableXaDataSource>
Author:
Richard Opalka, , Stefano Maestri
  • Field Details

    • SERVICE_NAME_BASE

      public static final org.jboss.msc.service.ServiceName SERVICE_NAME_BASE
  • Constructor Details

  • Method Details

    • start

      public void start(org.jboss.msc.service.StartContext startContext) 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 stopContext)
      Specified by:
      stop in interface org.jboss.msc.Service
    • getValue

      public ModifiableXaDataSource getValue()
      Specified by:
      getValue in interface org.jboss.msc.value.Value<ModifiableXaDataSource>