BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.jws
Interface MessageBuffer

All Superinterfaces:
Annotation

public interface MessageBuffer
extends Annotation

This annotation specifies that the particular operation or service will use message buffering.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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

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


retryDelay

public String retryDelay()
Retry delay.


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