org.objectweb.jonas_lib.deployment.xml
Interface JonasJndiEnvRefsGroupXml

All Known Subinterfaces:
JonasCommonEjbXml
All Known Implementing Classes:
AbsJonasEnvironmentElement, JonasCommonEjb

public interface JonasJndiEnvRefsGroupXml

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

Author:
Philippe Coq

Method Summary
 JLinkedList getJonasEjbRefList()
           
 JLinkedList getJonasMessageDestinationRefList()
           
 JLinkedList getJonasResourceEnvList()
           
 JLinkedList getJonasResourceList()
           
 JLinkedList getJonasServiceRefList()
           
 

Method Detail

getJonasEjbRefList

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

getJonasResourceEnvList

public JLinkedList getJonasResourceEnvList()
Returns:
the list of all jonas-resource-env elements

getJonasResourceList

public JLinkedList getJonasResourceList()
Returns:
the list of all jonas-resource elements

getJonasServiceRefList

public JLinkedList getJonasServiceRefList()
Returns:
the list of all jonas-service elements

getJonasMessageDestinationRefList

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