org.objectweb.jonas_ejb.lib.EJBInvocation Class Reference

List of all members.

Public Member Functions

 EJBInvocation ()
String toString ()

Public Attributes

Object[] arguments = null
String methodPermissionSignature = null
EnterpriseBean bean = null

Detailed Description

Class used for preInvoke. Allow to give arguments like security string, EJB arguments. It is used in jacc
Author:
Florent Benoit : Intial developer

Definition at line 37 of file EJBInvocation.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ejb.lib.EJBInvocation.EJBInvocation  ) 
 

Default constructor. Build an empty invocation object

Definition at line 59 of file EJBInvocation.java.


Member Function Documentation

String org.objectweb.jonas_ejb.lib.EJBInvocation.toString  ) 
 

String representation

Returns:
String representation

Definition at line 66 of file EJBInvocation.java.


Member Data Documentation

Object [] org.objectweb.jonas_ejb.lib.EJBInvocation.arguments = null
 

List of arguments for the EJB

Definition at line 42 of file EJBInvocation.java.

Referenced by org.objectweb.jonas_ejb.container.PermissionManager.checkSecurity().

EnterpriseBean org.objectweb.jonas_ejb.lib.EJBInvocation.bean = null
 

Enterprise Bean being processed

Definition at line 53 of file EJBInvocation.java.

Referenced by org.objectweb.jonas_ejb.container.PermissionManager.checkSecurity().

String org.objectweb.jonas_ejb.lib.EJBInvocation.methodPermissionSignature = null
 

Security signature for the method which is invoked This string is used to build EJBMethodPermission

Definition at line 48 of file EJBInvocation.java.

Referenced by org.objectweb.jonas_ejb.container.JServiceEndpointHome.checkSecurity(), org.objectweb.jonas_ejb.container.JFactory.checkSecurity(), and org.objectweb.jonas_ejb.container.PermissionManager.checkSecurity().


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:11:51 2005 for JOnAS by  doxygen 1.3.9.1