public final class EJBClientContextService extends Object implements org.jboss.msc.service.Service<EJBClientContextService>
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
APP_CLIENT_EJB_PROPERTIES_SERVICE_NAME |
static org.jboss.msc.service.ServiceName |
APP_CLIENT_URI_SERVICE_NAME |
static org.jboss.msc.service.ServiceName |
DEFAULT_SERVICE_NAME |
static org.jboss.msc.service.ServiceName |
DEPLOYMENT_BASE_SERVICE_NAME |
| Constructor and Description |
|---|
EJBClientContextService() |
EJBClientContextService(boolean makeGlobal) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.value.InjectedValue<String> |
getAppClientEjbProperties() |
org.jboss.msc.value.InjectedValue<URI> |
getAppClientUri() |
org.jboss.ejb.client.EJBClientContext |
getClientContext() |
org.wildfly.security.auth.client.AuthenticationContext |
getClustersAuthenticationContext() |
org.jboss.msc.value.InjectedValue<EJBClientConfiguratorService> |
getConfiguratorServiceInjector() |
org.jboss.msc.value.InjectedValue<org.jboss.ejb.client.EJBTransportProvider> |
getLocalProviderInjector() |
org.jboss.msc.value.InjectedValue<RemotingProfileService> |
getProfileServiceInjector() |
EJBClientContextService |
getValue() |
void |
setClientClusters(List<org.jboss.ejb.client.EJBClientCluster> clientClusters) |
void |
setClientInterceptors(List<org.jboss.ejb.client.EJBClientInterceptor> clientInterceptors) |
void |
setClustersAuthenticationContext(org.wildfly.security.auth.client.AuthenticationContext clustersAuthenticationContext) |
void |
setDefaultCompression(int defaultCompression) |
void |
setDeploymentNodeSelector(org.jboss.ejb.client.DeploymentNodeSelector deploymentNodeSelector) |
void |
setInvocationTimeout(long invocationTimeout) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public static final org.jboss.msc.service.ServiceName APP_CLIENT_URI_SERVICE_NAME
public static final org.jboss.msc.service.ServiceName APP_CLIENT_EJB_PROPERTIES_SERVICE_NAME
public static final org.jboss.msc.service.ServiceName DEPLOYMENT_BASE_SERVICE_NAME
public static final org.jboss.msc.service.ServiceName DEFAULT_SERVICE_NAME
public EJBClientContextService(boolean makeGlobal)
public EJBClientContextService()
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 EJBClientContextService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<EJBClientContextService>IllegalStateExceptionIllegalArgumentExceptionpublic org.jboss.ejb.client.EJBClientContext getClientContext()
public org.jboss.msc.value.InjectedValue<EJBClientConfiguratorService> getConfiguratorServiceInjector()
public org.jboss.msc.value.InjectedValue<org.jboss.ejb.client.EJBTransportProvider> getLocalProviderInjector()
public org.jboss.msc.value.InjectedValue<RemotingProfileService> getProfileServiceInjector()
public org.jboss.msc.value.InjectedValue<URI> getAppClientUri()
public org.jboss.msc.value.InjectedValue<String> getAppClientEjbProperties()
public void setInvocationTimeout(long invocationTimeout)
public void setDefaultCompression(int defaultCompression)
public void setDeploymentNodeSelector(org.jboss.ejb.client.DeploymentNodeSelector deploymentNodeSelector)
public void setClientClusters(List<org.jboss.ejb.client.EJBClientCluster> clientClusters)
public void setClustersAuthenticationContext(org.wildfly.security.auth.client.AuthenticationContext clustersAuthenticationContext)
public void setClientInterceptors(List<org.jboss.ejb.client.EJBClientInterceptor> clientInterceptors)
public org.wildfly.security.auth.client.AuthenticationContext getClustersAuthenticationContext()
Copyright © 2021 JBoss by Red Hat. All rights reserved.