| Package | Description |
|---|---|
| org.jboss.metadata.ejb.common | |
| org.jboss.metadata.ejb.jboss | |
| org.jboss.metadata.ejb.spec |
| Modifier and Type | Method | Description |
|---|---|---|
javax.ejb.TransactionAttributeType |
IEnterpriseBeanMetaData.getMethodTransactionType(java.lang.reflect.Method m,
MethodInterfaceType iface) |
|
javax.ejb.TransactionAttributeType |
IEnterpriseBeanMetaData.getMethodTransactionType(java.lang.String methodName,
java.lang.Class<?>[] params,
MethodInterfaceType iface) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Set<java.lang.String> |
JBossEnterpriseBeanMetaData.getMethodPermissions(java.lang.String methodName,
java.lang.Class<?>[] params,
MethodInterfaceType interfaceType) |
Deprecated.
A somewhat tedious method that builds a Set
|
java.util.Set<java.lang.String> |
JBossMessageDrivenBeanGenericWrapper.getMethodPermissions(java.lang.String methodName,
java.lang.Class<?>[] params,
MethodInterfaceType interfaceType) |
|
javax.ejb.TransactionAttributeType |
JBossEnterpriseBeanMetaData.getMethodTransactionType(java.lang.reflect.Method m,
MethodInterfaceType iface) |
Deprecated.
Get the transaction type
|
javax.ejb.TransactionAttributeType |
JBossEnterpriseBeanMetaData.getMethodTransactionType(java.lang.String methodName,
java.lang.Class<?>[] params,
MethodInterfaceType iface) |
Deprecated.
Get the method transaction type
|
javax.ejb.TransactionAttributeType |
JBossMessageDrivenBeanGenericWrapper.getMethodTransactionType(java.lang.reflect.Method m,
MethodInterfaceType iface) |
|
javax.ejb.TransactionAttributeType |
JBossMessageDrivenBeanGenericWrapper.getMethodTransactionType(java.lang.String methodName,
java.lang.Class<?>[] params,
MethodInterfaceType iface) |
|
boolean |
JBossEnterpriseBeanMetaData.hasMethodPermissions(java.lang.String methodName,
java.lang.Class<?>[] params,
MethodInterfaceType interfaceType) |
Deprecated.
Check to see if there was a method-permission or exclude-list statement
for the given method.
|
boolean |
JBossMessageDrivenBeanGenericWrapper.hasMethodPermissions(java.lang.String methodName,
java.lang.Class<?>[] params,
MethodInterfaceType interfaceType) |
| Modifier and Type | Method | Description |
|---|---|---|
MethodInterfaceType |
MethodMetaData.getMethodIntf() |
Get the methodInterface.
|
static MethodInterfaceType |
MethodInterfaceType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MethodInterfaceType[] |
MethodInterfaceType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
MethodMetaData |
ContainerTransactionMetaData.bestMatch(java.lang.String methodName,
java.lang.Class[] params,
MethodInterfaceType interfaceType,
MethodMetaData bestMatch) |
Whether this matches
|
MethodMetaData |
MethodsMetaData.bestMatch(java.lang.String methodName,
java.lang.Class[] params,
MethodInterfaceType interfaceType,
MethodMetaData bestMatch) |
Whether this matches
|
MethodMetaData |
MethodsMetaData.bestMatch(java.lang.String methodName,
java.lang.String[] params,
MethodInterfaceType interfaceType,
MethodMetaData bestMatch) |
Whether this matches
|
javax.ejb.TransactionAttributeType |
AbstractEnterpriseBeanMetaData.getMethodTransactionType(java.lang.reflect.Method m,
MethodInterfaceType iface) |
Get the transaction type
|
javax.ejb.TransactionAttributeType |
AbstractEnterpriseBeanMetaData.getMethodTransactionType(java.lang.String methodName,
java.lang.Class<?>[] params,
MethodInterfaceType iface) |
Get the method transaction type
|
javax.ejb.TransactionAttributeType |
EnterpriseBeanMetaData.getMethodTransactionType(java.lang.reflect.Method m,
MethodInterfaceType iface) |
Get the transaction type
|
javax.ejb.TransactionAttributeType |
EnterpriseBeanMetaData.getMethodTransactionType(java.lang.String methodName,
java.lang.Class<?>[] params,
MethodInterfaceType iface) |
Get the method transaction type
|
boolean |
MethodPermissionMetaData.isNotChecked(java.lang.String methodName,
java.lang.Class[] params,
MethodInterfaceType interfaceType) |
Whether this is not checked
|
boolean |
ContainerTransactionMetaData.matches(java.lang.String methodName,
java.lang.Class[] params,
MethodInterfaceType interfaceType) |
Whether this matches
|
boolean |
ExcludeListMetaData.matches(java.lang.String methodName,
java.lang.Class[] params,
MethodInterfaceType interfaceType) |
Whether this matches
|
boolean |
MethodMetaData.matches(java.lang.String methodName,
java.lang.String[] params,
MethodInterfaceType interfaceType) |
Whether this matches
|
boolean |
MethodPermissionMetaData.matches(java.lang.String methodName,
java.lang.Class[] params,
MethodInterfaceType interfaceType) |
Whether this matches
|
boolean |
MethodsMetaData.matches(java.lang.String methodName,
java.lang.Class[] params,
MethodInterfaceType interfaceType) |
Whether this matches
|
boolean |
MethodsMetaData.matches(java.lang.String methodName,
java.lang.String[] params,
MethodInterfaceType interfaceType) |
Whether this matches
|
void |
MethodMetaData.setMethodIntf(MethodInterfaceType methodInterface) |
Set the methodInterface.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.