org.eclipse.jst.j2ee.ejb
Interface ExcludeList

All Superinterfaces:
J2EEEObject

public interface ExcludeList
extends J2EEEObject

The exclude list element defines a set of methods which the Assembler marks to be uncallable. It contains one or more methods. If the method permission relation contains methods that are in the exclude list, the Deployer must consider those methods to be uncallable.

Since:
1.0

Method Summary
 java.lang.String getDescription()
           
 EList getDescriptions()
          Returns the value of the 'Descriptions' containment reference list.
 EList getMethodElements()
           
 java.util.List getMethodElements(EnterpriseBean anEJB)
          Return a List of MethodElements that point to
 void setDescription(java.lang.String value)
           
 

Method Detail

getDescription

public java.lang.String getDescription()
Returns:
The value of the Description attribute

setDescription

public void setDescription(java.lang.String value)
Parameters:
value - The new value of the Description attribute

getMethodElements

public EList getMethodElements()
Returns:
The list of MethodElements references

getDescriptions

public EList getDescriptions()
Returns the value of the 'Descriptions' containment reference list. The list contents are of type Description.

If the meaning of the 'Descriptions' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Descriptions' containment reference list.
See Also:
EjbPackage.getExcludeList_Descriptions()

getMethodElements

public java.util.List getMethodElements(EnterpriseBean anEJB)
Return a List of MethodElements that point to