|
EJB 3.1 API 1.0.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Singleton
Component-defining annotation for a singleton session bean.
Optional Element Summary | |
---|---|
String |
description
|
String |
mappedName
A product specific name (in JBoss the global JNDI name) that this session bean should be mapped to. |
String |
name
The ejb-name of this bean. |
public abstract String description
public abstract String mappedName
public abstract String name
|
EJB 3.1 API 1.0.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |