|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bm.ejb3metadata.xml.struct.EnterpriseBeans
public class EnterpriseBeans
This class defines the implementation of the element enterprise-beans.
Field Summary | |
---|---|
static java.lang.String |
NAME
Name of this element. |
Constructor Summary | |
---|---|
EnterpriseBeans()
Constructor. |
Method Summary | |
---|---|
void |
addSession(Session session)
Adds a new <session> element to enterprise beans. |
java.util.List<Session> |
getSessionList()
Gets the list of <session> elements. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAME
Constructor Detail |
---|
public EnterpriseBeans()
Method Detail |
---|
public java.util.List<Session> getSessionList()
public void addSession(Session session)
session
- the <session> element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |