org.objectweb.jonas_lib.deployment.xml
Interface JndiEnvRefsGroupXml

All Superinterfaces:
DescriptionGroupXml
All Known Subinterfaces:
CommonEjbXml
All Known Implementing Classes:
AbsEnvironmentElement, ApplicationClient, CommonEjb, Entity, MessageDriven, Session, 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

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

getEjbRefList

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

getEnvEntryList

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

getResourceEnvRefList

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

getResourceRefList

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

getServiceRefList

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

getMessageDestinationRefList

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