org.apache.openejb.jee
Class ExcludeList
java.lang.Object
org.apache.openejb.jee.ExcludeList
public class ExcludeList
- extends java.lang.Object
The exclude-listType specifies one or more methods which
the Assembler marks to be uncallable.
If the method permission relation contains methods that are
in the exclude list, the Deployer should consider those
methods to be uncallable.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected java.util.List<Text> description
method
protected java.util.List<Method> method
id
protected java.lang.String id
ExcludeList
public ExcludeList()
getDescription
public java.util.List<Text> getDescription()
getMethod
public java.util.List<Method> getMethod()
addMethod
public void addMethod(Method method)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.