org.apache.openejb.client.event
Class RetryConditionAdded

java.lang.Object
  extended by org.apache.openejb.client.event.RetryConditionAdded

@Log(value=CONFIG)
public class RetryConditionAdded
extends Object

Version:
$Rev$ $Date$

Constructor Summary
RetryConditionAdded(Class<? extends Throwable> condition)
           
 
Method Summary
 Class<? extends Throwable> getCondition()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RetryConditionAdded

public RetryConditionAdded(Class<? extends Throwable> condition)
Method Detail

getCondition

public Class<? extends Throwable> getCondition()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.