org.ow2.jonas.deployment.ejb
Class CommonMethodDesc

java.lang.Object
  extended by org.ow2.jonas.deployment.ejb.CommonMethodDesc
Direct Known Subclasses:
ExcludeListDesc, MethodPermissionDesc

public class CommonMethodDesc
extends Object

Defines a ExcludeListDesc class for the management of EJBMEthodPermissions in JACC

Author:
Florent Benoit : Initial developer

Constructor Summary
CommonMethodDesc(List list)
          Constructor for CommonMethodDesc
 
Method Summary
protected  void generateEJBMethodPermissions(List methodList)
          Build all ejbMethodPermissions for the given methods
 PermissionCollection getEJBMethodPermissions()
          Gets EJBMethod permissions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonMethodDesc

public CommonMethodDesc(List list)
Constructor for CommonMethodDesc

Parameters:
list - given methods
Method Detail

generateEJBMethodPermissions

protected void generateEJBMethodPermissions(List methodList)
Build all ejbMethodPermissions for the given methods

Parameters:
methodList - given methods

getEJBMethodPermissions

public PermissionCollection getEJBMethodPermissions()
Gets EJBMethod permissions

Returns:
the EJBMethodPermissions


Copyright © 2010 OW2 Consortium. All Rights Reserved.