org.jboss.ejb3.metamodel
Class MethodPermission

java.lang.Object
  extended by org.jboss.ejb3.metamodel.MethodPermission

public class MethodPermission
extends Object

Represents an element of the ejb-jar.xml deployment descriptor for the 1.4 schema

Version:
$Revision: 75470 $
Author:
William DeCoste

Constructor Summary
MethodPermission()
           
 
Method Summary
 void addMethod(Method method)
           
 void addRoleName(String roleName)
           
 List<Method> getMethods()
           
 List getRoleNames()
           
 boolean isUnchecked()
           
 void setUnchecked(boolean isUnchecked)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodPermission

public MethodPermission()
Method Detail

isUnchecked

public boolean isUnchecked()

setUnchecked

public void setUnchecked(boolean isUnchecked)

getRoleNames

public List getRoleNames()

addRoleName

public void addRoleName(String roleName)

getMethods

public List<Method> getMethods()

addMethod

public void addMethod(Method method)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.