Package org.jboss.as.ejb3.remote.http
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 Summary
Fields Modifier and Type Field Description static org.jboss.msc.service.ServiceNameSERVICE_NAME
-
Constructor Summary
Constructors Constructor Description EJB3RemoteHTTPService(Function<String,Boolean> classResolverFilter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.msc.value.InjectedValue<AssociationService>getAssociationServiceInjectedValue()org.jboss.msc.value.InjectedValue<org.wildfly.transaction.client.LocalTransactionContext>getLocalTransactionContextInjectedValue()org.jboss.msc.value.InjectedValue<io.undertow.server.handlers.PathHandler>getPathHandlerInjectedValue()EJB3RemoteHTTPServicegetValue()voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)
-
-
-
Method Detail
-
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException- Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context)
- Specified by:
stopin interfaceorg.jboss.msc.Service
-
getValue
public EJB3RemoteHTTPService getValue() throws IllegalStateException, IllegalArgumentException
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<EJB3RemoteHTTPService>- Throws:
IllegalStateExceptionIllegalArgumentException
-
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()
-
-