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
|
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 org.wildfly.swarm.config.ejb3.remoting_profile.RemotingEJBReceiver object to the list of subresources
|
T |
remotingEjbReceiver(String childKey)
Create and configure a org.wildfly.swarm.config.ejb3.remoting_profile.RemotingEJBReceiver object to the list of subresources
|
T |
remotingEjbReceiver(String childKey,
RemotingEJBReceiverConfigurator config)
Create and configure a org.wildfly.swarm.config.ejb3.remoting_profile.RemotingEJBReceiver object to the list of subresources
|
T |
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 T excludeLocalReceiver(Boolean value)
public Boolean localReceiverPassByValue()
public T localReceiverPassByValue(Boolean value)
public RemotingProfile.RemotingProfileResources subresources()
public T remotingEjbReceivers(List<RemotingEJBReceiver> value)
value - List of org.wildfly.swarm.config.ejb3.remoting_profile.RemotingEJBReceiver objects.public T remotingEjbReceiver(RemotingEJBReceiver value)
value - The org.wildfly.swarm.config.ejb3.remoting_profile.RemotingEJBReceiver to addpublic T 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 T 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.