JavaScript is disabled on your browser.
JBoss Application Server: Parent Aggregator 7.1.1.Final
java.lang.Object
org.jboss.as.ejb3.remote.DescriptorBasedEJBClientContextService
All Implemented Interfaces:
org.jboss.msc.service.Service<org.jboss.ejb.client.EJBClientContext>, org.jboss.msc.value.Value<org.jboss.ejb.client.EJBClientContext>
public class DescriptorBasedEJBClientContextService
extends Object
implements org.jboss.msc.service.Service<org.jboss.ejb.client.EJBClientContext>
A service which sets up the EJBClientContext
with appropriate remoting receivers and local receivers.
The receivers and the client context are configured in a jboss-ejb-client.xml.
Author:
Jaikiran Pai
Field Summary
Fields
Modifier and Type
Field and Description
static org.jboss.msc.service.ServiceName
BASE_SERVICE_NAME
Fields inherited from interface org.jboss.msc.service.Service
NULL, NULL_VALUE
Method Summary
Methods
Modifier and Type
Method and Description
void
addRemotingConnectionDependency (org.jboss.msc.service.ServiceBuilder<org.jboss.ejb.client.EJBClientContext> serviceBuilder,
org.jboss.msc.service.ServiceName serviceName)
org.jboss.msc.inject.Injector<LocalEjbReceiver >
getLocalEjbReceiverInjector ()
org.jboss.ejb.client.EJBClientContext
getValue ()
void
start (org.jboss.msc.service.StartContext startContext)
void
stop (org.jboss.msc.service.StopContext context)
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
JBoss Application Server: Parent Aggregator 7.1.1.Final
Copyright © 2012 JBoss, a division of Red Hat, Inc. . All Rights Reserved.