public class RemotingProfile extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
RemotingProfile.RemotingProfileResources
Child mutators for RemotingProfile
|
| Constructor and Description |
|---|
RemotingProfile(String key) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
excludeLocalReceiver()
If set no local receiver is used in this profile
|
RemotingProfile |
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
|
RemotingProfile |
localReceiverPassByValue(Boolean value)
If set local receiver will pass ejb beans by value
|
RemotingProfile |
remotingEjbReceiver(RemotingEjbReceiver value)
Add the org.wildfly.swarm.config.ejb3.remoting_profile.RemotingEjbReceiver object to the list of subresources
|
RemotingProfile |
remotingEjbReceivers(List<RemotingEjbReceiver> value)
Add all org.wildfly.swarm.config.ejb3.remoting_profile.RemotingEjbReceiver objects to this subresource
|
RemotingProfile.RemotingProfileResources |
subresources() |
public RemotingProfile(String key)
public String getKey()
public Boolean excludeLocalReceiver()
public RemotingProfile excludeLocalReceiver(Boolean value)
public Boolean localReceiverPassByValue()
public RemotingProfile localReceiverPassByValue(Boolean value)
public RemotingProfile.RemotingProfileResources subresources()
public RemotingProfile remotingEjbReceivers(List<RemotingEjbReceiver> value)
value - List of org.wildfly.swarm.config.ejb3.remoting_profile.RemotingEjbReceiver objects.public RemotingProfile remotingEjbReceiver(RemotingEjbReceiver value)
value - The org.wildfly.swarm.config.ejb3.remoting_profile.RemotingEjbReceiver to addCopyright © 2015 JBoss by Red Hat. All rights reserved.