| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging_activemq | |
| org.wildfly.swarm.config.messaging_activemq.server |
| Modifier and Type | Method and Description |
|---|---|
List<InVMAcceptor> |
Server.ServerResources.inVmAcceptors()
Get the list of org.wildfly.swarm.config.messaging_activemq.server.InVMAcceptor resources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.inVmAcceptor(InVMAcceptor value)
Add the org.wildfly.swarm.config.messaging_activemq.server.InVMAcceptor object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.inVmAcceptors(List<InVMAcceptor> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.InVMAcceptor objects to this subresource
|
| Modifier and Type | Class and Description |
|---|---|
class |
InVMAcceptor<T extends InVMAcceptor>
Defines a way in which in-VM connections can be made to the ActiveMQ server.
|
interface |
InVMAcceptorConfigurator<T extends InVMAcceptor> |
| Modifier and Type | Method and Description |
|---|---|
InVMAcceptor |
InVMAcceptor.params(Map value)
A key-value pair understood by the acceptor factory-class and used to configure it.
|
InVMAcceptor |
InVMAcceptor.paramsEntry(String key,
Object value)
A key-value pair understood by the acceptor factory-class and used to configure it.
|
InVMAcceptor |
InVMAcceptor.serverId(Integer value)
The server id.
|
InVMAcceptor |
InVMAcceptor.started(Boolean value)
Whether this acceptor is started.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.