org.apache.beehive.controls.system.jms
Annotation Type JMSControl.Property


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public static @interface JMSControl.Property

The method parameter representing a message property with the given name. For more information, see the property getter and setter methods on JMSControl.Message.


Required Element Summary
 String name
          The property name.
 

Element Detail

name

public abstract String name
The property name.