Uses of Class
org.apache.camel.component.apns.model.ReconnectionPolicy

Packages that use ReconnectionPolicy
org.apache.camel.component.apns.factory   
org.apache.camel.component.apns.model   
 

Uses of ReconnectionPolicy in org.apache.camel.component.apns.factory
 

Methods in org.apache.camel.component.apns.factory that return ReconnectionPolicy
 ReconnectionPolicy ApnsServiceFactory.getReconnectionPolicy()
           
 

Methods in org.apache.camel.component.apns.factory with parameters of type ReconnectionPolicy
 void ApnsServiceFactory.setReconnectionPolicy(ReconnectionPolicy reconnectionPolicy)
           
 

Uses of ReconnectionPolicy in org.apache.camel.component.apns.model
 

Methods in org.apache.camel.component.apns.model that return ReconnectionPolicy
static ReconnectionPolicy ReconnectionPolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReconnectionPolicy[] ReconnectionPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Apache Camel