org.objectweb.easybeans.ant.archive.api
Interface IEjb

All Superinterfaces:
IArchive
All Known Implementing Classes:
EjbExploded, EjbFile

public interface IEjb
extends IArchive

Interface for EJB archives.

Author:
Florent Benoit

Method Summary
 void setEjbInfo(EjbInfo ejbInfo)
          Sets the information about an EJB archive.
 
Methods inherited from interface org.objectweb.easybeans.ant.archive.api.IArchive
execute, setArchiveInfo
 

Method Detail

setEjbInfo

void setEjbInfo(EjbInfo ejbInfo)
Sets the information about an EJB archive.

Parameters:
ejbInfo - the object that holds data information.