org.apache.openejb.jee
Class ExcludeList

java.lang.Object
  extended by 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.


Field Summary
protected  List<Text> description
           
protected  String id
           
protected  List<Method> method
           
 
Constructor Summary
ExcludeList()
           
 
Method Summary
 void addMethod(Method method)
           
 List<Text> getDescription()
           
 String getId()
           
 List<Method> getMethod()
           
 void setId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected List<Text> description

method

protected List<Method> method

id

protected String id
Constructor Detail

ExcludeList

public ExcludeList()
Method Detail

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.