Modifier and Type | Method and Description |
---|---|
DeploymentRepository |
DeploymentRepository.getValue() |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<DeploymentRepository> |
ModuleDeployment.getDeploymentRepository() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentRepositoryListener.listenerAdded(DeploymentRepository repository)
Called when the listener is added to the repository.
|
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<DeploymentRepository> |
RemoteObjectSubstitutionService.getDeploymentRepositoryInjectedValue() |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<DeploymentRepository> |
LocalEjbReceiver.getDeploymentRepository() |
org.jboss.msc.inject.Injector<DeploymentRepository> |
EJBRemoteConnectorService.getDeploymentRepositoryInjector() |
Modifier and Type | Field and Description |
---|---|
protected DeploymentRepository |
VersionOneProtocolChannelReceiver.deploymentRepository |
Modifier and Type | Method and Description |
---|---|
void |
VersionOneProtocolChannelReceiver.listenerAdded(DeploymentRepository repository) |
Constructor and Description |
---|
VersionOneProtocolChannelReceiver(ChannelAssociation channelAssociation,
DeploymentRepository deploymentRepository,
EJBRemoteTransactionsRepository transactionsRepository,
RegistryCollector<String,List<ClientMapping>> clientMappingRegistryCollector,
org.jboss.marshalling.MarshallerFactory marshallerFactory,
ExecutorService executorService,
RemoteAsyncInvocationCancelStatusService asyncInvocationCancelStatusService) |
Constructor and Description |
---|
VersionTwoProtocolChannelReceiver(ChannelAssociation channelAssociation,
DeploymentRepository deploymentRepository,
EJBRemoteTransactionsRepository transactionsRepository,
RegistryCollector<String,List<ClientMapping>> clientMappingRegistryCollector,
org.jboss.marshalling.MarshallerFactory marshallerFactory,
ExecutorService executorService,
RemoteAsyncInvocationCancelStatusService asyncInvocationCancelStatusService) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.