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 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
|
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 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.