Package | Description |
---|---|
org.jboss.as.ejb3.remote | |
org.jboss.as.ejb3.remote.protocol.versionone | |
org.jboss.as.network | |
org.jboss.as.server.services.net |
Modifier and Type | Method and Description |
---|---|
Registry.RegistryEntryProvider<String,List<ClientMapping>> |
EJBRemotingConnectorClientMappingsEntryProviderService.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
LocalEjbReceiver.registryAdded(Registry<String,List<ClientMapping>> registry) |
void |
LocalEjbReceiver.registryRemoved(Registry<String,List<ClientMapping>> registry) |
Modifier and Type | Method and Description |
---|---|
void |
VersionOneProtocolChannelReceiver.registryAdded(Registry<String,List<ClientMapping>> registry) |
void |
VersionOneProtocolChannelReceiver.registryRemoved(Registry<String,List<ClientMapping>> registry) |
Constructor and Description |
---|
VersionOneProtocolChannelReceiver(org.jboss.remoting3.Channel channel,
DeploymentRepository deploymentRepository,
EJBRemoteTransactionsRepository transactionsRepository,
RegistryCollector<String,List<ClientMapping>> clientMappingRegistryCollector,
org.jboss.marshalling.MarshallerFactory marshallerFactory,
ExecutorService executorService) |
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) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.