public class RemotingProfile<T extends RemotingProfile<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RemotingProfile.RemotingProfileResources
Child mutators for RemotingProfile
|
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
|
List<Map> |
staticEjbDiscovery()
Describes static discovery config for EJB's
|
T |
staticEjbDiscovery(List<Map> value)
Describes static discovery config for EJB's
|
T |
staticEjbDiscovery(Map... args)
Describes static discovery config for EJB's
|
T |
staticEjbDiscovery(Map value)
Describes static discovery config for EJB's
|
RemotingProfile.RemotingProfileResources |
subresources() |
public 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()
public T localReceiverPassByValue(Boolean value)
public List<Map> staticEjbDiscovery()
public T staticEjbDiscovery(List<Map> value)
public T staticEjbDiscovery(Map value)
Copyright © 2019 JBoss by Red Hat. All rights reserved.