org.objectweb.jonas_lib.deployment.xml
Interface JonasJndiEnvRefsGroupXml

All Known Subinterfaces:
JonasCommonEjbXml
All Known Implementing Classes:
AbsJonasEnvironmentElement, JonasClient, JonasCommonEjb, JonasEntity, JonasMessageDriven, JonasSession, JonasWebApp

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

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

getJonasResourceEnvList

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

getJonasResourceList

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

getJonasServiceRefList

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

getJonasMessageDestinationRefList

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