|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodMetaData | |
---|---|
org.jboss.metadata |
Uses of MethodMetaData in org.jboss.metadata |
---|
Methods in org.jboss.metadata that return types with arguments of type MethodMetaData | |
---|---|
Iterator<MethodMetaData> |
BeanMetaData.getExcludedMethods()
Deprecated. Get the excluded methods |
Iterator<MethodMetaData> |
BeanMetaData.getPermissionMethods()
Deprecated. Get the permission methods |
Iterator<MethodMetaData> |
BeanMetaData.getTransactionMethods()
Deprecated. Get the transaction methods |
Methods in org.jboss.metadata with parameters of type MethodMetaData | |
---|---|
void |
BeanMetaData.addExcludedMethod(MethodMetaData method)
Deprecated. Add an excluded method |
void |
BeanMetaData.addPermissionMethod(MethodMetaData method)
Deprecated. Add a permission method |
void |
BeanMetaData.addTransactionMethod(MethodMetaData method)
Deprecated. Add a transaction method |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |