com.caucho.ejb.cfg
Class StatefulLiteral
java.lang.Object
javax.enterprise.util.AnnotationLiteral<Stateful>
com.caucho.ejb.cfg.StatefulLiteral
- All Implemented Interfaces:
- java.io.Serializable, java.lang.annotation.Annotation, Stateful
public class StatefulLiteral
- extends AnnotationLiteral<Stateful>
- implements Stateful
Configuration for an ejb singleton session bean.
- See Also:
- Serialized Form
Constructor Summary |
StatefulLiteral(java.lang.String name,
java.lang.String mappedName,
java.lang.String description)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.lang.annotation.Annotation |
annotationType, equals, hashCode, toString |
StatefulLiteral
public StatefulLiteral(java.lang.String name,
java.lang.String mappedName,
java.lang.String description)
description
public java.lang.String description()
mappedName
public java.lang.String mappedName()
name
public java.lang.String name()