@Target(TYPE) @Retention(RUNTIME) public @interface Stateful
| Modifier and Type | Optional Element | Description |
|---|---|---|
String |
description |
A string describing the stateful session bean.
|
String |
mappedName |
A product specific name(e.g.
|
String |
name |
The ejb-name for this bean.
|
boolean |
passivationCapable |
Specifies whether this stateful session bean is passivation capable
|
String name
String mappedName
String description
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.