|
Oracle | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||||
@Retention(value=RUNTIME)
@Target(value={java.lang.annotation.ElementType.TYPE, java.lang.annotation.ElementType.METHOD})
public @interface MessageBufferThis annotation specifies that the particular operation or service will use message buffering.
| Optional Element Summary | |
|---|---|
int |
retryCount
Number of times to retry off the JMS queue. |
String |
retryDelay
Retry delay. |
public abstract int retryCount
public abstract String retryDelay
|
Documentation is available at http://edocs.bea.com/wls/docs103 Copyright 2008 Oracle |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||