|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Method | |
|---|---|
| org.openejb.alt.config.ejb11 | The classes and interfaces directly under this package define the basic parts of the OpenEJB Castor Configuration. |
| Uses of Method in org.openejb.alt.config.ejb11 |
|---|
| Methods in org.openejb.alt.config.ejb11 that return Method | |
|---|---|
Method[] |
ContainerTransaction.getMethod()
Method getMethod |
Method[] |
MethodPermission.getMethod()
Method getMethod |
Method |
ContainerTransaction.getMethod(int index)
Method getMethod |
Method |
MethodPermission.getMethod(int index)
Method getMethod |
Method |
ContainerTransaction.removeMethod(int index)
Method removeMethod |
Method |
MethodPermission.removeMethod(int index)
Method removeMethod |
| Methods in org.openejb.alt.config.ejb11 with parameters of type Method | |
|---|---|
void |
ContainerTransaction.addMethod(int index,
Method vMethod)
Method addMethod |
void |
MethodPermission.addMethod(int index,
Method vMethod)
Method addMethod |
void |
ContainerTransaction.addMethod(Method vMethod)
Method addMethod |
void |
MethodPermission.addMethod(Method vMethod)
Method addMethod |
void |
ContainerTransaction.setMethod(int index,
Method vMethod)
Method setMethod |
void |
MethodPermission.setMethod(int index,
Method vMethod)
Method setMethod |
void |
ContainerTransaction.setMethod(Method[] methodArray)
Method setMethod |
void |
MethodPermission.setMethod(Method[] methodArray)
Method setMethod |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||