com.bm.ejb3metadata.xml.struct
Class EnterpriseBeans

java.lang.Object
  extended by com.bm.ejb3metadata.xml.struct.EnterpriseBeans

public class EnterpriseBeans
extends java.lang.Object

This class defines the implementation of the element enterprise-beans.

Author:
Florent Benoit

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

NAME

public static final java.lang.String NAME
Name of this element.

See Also:
Constant Field Values
Constructor Detail

EnterpriseBeans

public EnterpriseBeans()
Constructor.

Method Detail

getSessionList

public java.util.List<Session> getSessionList()
Gets the list of <session> elements.

Returns:
list of <session> elements.

addSession

public void addSession(Session session)
Adds a new <session> element to enterprise beans.

Parameters:
session - the <session> element


Copyright © 2008. All Rights Reserved.