| java.lang.Object org.objectweb.jonas_lib.genbase.archive.Ejb
Ejb | public Ejb(BeanDesc bd, Element bean)(Code) | | Creates a new Ejb from a BeanDesc
Parameters: bd - the BeanDesc Parameters: bean - jonas specific bean Element(jonas-session/jonas-entity/jonas-message-driven) |
close | public void close()(Code) | | Close this archive
|
getEjbRefDescs | public List getEjbRefDescs()(Code) | | Returns the list of ejb-ref elements contained by a module.
the list of ejb-ref elements contained by a module. |
getJonasBeanElement | public Element getJonasBeanElement()(Code) | | Returns the bean element.
the bean element. |
getName | public String getName()(Code) | | Returns the bean name.
the bean name. |
getServiceRefDescs | public List getServiceRefDescs()(Code) | | Returns the list of service-ref elements contained by a module.
the list of service-ref elements contained by a module. |
|
|