org.apache.openejb.jee
Class ExcludeList
java.lang.Object
org.apache.openejb.jee.ExcludeList
public class ExcludeList
- extends 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 List<Text> description
method
protected List<Method> method
id
protected String id
ExcludeList
public ExcludeList()
getDescription
public List<Text> getDescription()
getMethod
public List<Method> getMethod()
addMethod
public void addMethod(Method method)
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.