public class RemoteService<T extends RemoteService> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteService.RemoteServiceResources
Child mutators for RemoteService
|
| Constructor and Description |
|---|
RemoteService() |
| Modifier and Type | Method and Description |
|---|---|
T |
channelCreationOptions(ChannelCreationOptions value)
Add the org.wildfly.swarm.config.ejb3.ChannelCreationOptions object to the list of subresources
|
T |
channelCreationOptions(List<ChannelCreationOptions> value)
Add all org.wildfly.swarm.config.ejb3.ChannelCreationOptions objects to this subresource
|
T |
channelCreationOptions(String childKey)
Create and configure a org.wildfly.swarm.config.ejb3.ChannelCreationOptions object to the list of subresources
|
T |
channelCreationOptions(String childKey,
ChannelCreationOptionsConfigurator config)
Create and configure a org.wildfly.swarm.config.ejb3.ChannelCreationOptions object to the list of subresources
|
String |
cluster()
The name of the clustered cache container which will be used to store/access the client-mappings of the EJB remoting connector's socket-binding on each node, in the cluster
|
T |
cluster(String value)
The name of the clustered cache container which will be used to store/access the client-mappings of the EJB remoting connector's socket-binding on each node, in the cluster
|
String |
connectorRef()
The name of the connector on which the EJB3 remoting channel is registered
|
T |
connectorRef(String value)
The name of the connector on which the EJB3 remoting channel is registered
|
String |
getKey() |
RemoteService.RemoteServiceResources |
subresources() |
String |
threadPoolName()
The name of the thread pool that handles remote invocations
|
T |
threadPoolName(String value)
The name of the thread pool that handles remote invocations
|
public String getKey()
public String cluster()
public T cluster(String value)
public String connectorRef()
public T connectorRef(String value)
public String threadPoolName()
public T threadPoolName(String value)
public RemoteService.RemoteServiceResources subresources()
public T channelCreationOptions(List<ChannelCreationOptions> value)
value - List of org.wildfly.swarm.config.ejb3.ChannelCreationOptions objects.public T channelCreationOptions(ChannelCreationOptions value)
value - The org.wildfly.swarm.config.ejb3.ChannelCreationOptions to addpublic T channelCreationOptions(String childKey, ChannelCreationOptionsConfigurator config)
key - The key for the org.wildfly.swarm.config.ejb3.ChannelCreationOptions resourceconfig - The org.wildfly.swarm.config.ejb3.ChannelCreationOptionsConfigurator to useCopyright © 2015 JBoss by Red Hat. All rights reserved.