Package | Description |
---|---|
org.wildfly.swarm.config.ejb3 | |
org.wildfly.swarm.config.ejb3.remoting_profile |
Modifier and Type | Class and Description |
---|---|
class |
ChannelCreationOptions<T extends ChannelCreationOptions<T>>
The options that will be used during the EJB remote channel creation
|
interface |
ChannelCreationOptionsConsumer<T extends ChannelCreationOptions<T>> |
interface |
ChannelCreationOptionsSupplier<T extends ChannelCreationOptions> |
Modifier and Type | Method and Description |
---|---|
ChannelCreationOptions |
RemoteService.RemoteServiceResources.channelCreationOptions(String key) |
ChannelCreationOptions |
ChannelCreationOptionsSupplier.get()
Constructed instance of ChannelCreationOptions resource
|
Modifier and Type | Method and Description |
---|---|
List<ChannelCreationOptions> |
RemoteService.RemoteServiceResources.channelCreationOptions()
Get the list of ChannelCreationOptions resources
|
Modifier and Type | Method and Description |
---|---|
T |
RemoteService.channelCreationOptions(ChannelCreationOptions value)
Add the ChannelCreationOptions object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
RemoteService.channelCreationOptions(List<ChannelCreationOptions> value)
Add all ChannelCreationOptions objects to this subresource
|
Modifier and Type | Method and Description |
---|---|
ChannelCreationOptions |
RemotingEJBReceiver.RemotingEJBReceiverResources.channelCreationOptions(String key) |
Modifier and Type | Method and Description |
---|---|
List<ChannelCreationOptions> |
RemotingEJBReceiver.RemotingEJBReceiverResources.channelCreationOptions()
Get the list of ChannelCreationOptions resources
|
Modifier and Type | Method and Description |
---|---|
T |
RemotingEJBReceiver.channelCreationOptions(ChannelCreationOptions value)
Add the ChannelCreationOptions object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
RemotingEJBReceiver.channelCreationOptions(List<ChannelCreationOptions> value)
Add all ChannelCreationOptions objects to this subresource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.