Package org.jboss.as.ejb3.remote
Class EJBRemoteConnectorService
java.lang.Object
org.jboss.as.ejb3.remote.EJBRemoteConnectorService
- All Implemented Interfaces:
org.jboss.msc.Service
- Author:
- Carlo de Wolf
-
Field Summary
FieldsFields inherited from interface org.jboss.msc.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionEJBRemoteConnectorService(Consumer<EJBRemoteConnectorService> serviceConsumer, Supplier<org.jboss.remoting3.Endpoint> endpointSupplier, Supplier<ExecutorService> executorServiceSupplier, Supplier<AssociationService> associationServiceSupplier, Supplier<org.wildfly.transaction.client.provider.remoting.RemotingTransactionService> remotingTransactionServiceSupplier, org.xnio.OptionMap channelCreationOptions, Function<String, Boolean> classResolverFilter) -
Method Summary
-
Field Details
-
SERVICE_NAME
public static final org.jboss.msc.service.ServiceName SERVICE_NAME
-
-
Constructor Details
-
EJBRemoteConnectorService
public EJBRemoteConnectorService(Consumer<EJBRemoteConnectorService> serviceConsumer, Supplier<org.jboss.remoting3.Endpoint> endpointSupplier, Supplier<ExecutorService> executorServiceSupplier, Supplier<AssociationService> associationServiceSupplier, Supplier<org.wildfly.transaction.client.provider.remoting.RemotingTransactionService> remotingTransactionServiceSupplier, org.xnio.OptionMap channelCreationOptions, Function<String, Boolean> classResolverFilter)
-
-
Method Details
-
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException - Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context) - Specified by:
stopin interfaceorg.jboss.msc.Service
-