public class Server<T extends Server> extends Object
| Modifier and Type | Class and Description |
|---|---|
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 |
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).
|
T |
addressSetting(AddressSetting value)
Add the 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 |
bridge(Bridge value)
Add the 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 |
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 |
clusterConnections(List<ClusterConnection> value)
Add all ClusterConnection objects to this subresource
|
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 |
connectionFactory(ConnectionFactory value)
Add the ConnectionFactory object to the list of subresources
|
T |
connectionFactorys(List<ConnectionFactory> value)
Add all ConnectionFactory objects to this subresource
|
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 |
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 |
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(List<CoreAddress> value)
Add all CoreAddress objects to this subresource
|
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 |
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 |
diverts(List<Divert> value)
Add all Divert objects to this subresource
|
String |
getKey() |
T |
groupingHandler(GroupingHandler value)
Add the GroupingHandler object to the list of subresources
|
T |
groupingHandlers(List<GroupingHandler> value)
Add all GroupingHandler objects to this subresource
|
HaPolicyLiveOnly |
haPolicyLiveOnly()
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 |
haPolicyLiveOnly(HaPolicyLiveOnly 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).
|
HaPolicyReplicationColocated |
haPolicyReplicationColocated()
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 |
haPolicyReplicationColocated(HaPolicyReplicationColocated 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).
|
HaPolicyReplicationMaster |
haPolicyReplicationMaster()
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 |
haPolicyReplicationMaster(HaPolicyReplicationMaster 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).
|
HaPolicyReplicationSlave |
haPolicyReplicationSlave()
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 |
haPolicyReplicationSlave(HaPolicyReplicationSlave 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).
|
HaPolicySharedStoreColocated |
haPolicySharedStoreColocated()
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 |
haPolicySharedStoreColocated(HaPolicySharedStoreColocated 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).
|
HaPolicySharedStoreMaster |
haPolicySharedStoreMaster()
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 |
haPolicySharedStoreMaster(HaPolicySharedStoreMaster 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).
|
HaPolicySharedStoreSlave |
haPolicySharedStoreSlave()
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 |
haPolicySharedStoreSlave(HaPolicySharedStoreSlave 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 |
httpAcceptor(HttpAcceptor value)
Add the 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 |
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.
|
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 |
inVmAcceptor(InVmAcceptor value)
Add the 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 |
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 |
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 |
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.
|
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.
|
Long |
journalFileSize()
The size (in bytes) of each journal file.
|
T |
journalFileSize(Long value)
The size (in bytes) of each journal file.
|
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.
|
Integer |
journalMinFiles()
How many journal files to pre-create.
|
T |
journalMinFiles(Integer value)
How many journal files to pre-create.
|
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.
|
String |
journalType()
The type of journal to use.
|
T |
journalType(String value)
The type of journal to use.
|
T |
legacyConnectionFactory(LegacyConnectionFactory value)
Add the LegacyConnectionFactory object to the list of subresources
|
T |
legacyConnectionFactorys(List<LegacyConnectionFactory> value)
Add all LegacyConnectionFactory objects to this subresource
|
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.
|
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.
|
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
|
PathBindingsDirectory |
pathBindingsDirectory()
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
T |
pathBindingsDirectory(PathBindingsDirectory value)
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
PathJournalDirectory |
pathJournalDirectory()
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
T |
pathJournalDirectory(PathJournalDirectory value)
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
PathLargeMessagesDirectory |
pathLargeMessagesDirectory()
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
T |
pathLargeMessagesDirectory(PathLargeMessagesDirectory value)
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
PathPagingDirectory |
pathPagingDirectory()
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
T |
pathPagingDirectory(PathPagingDirectory value)
A filesystem path pointing to one of the locations where ActiveMQ stores persistent data.
|
Integer |
perfBlastPages()
TODO
|
T |
perfBlastPages(Integer value)
TODO
|
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 |
pooledConnectionFactory(PooledConnectionFactory value)
Add the PooledConnectionFactory object to the list of subresources
|
T |
pooledConnectionFactorys(List<PooledConnectionFactory> value)
Add all PooledConnectionFactory objects to this subresource
|
T |
queue(Queue value)
Add the 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 |
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 |
remoteConnectors(List<RemoteConnector> value)
Add all RemoteConnector objects to this subresource
|
Boolean |
runSyncSpeedTest()
Whether on startup to perform a diagnostic test on how fast your disk can sync.
|
T |
runSyncSpeedTest(Boolean value)
Whether on startup to perform a diagnostic test on how fast your disk can sync.
|
T |
runtimeQueue(RuntimeQueue value)
Add the 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.
|
String |
securityDomain()
The security domain to use to verify user and role information
|
T |
securityDomain(String value)
The security domain to use to verify user and role information
|
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 |
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.
|
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 Boolean active()
public T active(Boolean value)
public Boolean asyncConnectionExecutionEnabled()
public T asyncConnectionExecutionEnabled(Boolean value)
public Long connectionTtlOverride()
public T connectionTtlOverride(Long value)
public Integer idCacheSize()
public List<Map> incomingInterceptors()
public T incomingInterceptors(List<Map> value)
public List<Map> outgoingInterceptors()
public T outgoingInterceptors(List<Map> 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 started()
public Integer threadPoolMaxSize()
public T threadPoolMaxSize(Integer value)
public String version()
public Boolean wildCardRoutingEnabled()
public T wildCardRoutingEnabled(Boolean value)
public String clusterPassword()
public T clusterPassword(String value)
public String clusterUser()
public T clusterUser(String value)
public Long memoryMeasureInterval()
public T memoryMeasureInterval(Long value)
public Integer memoryWarningThreshold()
public T memoryWarningThreshold(Integer value)
public Integer perfBlastPages()
public Boolean runSyncSpeedTest()
public T runSyncSpeedTest(Boolean value)
public Long serverDumpInterval()
public T serverDumpInterval(Long value)
public Boolean createBindingsDir()
public T createBindingsDir(Boolean value)
public Boolean createJournalDir()
public T createJournalDir(Boolean 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 Long journalFileSize()
public Integer journalMaxIo()
public T journalMaxIo(Integer value)
public Integer journalMinFiles()
public Boolean journalSyncNonTransactional()
public T journalSyncNonTransactional(Boolean value)
public Boolean journalSyncTransactional()
public T journalSyncTransactional(Boolean value)
public String journalType()
public Boolean logJournalWriteRate()
public T logJournalWriteRate(Boolean value)
public String jmxDomain()
public T jmxDomain(String value)
public Boolean jmxManagementEnabled()
public T jmxManagementEnabled(Boolean value)
public String managementAddress()
public String managementNotificationAddress()
public T managementNotificationAddress(String value)
public Long messageExpiryScanPeriod()
public T messageExpiryScanPeriod(Long value)
public Integer messageExpiryThreadPriority()
public T messageExpiryThreadPriority(Integer value)
public Boolean overrideInVmSecurity()
public T overrideInVmSecurity(Boolean value)
public String securityDomain()
public T securityDomain(String value)
public Boolean securityEnabled()
public Long securityInvalidationInterval()
public T securityInvalidationInterval(Long value)
public Integer messageCounterMaxDayHistory()
public T messageCounterMaxDayHistory(Integer value)
public Long messageCounterSamplePeriod()
public T messageCounterSamplePeriod(Long value)
public Boolean statisticsEnabled()
public T statisticsEnabled(Boolean value)
public Long transactionTimeout()
public T transactionTimeout(Long value)
public Long transactionTimeoutScanPeriod()
public T transactionTimeoutScanPeriod(Long value)
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 httpAcceptors(List<HttpAcceptor> value)
value - List of HttpAcceptor objects.public T httpAcceptor(HttpAcceptor value)
value - The HttpAcceptor to addpublic T clusterConnections(List<ClusterConnection> value)
value - List of ClusterConnection objects.public T clusterConnection(ClusterConnection value)
value - The ClusterConnection to addpublic T broadcastGroups(List<BroadcastGroup> value)
value - List of BroadcastGroup objects.public T broadcastGroup(BroadcastGroup value)
value - The BroadcastGroup to addpublic T runtimeQueues(List<RuntimeQueue> value)
value - List of RuntimeQueue objects.public T runtimeQueue(RuntimeQueue value)
value - The RuntimeQueue to addpublic T addressSettings(List<AddressSetting> value)
value - List of AddressSetting objects.public T addressSetting(AddressSetting value)
value - The AddressSetting to addpublic T jmsQueues(List<JmsQueue> value)
value - List of JmsQueue objects.public T jmsQueue(JmsQueue value)
value - The JmsQueue to addpublic T pooledConnectionFactorys(List<PooledConnectionFactory> value)
value - List of PooledConnectionFactory objects.public T pooledConnectionFactory(PooledConnectionFactory value)
value - The PooledConnectionFactory to addpublic T diverts(List<Divert> value)
value - List of Divert objects.public T divert(Divert value)
value - The Divert to addpublic T inVmAcceptors(List<InVmAcceptor> value)
value - List of InVmAcceptor objects.public T inVmAcceptor(InVmAcceptor value)
value - The InVmAcceptor to addpublic T discoveryGroups(List<DiscoveryGroup> value)
value - List of DiscoveryGroup objects.public T discoveryGroup(DiscoveryGroup value)
value - The DiscoveryGroup to addpublic T httpConnectors(List<HttpConnector> value)
value - List of HttpConnector objects.public T httpConnector(HttpConnector value)
value - The HttpConnector to addpublic T connectionFactorys(List<ConnectionFactory> value)
value - List of ConnectionFactory objects.public T connectionFactory(ConnectionFactory value)
value - The ConnectionFactory to addpublic T acceptors(List<Acceptor> value)
value - List of Acceptor objects.public T acceptor(Acceptor value)
value - The Acceptor to addpublic T remoteAcceptors(List<RemoteAcceptor> value)
value - List of RemoteAcceptor objects.public T remoteAcceptor(RemoteAcceptor value)
value - The RemoteAcceptor to addpublic T remoteConnectors(List<RemoteConnector> value)
value - List of RemoteConnector objects.public T remoteConnector(RemoteConnector value)
value - The RemoteConnector to addpublic T inVmConnectors(List<InVmConnector> value)
value - List of InVmConnector objects.public T inVmConnector(InVmConnector value)
value - The InVmConnector to addpublic T legacyConnectionFactorys(List<LegacyConnectionFactory> value)
value - List of LegacyConnectionFactory objects.public T legacyConnectionFactory(LegacyConnectionFactory value)
value - The LegacyConnectionFactory to addpublic T groupingHandlers(List<GroupingHandler> value)
value - List of GroupingHandler objects.public T groupingHandler(GroupingHandler value)
value - The GroupingHandler to addpublic T jmsTopics(List<JmsTopic> value)
value - List of JmsTopic objects.public T jmsTopic(JmsTopic value)
value - The JmsTopic to addpublic T connectors(List<Connector> value)
value - List of Connector objects.public T connector(Connector value)
value - The Connector to addpublic T securitySettings(List<SecuritySetting> value)
value - List of SecuritySetting objects.public T securitySetting(SecuritySetting value)
value - The SecuritySetting to addpublic T coreAddress(List<CoreAddress> value)
value - List of CoreAddress objects.public T coreAddress(CoreAddress value)
value - The CoreAddress to addpublic T bridges(List<Bridge> value)
value - List of Bridge objects.public T bridge(Bridge value)
value - The Bridge to addpublic T queues(List<Queue> value)
value - List of Queue objects.public T queue(Queue value)
value - The Queue to addpublic HaPolicySharedStoreColocated haPolicySharedStoreColocated()
public T haPolicySharedStoreColocated(HaPolicySharedStoreColocated value)
public HaPolicyReplicationMaster haPolicyReplicationMaster()
public T haPolicyReplicationMaster(HaPolicyReplicationMaster value)
public HaPolicySharedStoreMaster haPolicySharedStoreMaster()
public T haPolicySharedStoreMaster(HaPolicySharedStoreMaster value)
public PathBindingsDirectory pathBindingsDirectory()
public T pathBindingsDirectory(PathBindingsDirectory value)
public HaPolicyReplicationColocated haPolicyReplicationColocated()
public T haPolicyReplicationColocated(HaPolicyReplicationColocated value)
public PathJournalDirectory pathJournalDirectory()
public T pathJournalDirectory(PathJournalDirectory value)
public HaPolicySharedStoreSlave haPolicySharedStoreSlave()
public T haPolicySharedStoreSlave(HaPolicySharedStoreSlave value)
public PathPagingDirectory pathPagingDirectory()
public T pathPagingDirectory(PathPagingDirectory value)
public PathLargeMessagesDirectory pathLargeMessagesDirectory()
public T pathLargeMessagesDirectory(PathLargeMessagesDirectory value)
public HaPolicyLiveOnly haPolicyLiveOnly()
public T haPolicyLiveOnly(HaPolicyLiveOnly value)
public HaPolicyReplicationSlave haPolicyReplicationSlave()
public T haPolicyReplicationSlave(HaPolicyReplicationSlave value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.