org.apache.openejb.client.event
Class RetryConditionRemoved

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

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

Version:
$Rev$ $Date$

Constructor Summary
RetryConditionRemoved(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

RetryConditionRemoved

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

getCondition

public Class<? extends Throwable> getCondition()

toString

public String toString()
Overrides:
toString in class Object


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