Package | Description |
---|---|
org.jboss.metadata.common.ejb | |
org.jboss.metadata.ejb.jboss | |
org.jboss.metadata.ejb.spec |
Modifier and Type | Method and Description |
---|---|
javax.ejb.TransactionAttributeType |
IEnterpriseBeanMetaData.getMethodTransactionType(Method m,
MethodInterfaceType iface) |
javax.ejb.TransactionAttributeType |
IEnterpriseBeanMetaData.getMethodTransactionType(String methodName,
Class<?>[] params,
MethodInterfaceType iface) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
JBossMessageDrivenBeanGenericWrapper.getMethodPermissions(String methodName,
Class<?>[] params,
MethodInterfaceType interfaceType) |
Set<String> |
JBossEnterpriseBeanMetaData.getMethodPermissions(String methodName,
Class<?>[] params,
MethodInterfaceType interfaceType)
Deprecated.
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)
Deprecated.
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)
Deprecated.
Get the method transaction type
|
boolean |
JBossMessageDrivenBeanGenericWrapper.hasMethodPermissions(String methodName,
Class<?>[] params,
MethodInterfaceType interfaceType) |
boolean |
JBossEnterpriseBeanMetaData.hasMethodPermissions(String methodName,
Class<?>[] params,
MethodInterfaceType interfaceType)
Deprecated.
Check to see if there was a method-permission or exclude-list statement
for the given method.
|
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
Modifier and Type | Method and Description |
---|---|
MethodMetaData |
ContainerTransactionMetaData.bestMatch(String methodName,
Class[] params,
MethodInterfaceType interfaceType,
MethodMetaData bestMatch)
Whether this matches
|
MethodMetaData |
MethodsMetaData.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 |
AbstractEnterpriseBeanMetaData.getMethodTransactionType(Method m,
MethodInterfaceType iface)
Get the transaction type
|
javax.ejb.TransactionAttributeType |
EnterpriseBeanMetaData.getMethodTransactionType(Method m,
MethodInterfaceType iface)
Get the transaction type
|
javax.ejb.TransactionAttributeType |
AbstractEnterpriseBeanMetaData.getMethodTransactionType(String methodName,
Class<?>[] params,
MethodInterfaceType iface)
Get the method 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 |
ContainerTransactionMetaData.matches(String methodName,
Class[] params,
MethodInterfaceType interfaceType)
Whether this matches
|
boolean |
MethodPermissionMetaData.matches(String methodName,
Class[] params,
MethodInterfaceType interfaceType)
Whether this matches
|
boolean |
MethodsMetaData.matches(String methodName,
Class[] params,
MethodInterfaceType interfaceType)
Whether this matches
|
boolean |
ExcludeListMetaData.matches(String methodName,
Class[] params,
MethodInterfaceType interfaceType)
Whether this matches
|
boolean |
MethodMetaData.matches(String methodName,
String[] params,
MethodInterfaceType interfaceType)
Whether this matches
|
boolean |
MethodsMetaData.matches(String methodName,
String[] params,
MethodInterfaceType interfaceType)
Whether this matches
|
void |
MethodMetaData.setMethodIntf(MethodInterfaceType methodInterface)
Set the methodInterface.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.