| |
|
| java.lang.Object org.objectweb.jonas_ejb.lib.EJBInvocation
EJBInvocation | public class EJBInvocation (Code) | | Class used for preInvoke.
Allow to give arguments like security string, EJB arguments.
It is used in jacc
author: Florent Benoit : Intial developer |
arguments | public Object[] arguments(Code) | | List of arguments for the EJB
|
bean | public EnterpriseBean bean(Code) | | Enterprise Bean being processed
|
methodPermissionSignature | public String methodPermissionSignature(Code) | | Security signature for the method which is invoked
This string is used to build EJBMethodPermission
|
EJBInvocation | public EJBInvocation()(Code) | | Default constructor.
Build an empty invocation object
|
toString | public String toString()(Code) | | String representation
String representation |
|
|
|