public final class EJBClientConfiguratorService extends Object implements Consumer<org.jboss.ejb.client.EJBClientContext.Builder>, org.jboss.msc.service.Service<EJBClientConfiguratorService>
EJBClientContext with any information defined in the subsystem model.| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
| Constructor and Description |
|---|
EJBClientConfiguratorService() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.jboss.ejb.client.EJBClientContext.Builder builder)
Perform the configuration of the transport provider.
|
org.jboss.msc.value.InjectedValue<org.jboss.remoting3.Endpoint> |
getEndpointInjector()
Get the endpoint injector.
|
EJBClientConfiguratorService |
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 EJBClientConfiguratorService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<EJBClientConfiguratorService>IllegalStateExceptionIllegalArgumentExceptionpublic void accept(org.jboss.ejb.client.EJBClientContext.Builder builder)
public org.jboss.msc.value.InjectedValue<org.jboss.remoting3.Endpoint> getEndpointInjector()
Copyright © 2019 JBoss by Red Hat. All rights reserved.