|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) public static @interface JMSControl.PropertyValue
The method parameter representing a message property with the given name and value. see javax.jms.Message.getProperty()/setProperty().
Required Element Summary | |
---|---|
String |
name
The property name. |
String |
value
The property value. |
Optional Element Summary | |
---|---|
Class |
type
The property type. |
Element Detail |
---|
public abstract String name
public abstract String value
public abstract Class type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |