org.objectweb.jonas_lib.deployment.xml
Interface JndiEnvRefsGroupXml

All Superinterfaces:
DescriptionGroupXml
All Known Subinterfaces:
CommonEjbXml
All Known Implementing Classes:
AbsEnvironmentElement, ApplicationClient, CommonEjb, WebApp

public interface JndiEnvRefsGroupXml
extends DescriptionGroupXml

This interface provides to the value of Xml elements of a JndiEnvRefsGroup

Author:
Philippe Coq

Method Summary
 JLinkedList getEjbLocalRefList()
           
 JLinkedList getEjbRefList()
           
 JLinkedList getEnvEntryList()
           
 JLinkedList getMessageDestinationRefList()
           
 JLinkedList getResourceEnvRefList()
           
 JLinkedList getResourceRefList()
           
 JLinkedList getServiceRefList()
           
 
Methods inherited from interface org.objectweb.jonas_lib.deployment.xml.DescriptionGroupXml
getDescription, getDisplayName, getIcon
 

Method Detail

getEjbLocalRefList

public JLinkedList getEjbLocalRefList()
Returns:
the list of all ejb-local-ref elements

getEjbRefList

public JLinkedList getEjbRefList()
Returns:
the list of all ejb-ref elements

getEnvEntryList

public JLinkedList getEnvEntryList()
Returns:
the list of all env-entry elements

getResourceEnvRefList

public JLinkedList getResourceEnvRefList()
Returns:
the list of all resource-env-ref elements

getResourceRefList

public JLinkedList getResourceRefList()
Returns:
the list of all resource-ref elements

getServiceRefList

public JLinkedList getServiceRefList()
Returns:
the list of all service-ref elements

getMessageDestinationRefList

public JLinkedList getMessageDestinationRefList()
Returns:
the list of all message-destination-ref elements