org.apache.openejb.jee.jba
Class RetryHandlers

java.lang.Object
  extended by org.apache.openejb.jee.jba.RetryHandlers

public class RetryHandlers
extends Object


Field Summary
protected  List<Handler> handler
           
 
Constructor Summary
RetryHandlers()
           
 
Method Summary
 List<Handler> getHandler()
          Gets the value of the handler property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handler

protected List<Handler> handler
Constructor Detail

RetryHandlers

public RetryHandlers()
Method Detail

getHandler

public List<Handler> getHandler()
Gets the value of the handler property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the handler property.

For example, to add a new item, do as follows:

    getHandler().add(newItem);
 

Objects of the following type(s) are allowed in the list Handler



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.