public class EJB3RemoteHTTPService extends Object implements org.jboss.msc.service.Service<EJB3RemoteHTTPService>
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
| Constructor and Description |
|---|
EJB3RemoteHTTPService(Function<String,Boolean> classResolverFilter) |
| Modifier and Type | Method and 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() |
EJB3RemoteHTTPService |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic EJB3RemoteHTTPService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<EJB3RemoteHTTPService>IllegalStateExceptionIllegalArgumentExceptionpublic org.jboss.msc.value.InjectedValue<io.undertow.server.handlers.PathHandler> getPathHandlerInjectedValue()
public org.jboss.msc.value.InjectedValue<AssociationService> getAssociationServiceInjectedValue()
public org.jboss.msc.value.InjectedValue<org.wildfly.transaction.client.LocalTransactionContext> getLocalTransactionContextInjectedValue()
Copyright © 2020 JBoss by Red Hat. All rights reserved.