org.objectweb.easybeans.deployment.xml.struct
Class Session

java.lang.Object
  extended by org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
      extended by org.objectweb.easybeans.deployment.xml.struct.AbsBean
          extended by org.objectweb.easybeans.deployment.xml.struct.Session

public class Session
extends AbsBean

Defines a representation for <session> element.

Author:
Florent Benoit

Field Summary
static java.lang.String NAME
          Name of this element.
 
Constructor Summary
Session()
           
 
Method Summary
 
Methods inherited from class org.objectweb.easybeans.deployment.xml.struct.AbsBean
getEjbClass, getEjbName, setEjbClass, setEjbName
 
Methods inherited from class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
addEnvEntry, getEnvEntryList
 
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

Session

public Session()