public class 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 |
|---|---|
RemotingEjbReceiver |
channelCreationOptions(ChannelCreationOptions value)
Add the org.wildfly.swarm.config.ejb3.ChannelCreationOptions object to the list of subresources
|
RemotingEjbReceiver |
channelCreationOptions(List<ChannelCreationOptions> value)
Add all org.wildfly.swarm.config.ejb3.ChannelCreationOptions objects to this subresource
|
Long |
connectTimeout()
Remoting ejb receiver connect timeout
|
RemotingEjbReceiver |
connectTimeout(Long value)
Remoting ejb receiver connect timeout
|
String |
getKey() |
String |
outboundConnectionRef()
Name of outbound connection that will be used by the ejb receiver
|
RemotingEjbReceiver |
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 RemotingEjbReceiver connectTimeout(Long value)
public String outboundConnectionRef()
public RemotingEjbReceiver outboundConnectionRef(String value)
public RemotingEjbReceiver.RemotingEjbReceiverResources subresources()
public RemotingEjbReceiver channelCreationOptions(List<ChannelCreationOptions> value)
value - List of org.wildfly.swarm.config.ejb3.ChannelCreationOptions objects.public RemotingEjbReceiver channelCreationOptions(ChannelCreationOptions value)
value - The org.wildfly.swarm.config.ejb3.ChannelCreationOptions to addCopyright © 2015 JBoss by Red Hat. All rights reserved.