Uses of Class
org.smallmind.quorum.transport.message.DeliveryMode

Packages that use DeliveryMode
org.smallmind.quorum.transport.message   
 

Uses of DeliveryMode in org.smallmind.quorum.transport.message
 

Methods in org.smallmind.quorum.transport.message that return DeliveryMode
static DeliveryMode DeliveryMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DeliveryMode[] DeliveryMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.smallmind.quorum.transport.message with parameters of type DeliveryMode
 void MessagePolicy.setDeliveryMode(DeliveryMode deliveryMode)
           
 



Copyright © 2012. All Rights Reserved.