Constructor and Description |
---|
ServerResources() |
Modifier and Type | Method and Description |
---|---|
Acceptor |
acceptor(String key) |
List<Acceptor> |
acceptors()
Get the list of Acceptor resources
|
AddressSetting |
addressSetting(String key) |
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.
|
Bridge |
bridge(String key) |
List<Bridge> |
bridges()
Get the list of Bridge resources
|
BroadcastGroup |
broadcastGroup(String key) |
List<BroadcastGroup> |
broadcastGroups()
Get the list of BroadcastGroup resources
|
ClusterConnection |
clusterConnection(String key) |
List<ClusterConnection> |
clusterConnections()
Get the list of ClusterConnection resources
|
List<ConnectionFactory> |
connectionFactories()
Get the list of ConnectionFactory resources
|
ConnectionFactory |
connectionFactory(String key) |
Connector |
connector(String key) |
List<Connector> |
connectors()
Get the list of Connector resources
|
ConnectorService |
connectorService(String key) |
List<ConnectorService> |
connectorServices()
Get the list of ConnectorService resources
|
List<CoreAddress> |
coreAddress()
Get the list of CoreAddress resources
|
CoreAddress |
coreAddress(String key) |
DiscoveryGroup |
discoveryGroup(String key) |
List<DiscoveryGroup> |
discoveryGroups()
Get the list of DiscoveryGroup resources
|
Divert |
divert(String key) |
List<Divert> |
diverts()
Get the list of Divert resources
|
GroupingHandler |
groupingHandler(String key) |
List<GroupingHandler> |
groupingHandlers()
Get the list of GroupingHandler resources
|
HTTPAcceptor |
httpAcceptor(String key) |
List<HTTPAcceptor> |
httpAcceptors()
Get the list of HTTPAcceptor resources
|
HTTPConnector |
httpConnector(String key) |
List<HTTPConnector> |
httpConnectors()
Get the list of HTTPConnector resources
|
InVMAcceptor |
inVmAcceptor(String key) |
List<InVMAcceptor> |
inVmAcceptors()
Get the list of InVMAcceptor resources
|
InVMConnector |
inVmConnector(String key) |
List<InVMConnector> |
inVmConnectors()
Get the list of InVMConnector resources
|
JMSQueue |
jmsQueue(String key) |
List<JMSQueue> |
jmsQueues()
Get the list of JMSQueue resources
|
JMSTopic |
jmsTopic(String key) |
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
|
LegacyConnectionFactory |
legacyConnectionFactory(String key) |
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
|
PooledConnectionFactory |
pooledConnectionFactory(String key) |
Queue |
queue(String key) |
List<Queue> |
queues()
Get the list of Queue resources
|
RemoteAcceptor |
remoteAcceptor(String key) |
List<RemoteAcceptor> |
remoteAcceptors()
Get the list of RemoteAcceptor resources
|
RemoteConnector |
remoteConnector(String key) |
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).
|
RuntimeQueue |
runtimeQueue(String key) |
List<RuntimeQueue> |
runtimeQueues()
Get the list of RuntimeQueue resources
|
SecuritySetting |
securitySetting(String key) |
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).
|
public List<ConnectorService> connectorServices()
public ConnectorService connectorService(String key)
public List<HTTPAcceptor> httpAcceptors()
public HTTPAcceptor httpAcceptor(String key)
public List<ClusterConnection> clusterConnections()
public ClusterConnection clusterConnection(String key)
public List<BroadcastGroup> broadcastGroups()
public BroadcastGroup broadcastGroup(String key)
public List<RuntimeQueue> runtimeQueues()
public RuntimeQueue runtimeQueue(String key)
public List<AddressSetting> addressSettings()
public AddressSetting addressSetting(String key)
public List<JMSQueue> jmsQueues()
public List<PooledConnectionFactory> pooledConnectionFactories()
public PooledConnectionFactory pooledConnectionFactory(String key)
public List<Divert> diverts()
public List<InVMAcceptor> inVmAcceptors()
public InVMAcceptor inVmAcceptor(String key)
public List<DiscoveryGroup> discoveryGroups()
public DiscoveryGroup discoveryGroup(String key)
public List<HTTPConnector> httpConnectors()
public HTTPConnector httpConnector(String key)
public List<ConnectionFactory> connectionFactories()
public ConnectionFactory connectionFactory(String key)
public List<Acceptor> acceptors()
public List<RemoteAcceptor> remoteAcceptors()
public RemoteAcceptor remoteAcceptor(String key)
public List<RemoteConnector> remoteConnectors()
public RemoteConnector remoteConnector(String key)
public List<InVMConnector> inVmConnectors()
public InVMConnector inVmConnector(String key)
public List<LegacyConnectionFactory> legacyConnectionFactories()
public LegacyConnectionFactory legacyConnectionFactory(String key)
public List<GroupingHandler> groupingHandlers()
public GroupingHandler groupingHandler(String key)
public List<JMSTopic> jmsTopics()
public List<Connector> connectors()
public List<SecuritySetting> securitySettings()
public SecuritySetting securitySetting(String key)
public List<CoreAddress> coreAddress()
public CoreAddress coreAddress(String key)
public List<Bridge> bridges()
public SharedStoreColocatedHAPolicy sharedStoreColocatedHaPolicy()
public ReplicationMasterHAPolicy replicationMasterHaPolicy()
public SharedStoreMasterHAPolicy sharedStoreMasterHaPolicy()
public BindingsDirectoryPath bindingsDirectoryPath()
public ReplicationColocatedHAPolicy replicationColocatedHaPolicy()
public JournalDirectoryPath journalDirectoryPath()
public SharedStoreSlaveHAPolicy sharedStoreSlaveHaPolicy()
public PagingDirectoryPath pagingDirectoryPath()
public LargeMessagesDirectoryPath largeMessagesDirectoryPath()
public LiveOnlyHAPolicy liveOnlyHaPolicy()
public ReplicationSlaveHAPolicy replicationSlaveHaPolicy()
Copyright © 2019 JBoss by Red Hat. All rights reserved.