javax.ejb
Annotation Type ActivationConfigProperty


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

Used to provide information to the deployer about the configuration of a message driven bean in its operational environment.

The following standard properties are recognized for JMS message driven beans:

Since:
EJB 3.0

Required Element Summary
 java.lang.String propertyName
           
 java.lang.String propertyValue
           
 

Element Detail

propertyName

public abstract java.lang.String propertyName

propertyValue

public abstract java.lang.String propertyValue


Copyright © 2012 GlassFish Community. All Rights Reserved.