|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.lib.ejb21.EJBInvocation
public class EJBInvocation
Class used for preInvoke. Allow to give arguments like security string, EJB arguments. It is used in jacc
| Field Summary | |
|---|---|
Object[] |
arguments
List of arguments for the EJB |
EnterpriseBean |
bean
Enterprise Bean being processed |
String |
methodPermissionSignature
Security signature for the method which is invoked This string is used to build EJBMethodPermission |
| Constructor Summary | |
|---|---|
EJBInvocation()
Default constructor. |
|
| Method Summary | |
|---|---|
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Object[] arguments
public String methodPermissionSignature
public EnterpriseBean bean
| Constructor Detail |
|---|
public EJBInvocation()
| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||