org.objectweb.jonas_lib.genbase.archive
Interface EjbRefModule

All Known Implementing Classes:
Client, DummyWebApp, Ejb, WebApp

public interface EjbRefModule

Represents an element which has ejb-ref (client, ejb, webapp)

Author:
Florent Benoit

Method Summary
 java.util.List getEjbRefDescs()
          Returns the list of ejb-ref elements contained by a module.
 

Method Detail

getEjbRefDescs

java.util.List getEjbRefDescs()
Returns the list of ejb-ref elements contained by a module.

Returns:
the list of ejb-ref elements contained by a module.