|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionTypeType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 | Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd |
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 | Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd |
Uses of TransactionTypeType in org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return TransactionTypeType | |
---|---|
static TransactionTypeType |
TransactionTypeType.getFromStringValue(java.lang.String value)
|
TransactionTypeType |
MessageDrivenBeanType.getTransactionType()
Returns the transaction-type element |
TransactionTypeType |
SessionBeanType.getTransactionType()
Returns the transaction-type element |
static TransactionTypeType |
TransactionTypeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TransactionTypeType[] |
TransactionTypeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 with parameters of type TransactionTypeType | |
---|---|
MessageDrivenBeanType<T> |
MessageDrivenBeanType.setTransactionType(TransactionTypeType transactionType)
If not already created, a new transaction-type element with the given value will be created. |
SessionBeanType<T> |
SessionBeanType.setTransactionType(TransactionTypeType transactionType)
If not already created, a new transaction-type element with the given value will be created. |
Uses of TransactionTypeType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return TransactionTypeType | |
---|---|
TransactionTypeType |
SessionBeanTypeImpl.getTransactionType()
Returns the transaction-type element |
TransactionTypeType |
MessageDrivenBeanTypeImpl.getTransactionType()
Returns the transaction-type element |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 with parameters of type TransactionTypeType | |
---|---|
SessionBeanType<T> |
SessionBeanTypeImpl.setTransactionType(TransactionTypeType transactionType)
If not already created, a new transaction-type element with the given value will be created. |
MessageDrivenBeanType<T> |
MessageDrivenBeanTypeImpl.setTransactionType(TransactionTypeType transactionType)
If not already created, a new transaction-type element with the given value will be created. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |