Uses of Class
org.omg.MessageRouting.RetryPolicy

Packages that use RetryPolicy
org.apache.yoko.orb.OBMessageRouting   
org.omg.MessageRouting   
 

Uses of RetryPolicy in org.apache.yoko.orb.OBMessageRouting
 

Subclasses of RetryPolicy in org.apache.yoko.orb.OBMessageRouting
 class ImmediateSuspendPolicy_impl
           
 class LimitedPingPolicy_impl
           
 class UnlimitedPingPolicy_impl
           
 

Uses of RetryPolicy in org.omg.MessageRouting
 

Subclasses of RetryPolicy in org.omg.MessageRouting
 class ImmediateSuspend
           
 class LimitedPing
           
 class UnlimitedPing
           
 

Fields in org.omg.MessageRouting declared as RetryPolicy
 RetryPolicy RetryPolicyHolder.value
           
 

Methods in org.omg.MessageRouting that return RetryPolicy
static RetryPolicy RetryPolicyHelper.extract(Any any)
           
static RetryPolicy RetryPolicyHelper.read(InputStream in)
           
 

Methods in org.omg.MessageRouting with parameters of type RetryPolicy
static void RetryPolicyHelper.insert(Any any, RetryPolicy val)
           
 void RouterAdminOperations.register_destination(Object dest, boolean is_router, RetryPolicy retry, DecayPolicy decay)
           
 void _RouterAdminStub.register_destination(Object _ob_a0, boolean _ob_a1, RetryPolicy _ob_a2, DecayPolicy _ob_a3)
           
static void RetryPolicyHelper.write(OutputStream out, RetryPolicy val)
           
 

Constructors in org.omg.MessageRouting with parameters of type RetryPolicy
RetryPolicyHolder(RetryPolicy initial)
           
 



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