org.apache.yoko.orb.OB
Class RetryAttributes

java.lang.Object
  extended by org.apache.yoko.orb.OB.RetryAttributes
All Implemented Interfaces:
Serializable, IDLEntity

public final class RetryAttributes
extends Object
implements IDLEntity

The retry information

See Also:
Serialized Form

Field Summary
 int interval
           
 int max
           
 short mode
           
 boolean remote
           
 
Constructor Summary
RetryAttributes()
           
RetryAttributes(short mode, int interval, int max, boolean remote)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mode

public short mode

interval

public int interval

max

public int max

remote

public boolean remote
Constructor Detail

RetryAttributes

public RetryAttributes()

RetryAttributes

public RetryAttributes(short mode,
                       int interval,
                       int max,
                       boolean remote)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.