public class Server<T extends Server<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Server.JournalType |
static class |
Server.ServerResources
Child mutators for Server
|
Modifier and Type | Method and Description |
---|---|
T |
acceptor(Acceptor value)
Add the Acceptor object to the list of subresources
|
T |
acceptor(AcceptorSupplier supplier)
Install a supplied Acceptor object to the list of subresources
|
T |
acceptor(String childKey)
Create and configure a Acceptor object to the list of subresources
|
T |
acceptor(String childKey,
AcceptorConsumer consumer)
Create and configure a Acceptor object to the list of subresources
|
T |
acceptors(List<Acceptor> value)
Add all Acceptor objects to this subresource
|
Boolean |
active()
Whether the server is active (and accepting connections) or passive (in
backup mode, waiting for failover).
|
T |
active(Boolean value)
Whether the server is active (and accepting connections) or passive (in
backup mode, waiting for failover).
|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
T |
addressSetting(AddressSetting value)
Add the AddressSetting object to the list of subresources
|
T |
addressSetting(AddressSettingSupplier supplier)
Install a supplied AddressSetting object to the list of subresources
|
T |
addressSetting(String childKey)
Create and configure a AddressSetting object to the list of subresources
|
T |
addressSetting(String childKey,
AddressSettingConsumer consumer)
Create and configure a AddressSetting object to the list of subresources
|
T |
addressSettings(List<AddressSetting> value)
Add all AddressSetting objects to this subresource
|
Boolean |
asyncConnectionExecutionEnabled()
Whether incoming packets on the server should be handed off to a thread
from the thread pool for processing.
|
T |
asyncConnectionExecutionEnabled(Boolean value)
Whether incoming packets on the server should be handed off to a thread
from the thread pool for processing.
|
T |
bindingsDirectoryPath()
A filesystem path pointing to one of the locations where ActiveMQ stores
persistent data.
|
T |
bindingsDirectoryPath(BindingsDirectoryPath value)
A filesystem path pointing to one of the locations where ActiveMQ stores
persistent data.
|
T |
bindingsDirectoryPath(BindingsDirectoryPathConsumer consumer)
A filesystem path pointing to one of the locations where ActiveMQ stores
persistent data.
|
T |
bindingsDirectoryPath(BindingsDirectoryPathSupplier supplier)
A filesystem path pointing to one of the locations where ActiveMQ stores
persistent data.
|
T |
bridge(Bridge value)
Add the Bridge object to the list of subresources
|
T |
bridge(BridgeSupplier supplier)
Install a supplied Bridge object to the list of subresources
|
T |
bridge(String childKey)
Create and configure a Bridge object to the list of subresources
|
T |
bridge(String childKey,
BridgeConsumer consumer)
Create and configure a Bridge object to the list of subresources
|
T |
bridges(List<Bridge> value)
Add all Bridge objects to this subresource
|
T |
broadcastGroup(BroadcastGroup value)
Add the BroadcastGroup object to the list of subresources
|
T |
broadcastGroup(BroadcastGroupSupplier supplier)
Install a supplied BroadcastGroup object to the list of subresources
|
T |
broadcastGroup(String childKey)
Create and configure a BroadcastGroup object to the list of subresources
|
T |
broadcastGroup(String childKey,
BroadcastGroupConsumer consumer)
Create and configure a BroadcastGroup object to the list of subresources
|
T |
broadcastGroups(List<BroadcastGroup> value)
Add all BroadcastGroup objects to this subresource
|
T |
clusterConnection(ClusterConnection value)
Add the ClusterConnection object to the list of subresources
|
T |
clusterConnection(ClusterConnectionSupplier supplier)
Install a supplied ClusterConnection object to the list of subresources
|
T |
clusterConnection(String childKey)
Create and configure a ClusterConnection object to the list of
subresources
|
T |
clusterConnection(String childKey,
ClusterConnectionConsumer consumer)
Create and configure a ClusterConnection object to the list of
subresources
|
T |
clusterConnections(List<ClusterConnection> value)
Add all ClusterConnection objects to this subresource
|
Map |
clusterCredentialReference()
Credential (from Credential Store) to authenticate to cluster
|
T |
clusterCredentialReference(Map value)
Credential (from Credential Store) to authenticate to cluster
|
T |
clusterCredentialReference(String key,
Object value)
Credential (from Credential Store) to authenticate to cluster
|
String |
clusterPassword()
The password used by cluster connections to communicate between the
clustered nodes.
|
T |
clusterPassword(String value)
The password used by cluster connections to communicate between the
clustered nodes.
|
String |
clusterUser()
The user used by cluster connections to communicate between the clustered
nodes.
|
T |
clusterUser(String value)
The user used by cluster connections to communicate between the clustered
nodes.
|
T |
connectionFactories(List<ConnectionFactory> value)
Add all ConnectionFactory objects to this subresource
|
T |
connectionFactory(ConnectionFactory value)
Add the ConnectionFactory object to the list of subresources
|
T |
connectionFactory(ConnectionFactorySupplier supplier)
Install a supplied ConnectionFactory object to the list of subresources
|
T |
connectionFactory(String childKey)
Create and configure a ConnectionFactory object to the list of
subresources
|
T |
connectionFactory(String childKey,
ConnectionFactoryConsumer consumer)
Create and configure a ConnectionFactory object to the list of
subresources
|
Long |
connectionTtlOverride()
If set, this will override how long (in ms) to keep a connection alive
without receiving a ping.
|
T |
connectionTtlOverride(Long value)
If set, this will override how long (in ms) to keep a connection alive
without receiving a ping.
|
T |
connector(Connector value)
Add the Connector object to the list of subresources
|
T |
connector(ConnectorSupplier supplier)
Install a supplied Connector object to the list of subresources
|
T |
connector(String childKey)
Create and configure a Connector object to the list of subresources
|
T |
connector(String childKey,
ConnectorConsumer consumer)
Create and configure a Connector object to the list of subresources
|
T |
connectors(List<Connector> value)
Add all Connector objects to this subresource
|
T |
connectorService(ConnectorService value)
Add the ConnectorService object to the list of subresources
|
T |
connectorService(ConnectorServiceSupplier supplier)
Install a supplied ConnectorService object to the list of subresources
|
T |
connectorService(String childKey)
Create and configure a ConnectorService object to the list of
subresources
|
T |
connectorService(String childKey,
ConnectorServiceConsumer consumer)
Create and configure a ConnectorService object to the list of
subresources
|
T |
connectorServices(List<ConnectorService> value)
Add all ConnectorService objects to this subresource
|
T |
coreAddress(CoreAddress value)
Add the CoreAddress object to the list of subresources
|
T |
coreAddress(CoreAddressSupplier supplier)
Install a supplied CoreAddress object to the list of subresources
|
T |
coreAddress(List<CoreAddress> value)
Add all CoreAddress objects to this subresource
|
T |
coreAddress(String childKey)
Create and configure a CoreAddress object to the list of subresources
|
T |
coreAddress(String childKey,
CoreAddressConsumer consumer)
Create and configure a CoreAddress object to the list of subresources
|
Boolean |
createBindingsDir()
Whether the server should create the bindings directory on start up.
|
T |
createBindingsDir(Boolean value)
Whether the server should create the bindings directory on start up.
|
Boolean |
createJournalDir()
Whether the server should create the journal directory on start up.
|
T |
createJournalDir(Boolean value)
Whether the server should create the journal directory on start up.
|
T |
discoveryGroup(DiscoveryGroup value)
Add the DiscoveryGroup object to the list of subresources
|
T |
discoveryGroup(DiscoveryGroupSupplier supplier)
Install a supplied DiscoveryGroup object to the list of subresources
|
T |
discoveryGroup(String childKey)
Create and configure a DiscoveryGroup object to the list of subresources
|
T |
discoveryGroup(String childKey,
DiscoveryGroupConsumer consumer)
Create and configure a DiscoveryGroup object to the list of subresources
|
T |
discoveryGroups(List<DiscoveryGroup> value)
Add all DiscoveryGroup objects to this subresource
|
T |
divert(Divert value)
Add the Divert object to the list of subresources
|
T |
divert(DivertSupplier supplier)
Install a supplied Divert object to the list of subresources
|
T |
divert(String childKey)
Create and configure a Divert object to the list of subresources
|
T |
divert(String childKey,
DivertConsumer consumer)
Create and configure a Divert object to the list of subresources
|
T |
diverts(List<Divert> value)
Add all Divert objects to this subresource
|
String |
elytronDomain()
The name of the Elytron security domain used to verify user and role
information.
|
T |
elytronDomain(String value)
The name of the Elytron security domain used to verify user and role
information.
|
String |
getKey() |
T |
groupingHandler(GroupingHandler value)
Add the GroupingHandler object to the list of subresources
|
T |
groupingHandler(GroupingHandlerSupplier supplier)
Install a supplied GroupingHandler object to the list of subresources
|
T |
groupingHandler(String childKey)
Create and configure a GroupingHandler object to the list of subresources
|
T |
groupingHandler(String childKey,
GroupingHandlerConsumer consumer)
Create and configure a GroupingHandler object to the list of subresources
|
T |
groupingHandlers(List<GroupingHandler> value)
Add all GroupingHandler objects to this subresource
|
T |
httpAcceptor(HTTPAcceptor value)
Add the HTTPAcceptor object to the list of subresources
|
T |
httpAcceptor(HTTPAcceptorSupplier supplier)
Install a supplied HTTPAcceptor object to the list of subresources
|
T |
httpAcceptor(String childKey)
Create and configure a HTTPAcceptor object to the list of subresources
|
T |
httpAcceptor(String childKey,
HTTPAcceptorConsumer consumer)
Create and configure a HTTPAcceptor object to the list of subresources
|
T |
httpAcceptors(List<HTTPAcceptor> value)
Add all HTTPAcceptor objects to this subresource
|
T |
httpConnector(HTTPConnector value)
Add the HTTPConnector object to the list of subresources
|
T |
httpConnector(HTTPConnectorSupplier supplier)
Install a supplied HTTPConnector object to the list of subresources
|
T |
httpConnector(String childKey)
Create and configure a HTTPConnector object to the list of subresources
|
T |
httpConnector(String childKey,
HTTPConnectorConsumer consumer)
Create and configure a HTTPConnector object to the list of subresources
|
T |
httpConnectors(List<HTTPConnector> value)
Add all HTTPConnector objects to this subresource
|
Integer |
idCacheSize()
The size of the cache for pre-creating message IDs.
|
T |
idCacheSize(Integer value)
The size of the cache for pre-creating message IDs.
|
T |
incomingInterceptor(Map value)
The list of incoming interceptor classes used by this server.
|
List<Map> |
incomingInterceptors()
The list of incoming interceptor classes used by this server.
|
T |
incomingInterceptors(List<Map> value)
The list of incoming interceptor classes used by this server.
|
T |
incomingInterceptors(Map... args)
The list of incoming interceptor classes used by this server.
|
T |
inVmAcceptor(InVMAcceptor value)
Add the InVMAcceptor object to the list of subresources
|
T |
inVmAcceptor(InVMAcceptorSupplier supplier)
Install a supplied InVMAcceptor object to the list of subresources
|
T |
inVmAcceptor(String childKey)
Create and configure a InVMAcceptor object to the list of subresources
|
T |
inVmAcceptor(String childKey,
InVMAcceptorConsumer consumer)
Create and configure a InVMAcceptor object to the list of subresources
|
T |
inVmAcceptors(List<InVMAcceptor> value)
Add all InVMAcceptor objects to this subresource
|
T |
inVmConnector(InVMConnector value)
Add the InVMConnector object to the list of subresources
|
T |
inVmConnector(InVMConnectorSupplier supplier)
Install a supplied InVMConnector object to the list of subresources
|
T |
inVmConnector(String childKey)
Create and configure a InVMConnector object to the list of subresources
|
T |
inVmConnector(String childKey,
InVMConnectorConsumer consumer)
Create and configure a InVMConnector object to the list of subresources
|
T |
inVmConnectors(List<InVMConnector> value)
Add all InVMConnector objects to this subresource
|
T |
jmsQueue(JMSQueue value)
Add the JMSQueue object to the list of subresources
|
T |
jmsQueue(JMSQueueSupplier supplier)
Install a supplied JMSQueue object to the list of subresources
|
T |
jmsQueue(String childKey)
Create and configure a JMSQueue object to the list of subresources
|
T |
jmsQueue(String childKey,
JMSQueueConsumer consumer)
Create and configure a JMSQueue object to the list of subresources
|
T |
jmsQueues(List<JMSQueue> value)
Add all JMSQueue objects to this subresource
|
T |
jmsTopic(JMSTopic value)
Add the JMSTopic object to the list of subresources
|
T |
jmsTopic(JMSTopicSupplier supplier)
Install a supplied JMSTopic object to the list of subresources
|
T |
jmsTopic(String childKey)
Create and configure a JMSTopic object to the list of subresources
|
T |
jmsTopic(String childKey,
JMSTopicConsumer consumer)
Create and configure a JMSTopic object to the list of subresources
|
T |
jmsTopics(List<JMSTopic> value)
Add all JMSTopic objects to this subresource
|
String |
jmxDomain()
The JMX domain used to register internal ActiveMQ MBeans in the
MBeanServer.
|
T |
jmxDomain(String value)
The JMX domain used to register internal ActiveMQ MBeans in the
MBeanServer.
|
Boolean |
jmxManagementEnabled()
Whether ActiveMQ should expose its internal management API via JMX.
|
T |
jmxManagementEnabled(Boolean value)
Whether ActiveMQ should expose its internal management API via JMX.
|
String |
journalBindingsTable()
Name of the JDBC table to store the bindings.
|
T |
journalBindingsTable(String value)
Name of the JDBC table to store the bindings.
|
Long |
journalBufferSize()
The size of the internal buffer on the journal.
|
T |
journalBufferSize(Long value)
The size of the internal buffer on the journal.
|
Long |
journalBufferTimeout()
The timeout (in nanoseconds) used to flush internal buffers on the
journal.
|
T |
journalBufferTimeout(Long value)
The timeout (in nanoseconds) used to flush internal buffers on the
journal.
|
Integer |
journalCompactMinFiles()
The minimal number of journal data files before we can start compacting.
|
T |
journalCompactMinFiles(Integer value)
The minimal number of journal data files before we can start compacting.
|
Integer |
journalCompactPercentage()
The percentage of live data on which we consider compacting the journal.
|
T |
journalCompactPercentage(Integer value)
The percentage of live data on which we consider compacting the journal.
|
String |
journalDatabase()
Type of the database (can be used to customize SQL statements).
|
T |
journalDatabase(String value)
Type of the database (can be used to customize SQL statements).
|
String |
journalDatasource()
Name of the DataSource for the JDBC store.
|
T |
journalDatasource(String value)
Name of the DataSource for the JDBC store.
|
T |
journalDirectoryPath()
A filesystem path pointing to one of the locations where ActiveMQ stores
persistent data.
|
T |
journalDirectoryPath(JournalDirectoryPath value)
A filesystem path pointing to one of the locations where ActiveMQ stores
persistent data.
|
T |
journalDirectoryPath(JournalDirectoryPathConsumer consumer)
A filesystem path pointing to one of the locations where ActiveMQ stores
persistent data.
|
T |
journalDirectoryPath(JournalDirectoryPathSupplier supplier)
A filesystem path pointing to one of the locations where ActiveMQ stores
persistent data.
|
Long |
journalFileSize()
The size (in bytes) of each journal file.
|
T |
journalFileSize(Long value)
The size (in bytes) of each journal file.
|
Integer |
journalJdbcLockExpiration()
The time the HA lock is considered valid without keeping it alive.
|
T |
journalJdbcLockExpiration(Integer value)
The time the HA lock is considered valid without keeping it alive.
|
Integer |
journalJdbcLockRenewPeriod()
The renewal period for the HA lock to keep it alive.
|
T |
journalJdbcLockRenewPeriod(Integer value)
The renewal period for the HA lock to keep it alive.
|
Integer |
journalJdbcNetworkTimeout()
The timeout used by the JDBC connection to detect network issues.
|
T |
journalJdbcNetworkTimeout(Integer value)
The timeout used by the JDBC connection to detect network issues.
|
String |
journalLargeMessagesTable()
Name of the JDBC table to store the large messages.
|
T |
journalLargeMessagesTable(String value)
Name of the JDBC table to store the large messages.
|
Integer |
journalMaxIo()
The maximum number of write requests that can be in the AIO queue at any
one time.
|
T |
journalMaxIo(Integer value)
The maximum number of write requests that can be in the AIO queue at any
one time.
|
String |
journalMessagesTable()
Name of the JDBC table to store the messages.
|
T |
journalMessagesTable(String value)
Name of the JDBC table to store the messages.
|
Integer |
journalMinFiles()
How many journal files to pre-create.
|
T |
journalMinFiles(Integer value)
How many journal files to pre-create.
|
String |
journalNodeManagerStoreTable()
Name of the JDBC table to store the node manager.
|
T |
journalNodeManagerStoreTable(String value)
Name of the JDBC table to store the node manager.
|
String |
journalPageStoreTable()
Name of the JDBC table to store pages.
|
T |
journalPageStoreTable(String value)
Name of the JDBC table to store pages.
|
Integer |
journalPoolFiles()
The number of journal files that can be reused.
|
T |
journalPoolFiles(Integer value)
The number of journal files that can be reused.
|
Boolean |
journalSyncNonTransactional()
Whether to wait for non transaction data to be synced to the journal
before returning a response to the client.
|
T |
journalSyncNonTransactional(Boolean value)
Whether to wait for non transaction data to be synced to the journal
before returning a response to the client.
|
Boolean |
journalSyncTransactional()
Whether to wait for transaction data to be synchronized to the journal
before returning a response to the client.
|
T |
journalSyncTransactional(Boolean value)
Whether to wait for transaction data to be synchronized to the journal
before returning a response to the client.
|
Server.JournalType |
journalType()
The type of journal to use.
|
T |
journalType(Server.JournalType value)
The type of journal to use.
|
T |
largeMessagesDirectoryPath()
A filesystem path pointing to one of the locations where ActiveMQ stores
persistent data.
|
T |
largeMessagesDirectoryPath(LargeMessagesDirectoryPath value)
A filesystem path pointing to one of the locations where ActiveMQ stores
persistent data.
|
T |
largeMessagesDirectoryPath(LargeMessagesDirectoryPathConsumer consumer)
A filesystem path pointing to one of the locations where ActiveMQ stores
persistent data.
|
T |
largeMessagesDirectoryPath(LargeMessagesDirectoryPathSupplier supplier)
A filesystem path pointing to one of the locations where ActiveMQ stores
persistent data.
|
T |
legacyConnectionFactories(List<LegacyConnectionFactory> value)
Add all LegacyConnectionFactory objects to this subresource
|
T |
legacyConnectionFactory(LegacyConnectionFactory value)
Add the LegacyConnectionFactory object to the list of subresources
|
T |
legacyConnectionFactory(LegacyConnectionFactorySupplier supplier)
Install a supplied LegacyConnectionFactory object to the list of
subresources
|
T |
legacyConnectionFactory(String childKey)
Create and configure a LegacyConnectionFactory object to the list of
subresources
|
T |
legacyConnectionFactory(String childKey,
LegacyConnectionFactoryConsumer consumer)
Create and configure a LegacyConnectionFactory object to the list of
subresources
|
T |
liveOnlyHaPolicy()
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
liveOnlyHaPolicy(LiveOnlyHAPolicy value)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
liveOnlyHaPolicy(LiveOnlyHAPolicyConsumer consumer)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
liveOnlyHaPolicy(LiveOnlyHAPolicySupplier supplier)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
Boolean |
logJournalWriteRate()
Whether to periodically log the journal's write rate and flush rate.
|
T |
logJournalWriteRate(Boolean value)
Whether to periodically log the journal's write rate and flush rate.
|
String |
managementAddress()
Address to send management messages to.
|
T |
managementAddress(String value)
Address to send management messages to.
|
String |
managementNotificationAddress()
The name of the address that consumers bind to to receive management
notifications.
|
T |
managementNotificationAddress(String value)
The name of the address that consumers bind to to receive management
notifications.
|
Long |
memoryMeasureInterval()
Frequency to sample JVM memory in ms (or -1 to disable memory sampling)
|
T |
memoryMeasureInterval(Long value)
Frequency to sample JVM memory in ms (or -1 to disable memory sampling)
|
Integer |
memoryWarningThreshold()
Percentage of available memory which if exceeded results in a warning log
|
T |
memoryWarningThreshold(Integer value)
Percentage of available memory which if exceeded results in a warning log
|
Integer |
messageCounterMaxDayHistory()
How many days to keep message counter history.
|
T |
messageCounterMaxDayHistory(Integer value)
How many days to keep message counter history.
|
Long |
messageCounterSamplePeriod()
The sample period (in ms) to use for message counters.
|
T |
messageCounterSamplePeriod(Long value)
The sample period (in ms) to use for message counters.
|
Long |
messageExpiryScanPeriod()
How often (in ms) to scan for expired messages.
|
T |
messageExpiryScanPeriod(Long value)
How often (in ms) to scan for expired messages.
|
Integer |
messageExpiryThreadPriority()
The priority of the thread expiring messages.
|
T |
messageExpiryThreadPriority(Integer value)
The priority of the thread expiring messages.
|
T |
outgoingInterceptor(Map value)
The list of outgoing interceptor classes used by this server.
|
List<Map> |
outgoingInterceptors()
The list of outgoing interceptor classes used by this server.
|
T |
outgoingInterceptors(List<Map> value)
The list of outgoing interceptor classes used by this server.
|
T |
outgoingInterceptors(Map... args)
The list of outgoing interceptor classes used by this server.
|
Boolean |
overrideInVmSecurity()
Whether the ActiveMQ server will override security credentials for in-vm
connections.
|
T |
overrideInVmSecurity(Boolean value)
Whether the ActiveMQ server will override security credentials for in-vm
connections.
|
Integer |
pageMaxConcurrentIo()
The maximum number of concurrent reads allowed on paging
|
T |
pageMaxConcurrentIo(Integer value)
The maximum number of concurrent reads allowed on paging
|
T |
pagingDirectoryPath()
A filesystem path pointing to one of the locations where ActiveMQ stores
persistent data.
|
T |
pagingDirectoryPath(PagingDirectoryPath value)
A filesystem path pointing to one of the locations where ActiveMQ stores
persistent data.
|
T |
pagingDirectoryPath(PagingDirectoryPathConsumer consumer)
A filesystem path pointing to one of the locations where ActiveMQ stores
persistent data.
|
T |
pagingDirectoryPath(PagingDirectoryPathSupplier supplier)
A filesystem path pointing to one of the locations where ActiveMQ stores
persistent data.
|
Boolean |
persistDeliveryCountBeforeDelivery()
Whether the delivery count is persisted before delivery.
|
T |
persistDeliveryCountBeforeDelivery(Boolean value)
Whether the delivery count is persisted before delivery.
|
Boolean |
persistenceEnabled()
Whether the server will use the file based journal for persistence.
|
T |
persistenceEnabled(Boolean value)
Whether the server will use the file based journal for persistence.
|
Boolean |
persistIdCache()
Whether IDs are persisted to the journal.
|
T |
persistIdCache(Boolean value)
Whether IDs are persisted to the journal.
|
T |
pooledConnectionFactories(List<PooledConnectionFactory> value)
Add all PooledConnectionFactory objects to this subresource
|
T |
pooledConnectionFactory(PooledConnectionFactory value)
Add the PooledConnectionFactory object to the list of subresources
|
T |
pooledConnectionFactory(PooledConnectionFactorySupplier supplier)
Install a supplied PooledConnectionFactory object to the list of
subresources
|
T |
pooledConnectionFactory(String childKey)
Create and configure a PooledConnectionFactory object to the list of
subresources
|
T |
pooledConnectionFactory(String childKey,
PooledConnectionFactoryConsumer consumer)
Create and configure a PooledConnectionFactory object to the list of
subresources
|
T |
queue(Queue value)
Add the Queue object to the list of subresources
|
T |
queue(QueueSupplier supplier)
Install a supplied Queue object to the list of subresources
|
T |
queue(String childKey)
Create and configure a Queue object to the list of subresources
|
T |
queue(String childKey,
QueueConsumer consumer)
Create and configure a Queue object to the list of subresources
|
T |
queues(List<Queue> value)
Add all Queue objects to this subresource
|
T |
remoteAcceptor(RemoteAcceptor value)
Add the RemoteAcceptor object to the list of subresources
|
T |
remoteAcceptor(RemoteAcceptorSupplier supplier)
Install a supplied RemoteAcceptor object to the list of subresources
|
T |
remoteAcceptor(String childKey)
Create and configure a RemoteAcceptor object to the list of subresources
|
T |
remoteAcceptor(String childKey,
RemoteAcceptorConsumer consumer)
Create and configure a RemoteAcceptor object to the list of subresources
|
T |
remoteAcceptors(List<RemoteAcceptor> value)
Add all RemoteAcceptor objects to this subresource
|
T |
remoteConnector(RemoteConnector value)
Add the RemoteConnector object to the list of subresources
|
T |
remoteConnector(RemoteConnectorSupplier supplier)
Install a supplied RemoteConnector object to the list of subresources
|
T |
remoteConnector(String childKey)
Create and configure a RemoteConnector object to the list of subresources
|
T |
remoteConnector(String childKey,
RemoteConnectorConsumer consumer)
Create and configure a RemoteConnector object to the list of subresources
|
T |
remoteConnectors(List<RemoteConnector> value)
Add all RemoteConnector objects to this subresource
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
T |
replicationColocatedHaPolicy()
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
replicationColocatedHaPolicy(ReplicationColocatedHAPolicy value)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
replicationColocatedHaPolicy(ReplicationColocatedHAPolicyConsumer consumer)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
replicationColocatedHaPolicy(ReplicationColocatedHAPolicySupplier supplier)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
replicationMasterHaPolicy()
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
replicationMasterHaPolicy(ReplicationMasterHAPolicy value)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
replicationMasterHaPolicy(ReplicationMasterHAPolicyConsumer consumer)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
replicationMasterHaPolicy(ReplicationMasterHAPolicySupplier supplier)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
replicationSlaveHaPolicy()
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
replicationSlaveHaPolicy(ReplicationSlaveHAPolicy value)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
replicationSlaveHaPolicy(ReplicationSlaveHAPolicyConsumer consumer)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
replicationSlaveHaPolicy(ReplicationSlaveHAPolicySupplier supplier)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
runtimeQueue(RuntimeQueue value)
Add the RuntimeQueue object to the list of subresources
|
T |
runtimeQueue(RuntimeQueueSupplier supplier)
Install a supplied RuntimeQueue object to the list of subresources
|
T |
runtimeQueue(String childKey)
Create and configure a RuntimeQueue object to the list of subresources
|
T |
runtimeQueue(String childKey,
RuntimeQueueConsumer consumer)
Create and configure a RuntimeQueue object to the list of subresources
|
T |
runtimeQueues(List<RuntimeQueue> value)
Add all RuntimeQueue objects to this subresource
|
Integer |
scheduledThreadPoolMaxSize()
The number of threads that the main scheduled thread pool has.
|
T |
scheduledThreadPoolMaxSize(Integer value)
The number of threads that the main scheduled thread pool has.
|
Boolean |
securityEnabled()
Whether security is enabled.
|
T |
securityEnabled(Boolean value)
Whether security is enabled.
|
Long |
securityInvalidationInterval()
How long (in ms) to wait before invalidating the security cache.
|
T |
securityInvalidationInterval(Long value)
How long (in ms) to wait before invalidating the security cache.
|
T |
securitySetting(SecuritySetting value)
Add the SecuritySetting object to the list of subresources
|
T |
securitySetting(SecuritySettingSupplier supplier)
Install a supplied SecuritySetting object to the list of subresources
|
T |
securitySetting(String childKey)
Create and configure a SecuritySetting object to the list of subresources
|
T |
securitySetting(String childKey,
SecuritySettingConsumer consumer)
Create and configure a SecuritySetting object to the list of subresources
|
T |
securitySettings(List<SecuritySetting> value)
Add all SecuritySetting objects to this subresource
|
Long |
serverDumpInterval()
How often to dump basic runtime information to the server log.
|
T |
serverDumpInterval(Long value)
How often to dump basic runtime information to the server log.
|
T |
sharedStoreColocatedHaPolicy()
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
sharedStoreColocatedHaPolicy(SharedStoreColocatedHAPolicy value)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
sharedStoreColocatedHaPolicy(SharedStoreColocatedHAPolicyConsumer consumer)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
sharedStoreColocatedHaPolicy(SharedStoreColocatedHAPolicySupplier supplier)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
sharedStoreMasterHaPolicy()
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
sharedStoreMasterHaPolicy(SharedStoreMasterHAPolicy value)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
sharedStoreMasterHaPolicy(SharedStoreMasterHAPolicyConsumer consumer)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
sharedStoreMasterHaPolicy(SharedStoreMasterHAPolicySupplier supplier)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
sharedStoreSlaveHaPolicy()
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
sharedStoreSlaveHaPolicy(SharedStoreSlaveHAPolicy value)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
sharedStoreSlaveHaPolicy(SharedStoreSlaveHAPolicyConsumer consumer)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
T |
sharedStoreSlaveHaPolicy(SharedStoreSlaveHAPolicySupplier supplier)
A messaging resource that allows you to configure High Availability for
the ActiveMQ server (the value of ha-policy can be live-only,
replication-master, replication-slave, or replication-colocated).
|
Boolean |
started()
Whether this server is started.
|
T |
started(Boolean value)
Whether this server is started.
|
Boolean |
statisticsEnabled()
Whether gathering of statistics such as message counters are enabled.
|
T |
statisticsEnabled(Boolean value)
Whether gathering of statistics such as message counters are enabled.
|
Server.ServerResources |
subresources() |
Integer |
threadPoolMaxSize()
The number of threads that the main thread pool has.
|
T |
threadPoolMaxSize(Integer value)
The number of threads that the main thread pool has.
|
Long |
transactionTimeout()
How long (in ms) before a transaction can be removed from the resource
manager after create time.
|
T |
transactionTimeout(Long value)
How long (in ms) before a transaction can be removed from the resource
manager after create time.
|
Long |
transactionTimeoutScanPeriod()
How often (in ms) to scan for timeout transactions.
|
T |
transactionTimeoutScanPeriod(Long value)
How often (in ms) to scan for timeout transactions.
|
String |
version()
The server's version.
|
T |
version(String value)
The server's version.
|
Boolean |
wildCardRoutingEnabled()
Whether the server supports wild card routing.
|
T |
wildCardRoutingEnabled(Boolean value)
Whether the server supports wild card routing.
|
public Server(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Server.ServerResources subresources()
public T connectorServices(List<ConnectorService> value)
value
- List of ConnectorService objects.public T connectorService(ConnectorService value)
value
- The ConnectorService to addpublic T connectorService(String childKey, ConnectorServiceConsumer consumer)
key
- The key for the ConnectorService resourceconfig
- The ConnectorServiceConsumer to usepublic T connectorService(String childKey)
key
- The key for the ConnectorService resourcepublic T connectorService(ConnectorServiceSupplier supplier)
public T httpAcceptors(List<HTTPAcceptor> value)
value
- List of HTTPAcceptor objects.public T httpAcceptor(HTTPAcceptor value)
value
- The HTTPAcceptor to addpublic T httpAcceptor(String childKey, HTTPAcceptorConsumer consumer)
key
- The key for the HTTPAcceptor resourceconfig
- The HTTPAcceptorConsumer to usepublic T httpAcceptor(String childKey)
key
- The key for the HTTPAcceptor resourcepublic T httpAcceptor(HTTPAcceptorSupplier supplier)
public T clusterConnections(List<ClusterConnection> value)
value
- List of ClusterConnection objects.public T clusterConnection(ClusterConnection value)
value
- The ClusterConnection to addpublic T clusterConnection(String childKey, ClusterConnectionConsumer consumer)
key
- The key for the ClusterConnection resourceconfig
- The ClusterConnectionConsumer to usepublic T clusterConnection(String childKey)
key
- The key for the ClusterConnection resourcepublic T clusterConnection(ClusterConnectionSupplier supplier)
public T broadcastGroups(List<BroadcastGroup> value)
value
- List of BroadcastGroup objects.public T broadcastGroup(BroadcastGroup value)
value
- The BroadcastGroup to addpublic T broadcastGroup(String childKey, BroadcastGroupConsumer consumer)
key
- The key for the BroadcastGroup resourceconfig
- The BroadcastGroupConsumer to usepublic T broadcastGroup(String childKey)
key
- The key for the BroadcastGroup resourcepublic T broadcastGroup(BroadcastGroupSupplier supplier)
public T runtimeQueues(List<RuntimeQueue> value)
value
- List of RuntimeQueue objects.public T runtimeQueue(RuntimeQueue value)
value
- The RuntimeQueue to addpublic T runtimeQueue(String childKey, RuntimeQueueConsumer consumer)
key
- The key for the RuntimeQueue resourceconfig
- The RuntimeQueueConsumer to usepublic T runtimeQueue(String childKey)
key
- The key for the RuntimeQueue resourcepublic T runtimeQueue(RuntimeQueueSupplier supplier)
public T addressSettings(List<AddressSetting> value)
value
- List of AddressSetting objects.public T addressSetting(AddressSetting value)
value
- The AddressSetting to addpublic T addressSetting(String childKey, AddressSettingConsumer consumer)
key
- The key for the AddressSetting resourceconfig
- The AddressSettingConsumer to usepublic T addressSetting(String childKey)
key
- The key for the AddressSetting resourcepublic T addressSetting(AddressSettingSupplier supplier)
public T jmsQueues(List<JMSQueue> value)
value
- List of JMSQueue objects.public T jmsQueue(JMSQueue value)
value
- The JMSQueue to addpublic T jmsQueue(String childKey, JMSQueueConsumer consumer)
key
- The key for the JMSQueue resourceconfig
- The JMSQueueConsumer to usepublic T jmsQueue(String childKey)
key
- The key for the JMSQueue resourcepublic T jmsQueue(JMSQueueSupplier supplier)
public T pooledConnectionFactories(List<PooledConnectionFactory> value)
value
- List of PooledConnectionFactory objects.public T pooledConnectionFactory(PooledConnectionFactory value)
value
- The PooledConnectionFactory to addpublic T pooledConnectionFactory(String childKey, PooledConnectionFactoryConsumer consumer)
key
- The key for the PooledConnectionFactory resourceconfig
- The PooledConnectionFactoryConsumer to usepublic T pooledConnectionFactory(String childKey)
key
- The key for the PooledConnectionFactory resourcepublic T pooledConnectionFactory(PooledConnectionFactorySupplier supplier)
public T diverts(List<Divert> value)
value
- List of Divert objects.public T divert(Divert value)
value
- The Divert to addpublic T divert(String childKey, DivertConsumer consumer)
key
- The key for the Divert resourceconfig
- The DivertConsumer to usepublic T divert(String childKey)
key
- The key for the Divert resourcepublic T divert(DivertSupplier supplier)
public T inVmAcceptors(List<InVMAcceptor> value)
value
- List of InVMAcceptor objects.public T inVmAcceptor(InVMAcceptor value)
value
- The InVMAcceptor to addpublic T inVmAcceptor(String childKey, InVMAcceptorConsumer consumer)
key
- The key for the InVMAcceptor resourceconfig
- The InVMAcceptorConsumer to usepublic T inVmAcceptor(String childKey)
key
- The key for the InVMAcceptor resourcepublic T inVmAcceptor(InVMAcceptorSupplier supplier)
public T discoveryGroups(List<DiscoveryGroup> value)
value
- List of DiscoveryGroup objects.public T discoveryGroup(DiscoveryGroup value)
value
- The DiscoveryGroup to addpublic T discoveryGroup(String childKey, DiscoveryGroupConsumer consumer)
key
- The key for the DiscoveryGroup resourceconfig
- The DiscoveryGroupConsumer to usepublic T discoveryGroup(String childKey)
key
- The key for the DiscoveryGroup resourcepublic T discoveryGroup(DiscoveryGroupSupplier supplier)
public T httpConnectors(List<HTTPConnector> value)
value
- List of HTTPConnector objects.public T httpConnector(HTTPConnector value)
value
- The HTTPConnector to addpublic T httpConnector(String childKey, HTTPConnectorConsumer consumer)
key
- The key for the HTTPConnector resourceconfig
- The HTTPConnectorConsumer to usepublic T httpConnector(String childKey)
key
- The key for the HTTPConnector resourcepublic T httpConnector(HTTPConnectorSupplier supplier)
public T connectionFactories(List<ConnectionFactory> value)
value
- List of ConnectionFactory objects.public T connectionFactory(ConnectionFactory value)
value
- The ConnectionFactory to addpublic T connectionFactory(String childKey, ConnectionFactoryConsumer consumer)
key
- The key for the ConnectionFactory resourceconfig
- The ConnectionFactoryConsumer to usepublic T connectionFactory(String childKey)
key
- The key for the ConnectionFactory resourcepublic T connectionFactory(ConnectionFactorySupplier supplier)
public T acceptors(List<Acceptor> value)
value
- List of Acceptor objects.public T acceptor(Acceptor value)
value
- The Acceptor to addpublic T acceptor(String childKey, AcceptorConsumer consumer)
key
- The key for the Acceptor resourceconfig
- The AcceptorConsumer to usepublic T acceptor(String childKey)
key
- The key for the Acceptor resourcepublic T acceptor(AcceptorSupplier supplier)
public T remoteAcceptors(List<RemoteAcceptor> value)
value
- List of RemoteAcceptor objects.public T remoteAcceptor(RemoteAcceptor value)
value
- The RemoteAcceptor to addpublic T remoteAcceptor(String childKey, RemoteAcceptorConsumer consumer)
key
- The key for the RemoteAcceptor resourceconfig
- The RemoteAcceptorConsumer to usepublic T remoteAcceptor(String childKey)
key
- The key for the RemoteAcceptor resourcepublic T remoteAcceptor(RemoteAcceptorSupplier supplier)
public T remoteConnectors(List<RemoteConnector> value)
value
- List of RemoteConnector objects.public T remoteConnector(RemoteConnector value)
value
- The RemoteConnector to addpublic T remoteConnector(String childKey, RemoteConnectorConsumer consumer)
key
- The key for the RemoteConnector resourceconfig
- The RemoteConnectorConsumer to usepublic T remoteConnector(String childKey)
key
- The key for the RemoteConnector resourcepublic T remoteConnector(RemoteConnectorSupplier supplier)
public T inVmConnectors(List<InVMConnector> value)
value
- List of InVMConnector objects.public T inVmConnector(InVMConnector value)
value
- The InVMConnector to addpublic T inVmConnector(String childKey, InVMConnectorConsumer consumer)
key
- The key for the InVMConnector resourceconfig
- The InVMConnectorConsumer to usepublic T inVmConnector(String childKey)
key
- The key for the InVMConnector resourcepublic T inVmConnector(InVMConnectorSupplier supplier)
public T legacyConnectionFactories(List<LegacyConnectionFactory> value)
value
- List of LegacyConnectionFactory objects.public T legacyConnectionFactory(LegacyConnectionFactory value)
value
- The LegacyConnectionFactory to addpublic T legacyConnectionFactory(String childKey, LegacyConnectionFactoryConsumer consumer)
key
- The key for the LegacyConnectionFactory resourceconfig
- The LegacyConnectionFactoryConsumer to usepublic T legacyConnectionFactory(String childKey)
key
- The key for the LegacyConnectionFactory resourcepublic T legacyConnectionFactory(LegacyConnectionFactorySupplier supplier)
public T groupingHandlers(List<GroupingHandler> value)
value
- List of GroupingHandler objects.public T groupingHandler(GroupingHandler value)
value
- The GroupingHandler to addpublic T groupingHandler(String childKey, GroupingHandlerConsumer consumer)
key
- The key for the GroupingHandler resourceconfig
- The GroupingHandlerConsumer to usepublic T groupingHandler(String childKey)
key
- The key for the GroupingHandler resourcepublic T groupingHandler(GroupingHandlerSupplier supplier)
public T jmsTopics(List<JMSTopic> value)
value
- List of JMSTopic objects.public T jmsTopic(JMSTopic value)
value
- The JMSTopic to addpublic T jmsTopic(String childKey, JMSTopicConsumer consumer)
key
- The key for the JMSTopic resourceconfig
- The JMSTopicConsumer to usepublic T jmsTopic(String childKey)
key
- The key for the JMSTopic resourcepublic T jmsTopic(JMSTopicSupplier supplier)
public T connectors(List<Connector> value)
value
- List of Connector objects.public T connector(Connector value)
value
- The Connector to addpublic T connector(String childKey, ConnectorConsumer consumer)
key
- The key for the Connector resourceconfig
- The ConnectorConsumer to usepublic T connector(String childKey)
key
- The key for the Connector resourcepublic T connector(ConnectorSupplier supplier)
public T securitySettings(List<SecuritySetting> value)
value
- List of SecuritySetting objects.public T securitySetting(SecuritySetting value)
value
- The SecuritySetting to addpublic T securitySetting(String childKey, SecuritySettingConsumer consumer)
key
- The key for the SecuritySetting resourceconfig
- The SecuritySettingConsumer to usepublic T securitySetting(String childKey)
key
- The key for the SecuritySetting resourcepublic T securitySetting(SecuritySettingSupplier supplier)
public T coreAddress(List<CoreAddress> value)
value
- List of CoreAddress objects.public T coreAddress(CoreAddress value)
value
- The CoreAddress to addpublic T coreAddress(String childKey, CoreAddressConsumer consumer)
key
- The key for the CoreAddress resourceconfig
- The CoreAddressConsumer to usepublic T coreAddress(String childKey)
key
- The key for the CoreAddress resourcepublic T coreAddress(CoreAddressSupplier supplier)
public T bridges(List<Bridge> value)
value
- List of Bridge objects.public T bridge(Bridge value)
value
- The Bridge to addpublic T bridge(String childKey, BridgeConsumer consumer)
key
- The key for the Bridge resourceconfig
- The BridgeConsumer to usepublic T bridge(String childKey)
key
- The key for the Bridge resourcepublic T bridge(BridgeSupplier supplier)
public T queues(List<Queue> value)
value
- List of Queue objects.public T queue(Queue value)
value
- The Queue to addpublic T queue(String childKey, QueueConsumer consumer)
key
- The key for the Queue resourceconfig
- The QueueConsumer to usepublic T queue(String childKey)
key
- The key for the Queue resourcepublic T queue(QueueSupplier supplier)
public T sharedStoreColocatedHaPolicy(SharedStoreColocatedHAPolicy value)
public T sharedStoreColocatedHaPolicy(SharedStoreColocatedHAPolicyConsumer consumer)
public T sharedStoreColocatedHaPolicy()
public T sharedStoreColocatedHaPolicy(SharedStoreColocatedHAPolicySupplier supplier)
public T replicationMasterHaPolicy(ReplicationMasterHAPolicy value)
public T replicationMasterHaPolicy(ReplicationMasterHAPolicyConsumer consumer)
public T replicationMasterHaPolicy()
public T replicationMasterHaPolicy(ReplicationMasterHAPolicySupplier supplier)
public T sharedStoreMasterHaPolicy(SharedStoreMasterHAPolicy value)
public T sharedStoreMasterHaPolicy(SharedStoreMasterHAPolicyConsumer consumer)
public T sharedStoreMasterHaPolicy()
public T sharedStoreMasterHaPolicy(SharedStoreMasterHAPolicySupplier supplier)
public T bindingsDirectoryPath(BindingsDirectoryPath value)
public T bindingsDirectoryPath(BindingsDirectoryPathConsumer consumer)
public T bindingsDirectoryPath()
public T bindingsDirectoryPath(BindingsDirectoryPathSupplier supplier)
public T replicationColocatedHaPolicy(ReplicationColocatedHAPolicy value)
public T replicationColocatedHaPolicy(ReplicationColocatedHAPolicyConsumer consumer)
public T replicationColocatedHaPolicy()
public T replicationColocatedHaPolicy(ReplicationColocatedHAPolicySupplier supplier)
public T journalDirectoryPath(JournalDirectoryPath value)
public T journalDirectoryPath(JournalDirectoryPathConsumer consumer)
public T journalDirectoryPath()
public T journalDirectoryPath(JournalDirectoryPathSupplier supplier)
public T sharedStoreSlaveHaPolicy(SharedStoreSlaveHAPolicy value)
public T sharedStoreSlaveHaPolicy(SharedStoreSlaveHAPolicyConsumer consumer)
public T sharedStoreSlaveHaPolicy()
public T sharedStoreSlaveHaPolicy(SharedStoreSlaveHAPolicySupplier supplier)
public T pagingDirectoryPath(PagingDirectoryPath value)
public T pagingDirectoryPath(PagingDirectoryPathConsumer consumer)
public T pagingDirectoryPath()
public T pagingDirectoryPath(PagingDirectoryPathSupplier supplier)
public T largeMessagesDirectoryPath(LargeMessagesDirectoryPath value)
public T largeMessagesDirectoryPath(LargeMessagesDirectoryPathConsumer consumer)
public T largeMessagesDirectoryPath()
public T largeMessagesDirectoryPath(LargeMessagesDirectoryPathSupplier supplier)
public T liveOnlyHaPolicy(LiveOnlyHAPolicy value)
public T liveOnlyHaPolicy(LiveOnlyHAPolicyConsumer consumer)
public T liveOnlyHaPolicy()
public T liveOnlyHaPolicy(LiveOnlyHAPolicySupplier supplier)
public T replicationSlaveHaPolicy(ReplicationSlaveHAPolicy value)
public T replicationSlaveHaPolicy(ReplicationSlaveHAPolicyConsumer consumer)
public T replicationSlaveHaPolicy()
public T replicationSlaveHaPolicy(ReplicationSlaveHAPolicySupplier supplier)
public Boolean active()
public T active(Boolean value)
public Boolean asyncConnectionExecutionEnabled()
public T asyncConnectionExecutionEnabled(Boolean value)
public Map clusterCredentialReference()
public T clusterCredentialReference(Map value)
public T clusterCredentialReference(String key, Object value)
public String clusterPassword()
public T clusterPassword(String value)
public String clusterUser()
public T clusterUser(String value)
public Long connectionTtlOverride()
public T connectionTtlOverride(Long value)
public Boolean createBindingsDir()
public T createBindingsDir(Boolean value)
public Boolean createJournalDir()
public T createJournalDir(Boolean value)
public String elytronDomain()
public T elytronDomain(String value)
public Integer idCacheSize()
public List<Map> incomingInterceptors()
public T incomingInterceptors(List<Map> value)
public T incomingInterceptor(Map value)
public T incomingInterceptors(Map... args)
public String jmxDomain()
public T jmxDomain(String value)
public Boolean jmxManagementEnabled()
public T jmxManagementEnabled(Boolean value)
public String journalBindingsTable()
public T journalBindingsTable(String value)
public Long journalBufferSize()
public T journalBufferSize(Long value)
public Long journalBufferTimeout()
public T journalBufferTimeout(Long value)
public Integer journalCompactMinFiles()
public T journalCompactMinFiles(Integer value)
public Integer journalCompactPercentage()
public T journalCompactPercentage(Integer value)
public String journalDatabase()
public T journalDatabase(String value)
public String journalDatasource()
public T journalDatasource(String value)
public Long journalFileSize()
public Integer journalJdbcLockExpiration()
public T journalJdbcLockExpiration(Integer value)
public Integer journalJdbcLockRenewPeriod()
public T journalJdbcLockRenewPeriod(Integer value)
public Integer journalJdbcNetworkTimeout()
public T journalJdbcNetworkTimeout(Integer value)
public String journalLargeMessagesTable()
public T journalLargeMessagesTable(String value)
public Integer journalMaxIo()
public T journalMaxIo(Integer value)
public String journalMessagesTable()
public T journalMessagesTable(String value)
public Integer journalMinFiles()
public String journalNodeManagerStoreTable()
public T journalNodeManagerStoreTable(String value)
public String journalPageStoreTable()
public T journalPageStoreTable(String value)
public Integer journalPoolFiles()
public T journalPoolFiles(Integer value)
public Boolean journalSyncNonTransactional()
public T journalSyncNonTransactional(Boolean value)
public Boolean journalSyncTransactional()
public T journalSyncTransactional(Boolean value)
public Server.JournalType journalType()
public T journalType(Server.JournalType value)
public Boolean logJournalWriteRate()
public T logJournalWriteRate(Boolean value)
public String managementAddress()
public String managementNotificationAddress()
public T managementNotificationAddress(String value)
public Long memoryMeasureInterval()
public T memoryMeasureInterval(Long value)
public Integer memoryWarningThreshold()
public T memoryWarningThreshold(Integer value)
public Integer messageCounterMaxDayHistory()
public T messageCounterMaxDayHistory(Integer value)
public Long messageCounterSamplePeriod()
public T messageCounterSamplePeriod(Long value)
public Long messageExpiryScanPeriod()
public T messageExpiryScanPeriod(Long value)
public Integer messageExpiryThreadPriority()
public T messageExpiryThreadPriority(Integer value)
public List<Map> outgoingInterceptors()
public T outgoingInterceptors(List<Map> value)
public T outgoingInterceptor(Map value)
public T outgoingInterceptors(Map... args)
public Boolean overrideInVmSecurity()
public T overrideInVmSecurity(Boolean value)
public Integer pageMaxConcurrentIo()
public T pageMaxConcurrentIo(Integer value)
public Boolean persistDeliveryCountBeforeDelivery()
public T persistDeliveryCountBeforeDelivery(Boolean value)
public Boolean persistIdCache()
public Boolean persistenceEnabled()
public T persistenceEnabled(Boolean value)
public Integer scheduledThreadPoolMaxSize()
public T scheduledThreadPoolMaxSize(Integer value)
public Boolean securityEnabled()
public Long securityInvalidationInterval()
public T securityInvalidationInterval(Long value)
public Long serverDumpInterval()
public T serverDumpInterval(Long value)
public Boolean started()
public Boolean statisticsEnabled()
public T statisticsEnabled(Boolean value)
public Integer threadPoolMaxSize()
public T threadPoolMaxSize(Integer value)
public Long transactionTimeout()
public T transactionTimeout(Long value)
public Long transactionTimeoutScanPeriod()
public T transactionTimeoutScanPeriod(Long value)
public String version()
public Boolean wildCardRoutingEnabled()
Copyright © 2019 JBoss by Red Hat. All rights reserved.