public class RemotingEJBReceiver<T extends RemotingEJBReceiver<T>> extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
RemotingEJBReceiver.RemotingEJBReceiverResources
Child mutators for RemotingEJBReceiver 
 | 
| Constructor and Description | 
|---|
RemotingEJBReceiver(String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener 
 | 
T | 
channelCreationOptions(ChannelCreationOptions value)
Add the ChannelCreationOptions object to the list of subresources 
 | 
T | 
channelCreationOptions(ChannelCreationOptionsSupplier supplier)
Install a supplied ChannelCreationOptions object to the list of
 subresources 
 | 
T | 
channelCreationOptions(List<ChannelCreationOptions> value)
Add all ChannelCreationOptions objects to this subresource 
 | 
T | 
channelCreationOptions(String childKey)
Create and configure a ChannelCreationOptions object to the list of
 subresources 
 | 
T | 
channelCreationOptions(String childKey,
                      ChannelCreationOptionsConsumer consumer)
Create and configure a 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 
 | 
void | 
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener 
 | 
RemotingEJBReceiver.RemotingEJBReceiverResources | 
subresources()  | 
public RemotingEJBReceiver(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public RemotingEJBReceiver.RemotingEJBReceiverResources subresources()
public T channelCreationOptions(List<ChannelCreationOptions> value)
value - List of ChannelCreationOptions objects.public T channelCreationOptions(ChannelCreationOptions value)
value - The ChannelCreationOptions to addpublic T channelCreationOptions(String childKey, ChannelCreationOptionsConsumer consumer)
key - The key for the ChannelCreationOptions resourceconfig - The ChannelCreationOptionsConsumer to usepublic T channelCreationOptions(String childKey)
key - The key for the ChannelCreationOptions resourcepublic T channelCreationOptions(ChannelCreationOptionsSupplier supplier)
public Long connectTimeout()
public String outboundConnectionRef()
Copyright © 2018 JBoss by Red Hat. All rights reserved.