public class RemotingProfile<T extends 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 |
remotingEjbReceiver(String childKey)
Create and configure a org.wildfly.swarm.config.ejb3.remoting_profile.RemotingEJBReceiver object to the list of subresources
|
RemotingProfile |
remotingEjbReceiver(String childKey,
RemotingEJBReceiverConfigurator config)
Create and configure a 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 addpublic RemotingProfile remotingEjbReceiver(String childKey, RemotingEJBReceiverConfigurator config)
key - The key for the org.wildfly.swarm.config.ejb3.remoting_profile.RemotingEJBReceiver resourceconfig - The org.wildfly.swarm.config.ejb3.remoting_profile.RemotingEJBReceiverConfigurator to usepublic RemotingProfile remotingEjbReceiver(String childKey)
key - The key for the org.wildfly.swarm.config.ejb3.remoting_profile.RemotingEJBReceiver resourceCopyright © 2015 JBoss by Red Hat. All rights reserved.