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.0 specification

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

Element Detail

propertyName

public abstract java.lang.String propertyName
Name of the property.


propertyValue

public abstract java.lang.String propertyValue
Value of the property.



Copyright © 2008. All Rights Reserved.