public class Remote<T extends Remote> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Remote.RemoteResources
Child mutators for Remote
|
| Constructor and Description |
|---|
Remote() |
| Modifier and Type | Method and Description |
|---|---|
T |
channelCreationOptions(ChannelCreationOptions value)
Add the ChannelCreationOptions object to the list of subresources
|
T |
channelCreationOptions(List<ChannelCreationOptions> value)
Add all 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
|
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() |
Remote.RemoteResources |
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 Remote.RemoteResources subresources()
public T channelCreationOptions(List<ChannelCreationOptions> value)
value - List of ChannelCreationOptions objects.public T channelCreationOptions(ChannelCreationOptions value)
value - The ChannelCreationOptions to addCopyright © 2015 JBoss by Red Hat. All rights reserved.