Class EJBClientContextService

    • Field Detail

      • APP_CLIENT_URI_SERVICE_NAME

        public static final org.jboss.msc.service.ServiceName APP_CLIENT_URI_SERVICE_NAME
      • APP_CLIENT_EJB_PROPERTIES_SERVICE_NAME

        public static final org.jboss.msc.service.ServiceName APP_CLIENT_EJB_PROPERTIES_SERVICE_NAME
      • DEPLOYMENT_BASE_SERVICE_NAME

        public static final org.jboss.msc.service.ServiceName DEPLOYMENT_BASE_SERVICE_NAME
      • DEFAULT_SERVICE_NAME

        public static final org.jboss.msc.service.ServiceName DEFAULT_SERVICE_NAME
    • Constructor Detail

      • EJBClientContextService

        public EJBClientContextService​(boolean makeGlobal)
      • EJBClientContextService

        public EJBClientContextService()
    • Method Detail

      • 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
        Specified by:
        start in interface org.jboss.msc.service.Service<EJBClientContextService>
        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
        Specified by:
        stop in interface org.jboss.msc.service.Service<EJBClientContextService>
      • getClientContext

        public org.jboss.ejb.client.EJBClientContext getClientContext()
      • getLocalProviderInjector

        public org.jboss.msc.value.InjectedValue<org.jboss.ejb.client.EJBTransportProvider> getLocalProviderInjector()
      • getProfileServiceInjector

        public org.jboss.msc.value.InjectedValue<RemotingProfileService> getProfileServiceInjector()
      • getAppClientUri

        public org.jboss.msc.value.InjectedValue<URI> getAppClientUri()
      • getAppClientEjbProperties

        public org.jboss.msc.value.InjectedValue<String> getAppClientEjbProperties()
      • setInvocationTimeout

        public void setInvocationTimeout​(long invocationTimeout)
      • setDefaultCompression

        public void setDefaultCompression​(int defaultCompression)
      • setDeploymentNodeSelector

        public void setDeploymentNodeSelector​(org.jboss.ejb.client.DeploymentNodeSelector deploymentNodeSelector)
      • setClientClusters

        public void setClientClusters​(List<org.jboss.ejb.client.EJBClientCluster> clientClusters)
      • setClustersAuthenticationContext

        public void setClustersAuthenticationContext​(org.wildfly.security.auth.client.AuthenticationContext clustersAuthenticationContext)
      • setClientInterceptors

        public void setClientInterceptors​(List<org.jboss.ejb.client.EJBClientInterceptor> clientInterceptors)
      • getClustersAuthenticationContext

        public org.wildfly.security.auth.client.AuthenticationContext getClustersAuthenticationContext()