Package | Description |
---|---|
org.wildfly.swarm.config.messaging.activemq | |
org.wildfly.swarm.config.messaging.activemq.server |
Modifier and Type | Method and Description |
---|---|
Transaction |
PooledConnectionFactory.transaction()
The type of transaction supported by this pooled connection factory (can
be LOCAL, NONE or XA, default is XA).
|
static Transaction |
Transaction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transaction[] |
Transaction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
PooledConnectionFactory.transaction(Transaction value)
The type of transaction supported by this pooled connection factory (can
be LOCAL, NONE or XA, default is XA).
|
Modifier and Type | Method and Description |
---|---|
Transaction |
PooledConnectionFactory.transaction()
The type of transaction supported by this pooled connection factory (can
be LOCAL, NONE or XA, default is XA).
|
Modifier and Type | Method and Description |
---|---|
T |
PooledConnectionFactory.transaction(Transaction value)
The type of transaction supported by this pooled connection factory (can
be LOCAL, NONE or XA, default is XA).
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.