public class RemotingProfile<T extends RemotingProfile<T>> extends HashMap
| Modifier and Type | Class and Description |
|---|---|
static class |
RemotingProfile.RemotingProfileResources
Child mutators for RemotingProfile
|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
RemotingProfile(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Boolean |
excludeLocalReceiver()
If set no local receiver is used in this profile
|
T |
excludeLocalReceiver(Boolean value)
If set no local receiver is used in this profile
|
String |
getKey() |
Boolean |
localReceiverPassByValue()
If set local receiver will pass ejb beans by value
|
T |
localReceiverPassByValue(Boolean value)
If set local receiver will pass ejb beans by value
|
T |
remotingEjbReceiver(RemotingEJBReceiver value)
Add the RemotingEJBReceiver object to the list of subresources
|
T |
remotingEjbReceiver(RemotingEJBReceiverSupplier supplier)
Install a supplied RemotingEJBReceiver object to the list of subresources
|
T |
remotingEjbReceiver(String childKey)
Create and configure a RemotingEJBReceiver object to the list of
subresources
|
T |
remotingEjbReceiver(String childKey,
RemotingEJBReceiverConsumer consumer)
Create and configure a RemotingEJBReceiver object to the list of
subresources
|
T |
remotingEjbReceivers(List<RemotingEJBReceiver> value)
Add all RemotingEJBReceiver objects to this subresource
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
RemotingProfile.RemotingProfileResources |
subresources() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic RemotingProfile(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public RemotingProfile.RemotingProfileResources subresources()
public T remotingEjbReceivers(List<RemotingEJBReceiver> value)
value - List of RemotingEJBReceiver objects.public T remotingEjbReceiver(RemotingEJBReceiver value)
value - The RemotingEJBReceiver to addpublic T remotingEjbReceiver(String childKey, RemotingEJBReceiverConsumer consumer)
key - The key for the RemotingEJBReceiver resourceconfig - The RemotingEJBReceiverConsumer to usepublic T remotingEjbReceiver(String childKey)
key - The key for the RemotingEJBReceiver resourcepublic T remotingEjbReceiver(RemotingEJBReceiverSupplier supplier)
public Boolean excludeLocalReceiver()
public T excludeLocalReceiver(Boolean value)
public Boolean localReceiverPassByValue()
Copyright © 2017 JBoss by Red Hat. All rights reserved.