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 RemotingEjbReceiver object to the list of subresources
|
T |
remotingEjbReceivers(List<RemotingEjbReceiver> value)
Add all 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 RemotingEjbReceiver objects.public T remotingEjbReceiver(RemotingEjbReceiver value)
value - The RemotingEjbReceiver to addCopyright © 2015 JBoss by Red Hat. All rights reserved.