public class 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 |
|---|---|
RemoteService |
channelCreationOptions(ChannelCreationOptions value)
Add the org.wildfly.swarm.config.ejb3.ChannelCreationOptions object to the list of subresources
|
RemoteService |
channelCreationOptions(List<ChannelCreationOptions> value)
Add all org.wildfly.swarm.config.ejb3.ChannelCreationOptions objects to this subresource
|
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
|
RemoteService |
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
|
RemoteService |
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
|
RemoteService |
threadPoolName(String value)
The name of the thread pool that handles remote invocations
|
public String getKey()
public String cluster()
public RemoteService cluster(String value)
public String connectorRef()
public RemoteService connectorRef(String value)
public String threadPoolName()
public RemoteService threadPoolName(String value)
public RemoteService.RemoteServiceResources subresources()
public RemoteService channelCreationOptions(List<ChannelCreationOptions> value)
value - List of org.wildfly.swarm.config.ejb3.ChannelCreationOptions objects.public RemoteService channelCreationOptions(ChannelCreationOptions value)
value - The org.wildfly.swarm.config.ejb3.ChannelCreationOptions to addCopyright © 2015 JBoss by Red Hat. All rights reserved.