public class RemotingEjbReceiver<T extends RemotingEjbReceiver> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
RemotingEjbReceiver.RemotingEjbReceiverResources
Child mutators for RemotingEjbReceiver
|
| Constructor and Description |
|---|
RemotingEjbReceiver(String key) |
| 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
|
Long |
connectTimeout()
Remoting ejb receiver connect timeout
|
T |
connectTimeout(Long value)
Remoting ejb receiver connect timeout
|
String |
getKey() |
String |
outboundConnectionRef()
Name of outbound connection that will be used by the ejb receiver
|
T |
outboundConnectionRef(String value)
Name of outbound connection that will be used by the ejb receiver
|
RemotingEjbReceiver.RemotingEjbReceiverResources |
subresources() |
public RemotingEjbReceiver(String key)
public String getKey()
public Long connectTimeout()
public String outboundConnectionRef()
public T outboundConnectionRef(String value)
public RemotingEjbReceiver.RemotingEjbReceiverResources 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.