public class RemoteService<T extends RemoteService<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RemoteService.RemoteServiceResources
Child mutators for RemoteService
|
Constructor and Description |
---|
RemoteService() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
T |
channelCreationOptions(ChannelCreationOptions value)
Add the ChannelCreationOptions object to the list of subresources
|
T |
channelCreationOptions(ChannelCreationOptionsSupplier supplier)
Install a supplied ChannelCreationOptions object to the list of
subresources
|
T |
channelCreationOptions(List<ChannelCreationOptions> value)
Add all ChannelCreationOptions objects to this subresource
|
T |
channelCreationOptions(String childKey)
Create and configure a ChannelCreationOptions object to the list of
subresources
|
T |
channelCreationOptions(String childKey,
ChannelCreationOptionsConsumer consumer)
Create and configure a ChannelCreationOptions object to the list of
subresources
|
String |
cluster()
The name of the clustered cache container which will be used to
store/access the client-mappings of the EJB remoting connector's
socket-binding on each node, in the cluster
|
T |
cluster(String value)
The name of the clustered cache container which will be used to
store/access the client-mappings of the EJB remoting connector's
socket-binding on each node, in the cluster
|
String |
connectorRef()
The name of the connector on which the EJB3 remoting channel is
registered
|
T |
connectorRef(String value)
The name of the connector on which the EJB3 remoting channel is
registered
|
Boolean |
executeInWorker()
If this is true the EJB request will be executed in the IO subsystems
worker, otherwise it will dispatch to the EJB thread pool
|
T |
executeInWorker(Boolean value)
If this is true the EJB request will be executed in the IO subsystems
worker, otherwise it will dispatch to the EJB thread pool
|
String |
getKey() |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
RemoteService.RemoteServiceResources |
subresources() |
String |
threadPoolName()
The name of the thread pool that handles remote invocations
|
T |
threadPoolName(String value)
The name of the thread pool that handles remote invocations
|
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public RemoteService.RemoteServiceResources subresources()
public T channelCreationOptions(List<ChannelCreationOptions> value)
value
- List of ChannelCreationOptions objects.public T channelCreationOptions(ChannelCreationOptions value)
value
- The ChannelCreationOptions to addpublic T channelCreationOptions(String childKey, ChannelCreationOptionsConsumer consumer)
key
- The key for the ChannelCreationOptions resourceconfig
- The ChannelCreationOptionsConsumer to usepublic T channelCreationOptions(String childKey)
key
- The key for the ChannelCreationOptions resourcepublic T channelCreationOptions(ChannelCreationOptionsSupplier supplier)
public String cluster()
public T cluster(String value)
public String connectorRef()
public T connectorRef(String value)
public Boolean executeInWorker()
public T executeInWorker(Boolean value)
public String threadPoolName()
Copyright © 2019 JBoss by Red Hat. All rights reserved.