Class CommonDeploymentService

java.lang.Object
org.jboss.as.connector.subsystems.datasources.CommonDeploymentService
All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<org.jboss.jca.deployers.common.CommonDeployment>, org.jboss.msc.value.Value<org.jboss.jca.deployers.common.CommonDeployment>

public class CommonDeploymentService extends Object implements org.jboss.msc.service.Service<org.jboss.jca.deployers.common.CommonDeployment>
  • Field Summary

    Fields inherited from interface org.jboss.msc.service.Service

    NULL
  • Constructor Summary

    Constructors
    Constructor
    Description
    CommonDeploymentService(org.jboss.jca.deployers.common.CommonDeployment value)
    create an instance
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.jboss.msc.service.ServiceName
     
    org.jboss.jca.deployers.common.CommonDeployment
     
    void
    start(org.jboss.msc.service.StartContext context)
     
    void
    stop(org.jboss.msc.service.StopContext context)
     

    Methods inherited from class java.lang.Object

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

    • CommonDeploymentService

      public CommonDeploymentService(org.jboss.jca.deployers.common.CommonDeployment value)
      create an instance
  • Method Details

    • getServiceName

      public static org.jboss.msc.service.ServiceName getServiceName(ContextNames.BindInfo bindInfo)
    • getValue

      public org.jboss.jca.deployers.common.CommonDeployment getValue() throws IllegalStateException, IllegalArgumentException
      Specified by:
      getValue in interface org.jboss.msc.value.Value<org.jboss.jca.deployers.common.CommonDeployment>
      Throws:
      IllegalStateException
      IllegalArgumentException
    • 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