| Constructor and Description |
|---|
ServerResources() |
| Modifier and Type | Method and Description |
|---|---|
List<Acceptor> |
acceptors()
Get the list of Acceptor resources
|
List<AddressSetting> |
addressSettings()
Get the list of AddressSetting resources
|
BindingsDirectoryPath |
bindingsDirectoryPath()
A filesystem path pointing to one of the locations where ActiveMQ
stores persistent data.
|
List<Bridge> |
bridges()
Get the list of Bridge resources
|
List<BroadcastGroup> |
broadcastGroups()
Get the list of BroadcastGroup resources
|
List<ClusterConnection> |
clusterConnections()
Get the list of ClusterConnection resources
|
List<ConnectionFactory> |
connectionFactories()
Get the list of ConnectionFactory resources
|
List<Connector> |
connectors()
Get the list of Connector resources
|
List<ConnectorService> |
connectorServices()
Get the list of ConnectorService resources
|
List<CoreAddress> |
coreAddress()
Get the list of CoreAddress resources
|
List<DiscoveryGroup> |
discoveryGroups()
Get the list of DiscoveryGroup resources
|
List<Divert> |
diverts()
Get the list of Divert resources
|
List<GroupingHandler> |
groupingHandlers()
Get the list of GroupingHandler resources
|
List<HTTPAcceptor> |
httpAcceptors()
Get the list of HTTPAcceptor resources
|
List<HTTPConnector> |
httpConnectors()
Get the list of HTTPConnector resources
|
List<InVMAcceptor> |
inVmAcceptors()
Get the list of InVMAcceptor resources
|
List<InVMConnector> |
inVmConnectors()
Get the list of InVMConnector resources
|
List<JMSQueue> |
jmsQueues()
Get the list of JMSQueue resources
|
List<JMSTopic> |
jmsTopics()
Get the list of JMSTopic resources
|
JournalDirectoryPath |
journalDirectoryPath()
A filesystem path pointing to one of the locations where ActiveMQ
stores persistent data.
|
LargeMessagesDirectoryPath |
largeMessagesDirectoryPath()
A filesystem path pointing to one of the locations where ActiveMQ
stores persistent data.
|
List<LegacyConnectionFactory> |
legacyConnectionFactories()
Get the list of LegacyConnectionFactory resources
|
LiveOnlyHAPolicy |
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).
|
PagingDirectoryPath |
pagingDirectoryPath()
A filesystem path pointing to one of the locations where ActiveMQ
stores persistent data.
|
List<PooledConnectionFactory> |
pooledConnectionFactories()
Get the list of PooledConnectionFactory resources
|
List<Queue> |
queues()
Get the list of Queue resources
|
List<RemoteAcceptor> |
remoteAcceptors()
Get the list of RemoteAcceptor resources
|
List<RemoteConnector> |
remoteConnectors()
Get the list of RemoteConnector resources
|
ReplicationColocatedHAPolicy |
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).
|
ReplicationMasterHAPolicy |
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).
|
ReplicationSlaveHAPolicy |
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).
|
List<RuntimeQueue> |
runtimeQueues()
Get the list of RuntimeQueue resources
|
List<SecuritySetting> |
securitySettings()
Get the list of SecuritySetting resources
|
SharedStoreColocatedHAPolicy |
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).
|
SharedStoreMasterHAPolicy |
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).
|
SharedStoreSlaveHAPolicy |
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).
|
@Subresource public List<ConnectorService> connectorServices()
@Subresource public List<HTTPAcceptor> httpAcceptors()
@Subresource public List<ClusterConnection> clusterConnections()
@Subresource public List<BroadcastGroup> broadcastGroups()
@Subresource public List<RuntimeQueue> runtimeQueues()
@Subresource public List<AddressSetting> addressSettings()
@Subresource public List<JMSQueue> jmsQueues()
@Subresource public List<PooledConnectionFactory> pooledConnectionFactories()
@Subresource public List<Divert> diverts()
@Subresource public List<InVMAcceptor> inVmAcceptors()
@Subresource public List<DiscoveryGroup> discoveryGroups()
@Subresource public List<HTTPConnector> httpConnectors()
@Subresource public List<ConnectionFactory> connectionFactories()
@Subresource public List<Acceptor> acceptors()
@Subresource public List<RemoteAcceptor> remoteAcceptors()
@Subresource public List<RemoteConnector> remoteConnectors()
@Subresource public List<InVMConnector> inVmConnectors()
@Subresource public List<LegacyConnectionFactory> legacyConnectionFactories()
@Subresource public List<GroupingHandler> groupingHandlers()
@Subresource public List<JMSTopic> jmsTopics()
@Subresource public List<Connector> connectors()
@Subresource public List<SecuritySetting> securitySettings()
@Subresource public List<CoreAddress> coreAddress()
@Subresource public List<Bridge> bridges()
@Subresource public List<Queue> queues()
@Subresource public SharedStoreColocatedHAPolicy sharedStoreColocatedHaPolicy()
@Subresource public ReplicationMasterHAPolicy replicationMasterHaPolicy()
@Subresource public SharedStoreMasterHAPolicy sharedStoreMasterHaPolicy()
@Subresource public BindingsDirectoryPath bindingsDirectoryPath()
@Subresource public ReplicationColocatedHAPolicy replicationColocatedHaPolicy()
@Subresource public JournalDirectoryPath journalDirectoryPath()
@Subresource public SharedStoreSlaveHAPolicy sharedStoreSlaveHaPolicy()
@Subresource public PagingDirectoryPath pagingDirectoryPath()
@Subresource public LargeMessagesDirectoryPath largeMessagesDirectoryPath()
@Subresource public LiveOnlyHAPolicy liveOnlyHaPolicy()
@Subresource public ReplicationSlaveHAPolicy replicationSlaveHaPolicy()
Copyright © 2015 JBoss by Red Hat. All rights reserved.