IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.projector.annotations
Annotation Type EntityListeners


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface EntityListeners

Identifies general entity listener classes to receive entity lifecycle callback notifications.

The lifecycle callback notifications include:

This annotation may be applied to an entity class and any number of entity listener classes may be defined on the EntityListeners annotation. If multiple entity listeners are defined, the callbacks are invoked in the defined order.

An entity listener class must be stateless, and have a public, no-arg constructor. The lifecycle of the entity listener instance is undefined.

Since:
WAS XD 6.1 FIX3

Required Element Summary
 Class[] value
           
 

Element Detail

value

public abstract Class[] value

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.