|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transaction.State | |
---|---|
org.jboss.messaging.core.transaction | |
org.jboss.messaging.core.transaction.impl |
Uses of Transaction.State in org.jboss.messaging.core.transaction |
---|
Methods in org.jboss.messaging.core.transaction that return Transaction.State | |
---|---|
Transaction.State |
Transaction.getState()
|
static Transaction.State |
Transaction.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Transaction.State[] |
Transaction.State.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.jboss.messaging.core.transaction with parameters of type Transaction.State | |
---|---|
void |
Transaction.setState(Transaction.State state)
|
Uses of Transaction.State in org.jboss.messaging.core.transaction.impl |
---|
Methods in org.jboss.messaging.core.transaction.impl that return Transaction.State | |
---|---|
Transaction.State |
TransactionImpl.getState()
|
Methods in org.jboss.messaging.core.transaction.impl with parameters of type Transaction.State | |
---|---|
void |
TransactionImpl.setState(Transaction.State state)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |