JavaScript is disabled on your browser.
Skip navigation links
Red Hat JBoss Enterprise Application Platform 8.1.1.GA + JBoss EAP XP 6.0.0.GA
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.jboss.ejb3.annotation
Annotation Interface Clustered
@Target
(
TYPE
)
@Retention
(
RUNTIME
)
@Deprecated
public @interface
Clustered
Deprecated.
the clusterability of an EJB is determined by the capabilities of the associated server and is explicitly disabled via
javax.ejb.Stateful#passivationCapable()
.
Annotation for specifying that a bean should be clustered
Version:
$Revision:67157 $
Author:
Bill Burke
javax.ejb.Stateful#passivationCapable().