Package | Description |
---|---|
org.jboss.as.ejb3.remote | |
org.jboss.as.ejb3.remote.protocol.versionone | |
org.jboss.as.ejb3.remote.protocol.versiontwo |
Modifier and Type | Class and Description |
---|---|
class |
RegistryCollectorService<K,V> |
Modifier and Type | Method and Description |
---|---|
RegistryCollector<K,V> |
RegistryCollectorService.getValue() |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.inject.Injector<RegistryCollector> |
LocalEjbReceiver.getClusterRegistryCollectorInjector() |
org.jboss.msc.inject.Injector<RegistryCollector> |
EJBRemoteConnectorService.getClusterRegistryCollectorInjector() |
Modifier and Type | Field and Description |
---|---|
protected RegistryCollector<String,List<org.jboss.as.network.ClientMapping>> |
VersionOneProtocolChannelReceiver.clientMappingRegistryCollector |
Constructor and Description |
---|
VersionOneProtocolChannelReceiver(ChannelAssociation channelAssociation,
DeploymentRepository deploymentRepository,
EJBRemoteTransactionsRepository transactionsRepository,
RegistryCollector<String,List<org.jboss.as.network.ClientMapping>> clientMappingRegistryCollector,
org.jboss.marshalling.MarshallerFactory marshallerFactory,
ExecutorService executorService,
RemoteAsyncInvocationCancelStatusService asyncInvocationCancelStatusService,
org.jboss.as.server.suspend.SuspendController suspendController) |
Constructor and Description |
---|
VersionTwoProtocolChannelReceiver(ChannelAssociation channelAssociation,
DeploymentRepository deploymentRepository,
EJBRemoteTransactionsRepository transactionsRepository,
RegistryCollector<String,List<org.jboss.as.network.ClientMapping>> clientMappingRegistryCollector,
org.jboss.marshalling.MarshallerFactory marshallerFactory,
ExecutorService executorService,
RemoteAsyncInvocationCancelStatusService asyncInvocationCancelStatusService,
org.jboss.as.server.suspend.SuspendController suspendController) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.