Class EJB3RemoteHTTPService

java.lang.Object
org.jboss.as.ejb3.remote.http.EJB3RemoteHTTPService
All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<EJB3RemoteHTTPService>, org.jboss.msc.value.Value<EJB3RemoteHTTPService>

public class EJB3RemoteHTTPService extends Object implements org.jboss.msc.service.Service<EJB3RemoteHTTPService>
Author:
Stuart Douglas
  • Field Details

    • SERVICE_NAME

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

  • Method Details

    • 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
    • getValue

      Specified by:
      getValue in interface org.jboss.msc.value.Value<EJB3RemoteHTTPService>
      Throws:
      IllegalStateException
      IllegalArgumentException
    • getPathHandlerInjectedValue

      public org.jboss.msc.value.InjectedValue<io.undertow.server.handlers.PathHandler> getPathHandlerInjectedValue()
    • getAssociationServiceInjectedValue

      public org.jboss.msc.value.InjectedValue<AssociationService> getAssociationServiceInjectedValue()
    • getLocalTransactionContextInjectedValue

      public org.jboss.msc.value.InjectedValue<org.wildfly.transaction.client.LocalTransactionContext> getLocalTransactionContextInjectedValue()