|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodInterfaceType | |
|---|---|
| org.jboss.metadata.common.ejb | |
| org.jboss.metadata.ejb.jboss | |
| org.jboss.metadata.ejb.spec | |
| Uses of MethodInterfaceType in org.jboss.metadata.common.ejb |
|---|
| Methods in org.jboss.metadata.common.ejb with parameters of type MethodInterfaceType | |
|---|---|
javax.ejb.TransactionAttributeType |
IEnterpriseBeanMetaData.getMethodTransactionType(Method m,
MethodInterfaceType iface)
|
javax.ejb.TransactionAttributeType |
IEnterpriseBeanMetaData.getMethodTransactionType(String methodName,
Class<?>[] params,
MethodInterfaceType iface)
|
| Uses of MethodInterfaceType in org.jboss.metadata.ejb.jboss |
|---|
| Methods in org.jboss.metadata.ejb.jboss with parameters of type MethodInterfaceType | |
|---|---|
Set<String> |
JBossMessageDrivenBeanGenericWrapper.getMethodPermissions(String methodName,
Class<?>[] params,
MethodInterfaceType interfaceType)
|
Set<String> |
JBossEnterpriseBeanMetaData.getMethodPermissions(String methodName,
Class<?>[] params,
MethodInterfaceType interfaceType)
A somewhat tedious method that builds a Set |
javax.ejb.TransactionAttributeType |
JBossMessageDrivenBeanGenericWrapper.getMethodTransactionType(Method m,
MethodInterfaceType iface)
|
javax.ejb.TransactionAttributeType |
JBossEnterpriseBeanMetaData.getMethodTransactionType(Method m,
MethodInterfaceType iface)
Get the transaction type |
javax.ejb.TransactionAttributeType |
JBossMessageDrivenBeanGenericWrapper.getMethodTransactionType(String methodName,
Class<?>[] params,
MethodInterfaceType iface)
|
javax.ejb.TransactionAttributeType |
JBossEnterpriseBeanMetaData.getMethodTransactionType(String methodName,
Class<?>[] params,
MethodInterfaceType iface)
Get the method transaction type |
boolean |
JBossMessageDrivenBeanGenericWrapper.hasMethodPermissions(String methodName,
Class<?>[] params,
MethodInterfaceType interfaceType)
|
boolean |
JBossEnterpriseBeanMetaData.hasMethodPermissions(String methodName,
Class<?>[] params,
MethodInterfaceType interfaceType)
Check to see if there was a method-permission or exclude-list statement for the given method. |
| Uses of MethodInterfaceType in org.jboss.metadata.ejb.spec |
|---|
| Methods in org.jboss.metadata.ejb.spec that return MethodInterfaceType | |
|---|---|
MethodInterfaceType |
MethodMetaData.getMethodIntf()
Get the methodInterface. |
static MethodInterfaceType |
MethodInterfaceType.valueOf(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're declared. |
| Methods in org.jboss.metadata.ejb.spec with parameters of type MethodInterfaceType | |
|---|---|
MethodMetaData |
MethodsMetaData.bestMatch(String methodName,
Class[] params,
MethodInterfaceType interfaceType,
MethodMetaData bestMatch)
Whether this matches |
MethodMetaData |
ContainerTransactionMetaData.bestMatch(String methodName,
Class[] params,
MethodInterfaceType interfaceType,
MethodMetaData bestMatch)
Whether this matches |
MethodMetaData |
MethodsMetaData.bestMatch(String methodName,
String[] params,
MethodInterfaceType interfaceType,
MethodMetaData bestMatch)
Whether this matches |
javax.ejb.TransactionAttributeType |
EnterpriseBeanMetaData.getMethodTransactionType(Method m,
MethodInterfaceType iface)
Get the transaction type |
javax.ejb.TransactionAttributeType |
EnterpriseBeanMetaData.getMethodTransactionType(String methodName,
Class<?>[] params,
MethodInterfaceType iface)
Get the method transaction type |
boolean |
MethodPermissionMetaData.isNotChecked(String methodName,
Class[] params,
MethodInterfaceType interfaceType)
Whether this is not checked |
boolean |
MethodsMetaData.matches(String methodName,
Class[] params,
MethodInterfaceType interfaceType)
Whether this matches |
boolean |
MethodPermissionMetaData.matches(String methodName,
Class[] params,
MethodInterfaceType interfaceType)
Whether this matches |
boolean |
ExcludeListMetaData.matches(String methodName,
Class[] params,
MethodInterfaceType interfaceType)
Whether this matches |
boolean |
ContainerTransactionMetaData.matches(String methodName,
Class[] params,
MethodInterfaceType interfaceType)
Whether this matches |
boolean |
MethodsMetaData.matches(String methodName,
String[] params,
MethodInterfaceType interfaceType)
Whether this matches |
boolean |
MethodMetaData.matches(String methodName,
String[] params,
MethodInterfaceType interfaceType)
Whether this matches |
void |
MethodMetaData.setMethodIntf(MethodInterfaceType methodInterface)
Set the methodInterface. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||