| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceBuilder<RegistryEntryProvider<String,List<ClientMapping>>> |
EJBRemotingConnectorClientMappingsEntryProviderService.build(org.jboss.msc.service.ServiceTarget target,
org.jboss.msc.service.ServiceName remotingServerInfoServiceName) |
RegistryEntryProvider<String,List<ClientMapping>> |
EJBRemotingConnectorClientMappingsEntryProviderService.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalEjbReceiver.registryAdded(Registry<String,List<ClientMapping>> cluster) |
void |
LocalEjbReceiver.registryRemoved(Registry<String,List<ClientMapping>> registry) |
| Modifier and Type | Field and Description |
|---|---|
protected RegistryCollector<String,List<ClientMapping>> |
VersionOneProtocolChannelReceiver.clientMappingRegistryCollector |
| Modifier and Type | Method and Description |
|---|---|
void |
VersionOneProtocolChannelReceiver.registryAdded(Registry<String,List<ClientMapping>> cluster) |
void |
VersionOneProtocolChannelReceiver.registryRemoved(Registry<String,List<ClientMapping>> registry) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
List<ClientMapping> |
SocketBinding.getClientMappings() |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketBinding.setClientMappings(List<ClientMapping> clientMappings) |
| Constructor and Description |
|---|
SocketBinding(String name,
int port,
boolean isFixedPort,
InetAddress multicastAddress,
int multicastPort,
NetworkInterfaceBinding networkInterface,
SocketBindingManager socketBindings,
List<ClientMapping> clientMappings) |
| Modifier and Type | Method and Description |
|---|---|
static List<ClientMapping> |
BindingAddHandler.parseClientMappings(org.jboss.dmr.ModelNode mappings) |
| Constructor and Description |
|---|
SocketBindingService(String name,
int port,
boolean isFixedPort,
InetAddress multicastAddress,
int multicastPort,
List<ClientMapping> clientMappings) |
| Modifier and Type | Method and Description |
|---|---|
ClientMapping |
ClientMappingExternalizer.readObject(ObjectInput input) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientMappingExternalizer.writeObject(ObjectOutput output,
ClientMapping mapping) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.