BEA Systems, Inc.

weblogic.jws
Interface ReliabilityBuffer

All Superinterfaces:
Annotation

@Retention(value=RUNTIME)
@Target(value={TYPE, METHOD})
public interface ReliabilityBuffer
extends Annotation

This annotation specifies the buffer attribute for reliable services.


Method Summary
 int retryCount()
          Number of times to retry off the JMS queue.
 String retryDelay()
          Retry delay.
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Method Detail

retryCount

int retryCount()
Number of times to retry off the JMS queue.


retryDelay

String retryDelay()
Retry delay.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.