javax.ejb
Annotation Type ActivationConfigProperty


@Target(value={})
@Retention(value=RUNTIME)
public @interface ActivationConfigProperty

Properties used by a Message Driven Bean to set properties.

Since:
EJB 3.0 version.
Author:
Florent Benoit
See Also:
EJB 3.1 specification

Required Element Summary
 String propertyName
          Name of the property.
 String propertyValue
          Value of the property.
 

Element Detail

propertyName

public abstract String propertyName
Name of the property.


propertyValue

public abstract String propertyValue
Value of the property.



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.