|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionTypeType.Enum | |
org.apache.geronimo.xbeans.ejb | |
org.apache.geronimo.xbeans.ejb.impl | |
org.apache.geronimo.xbeans.j2ee |
Uses of TransactionTypeType.Enum in org.apache.geronimo.xbeans.ejb |
Methods in org.apache.geronimo.xbeans.ejb that return TransactionTypeType.Enum | |
TransactionTypeType.Enum |
SessionBeanType.getTransactionType()
Gets the "transaction-type" element |
TransactionTypeType.Enum |
MessageDrivenBeanType.getTransactionType()
Gets the "transaction-type" element |
Methods in org.apache.geronimo.xbeans.ejb with parameters of type TransactionTypeType.Enum | |
void |
SessionBeanType.setTransactionType(TransactionTypeType.Enum transactionType)
Sets the "transaction-type" element |
void |
MessageDrivenBeanType.setTransactionType(TransactionTypeType.Enum transactionType)
Sets the "transaction-type" element |
Uses of TransactionTypeType.Enum in org.apache.geronimo.xbeans.ejb.impl |
Methods in org.apache.geronimo.xbeans.ejb.impl that return TransactionTypeType.Enum | |
TransactionTypeType.Enum |
SessionBeanTypeImpl.getTransactionType()
Gets the "transaction-type" element |
TransactionTypeType.Enum |
MessageDrivenBeanTypeImpl.getTransactionType()
Gets the "transaction-type" element |
Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type TransactionTypeType.Enum | |
void |
SessionBeanTypeImpl.setTransactionType(TransactionTypeType.Enum transactionType)
Sets the "transaction-type" element |
void |
MessageDrivenBeanTypeImpl.setTransactionType(TransactionTypeType.Enum transactionType)
Sets the "transaction-type" element |
Uses of TransactionTypeType.Enum in org.apache.geronimo.xbeans.j2ee |
Fields in org.apache.geronimo.xbeans.j2ee declared as TransactionTypeType.Enum | |
static TransactionTypeType.Enum |
TransactionTypeType.BEAN
|
static TransactionTypeType.Enum |
TransactionTypeType.CONTAINER
|
Methods in org.apache.geronimo.xbeans.j2ee that return TransactionTypeType.Enum | |
static TransactionTypeType.Enum |
TransactionTypeType.Enum.forString(String s)
Returns the enum value for a string, or null if none. |
static TransactionTypeType.Enum |
TransactionTypeType.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |