Uses of Class
com.createtank.elemenope.ElemenopeDispatchInformation.FailoverType

Packages that use ElemenopeDispatchInformation.FailoverType
com.createtank.elemenope   
 

Uses of ElemenopeDispatchInformation.FailoverType in com.createtank.elemenope
 

Fields in com.createtank.elemenope declared as ElemenopeDispatchInformation.FailoverType
static ElemenopeDispatchInformation.FailoverType ElemenopeDispatchInformation.FailoverType.ASYNCHRONOUS
           
static ElemenopeDispatchInformation.FailoverType ElemenopeDispatchInformation.FailoverType.SYNCHRONOUS
          Enumeration elements are constructed once upon class loading.
 

Methods in com.createtank.elemenope that return ElemenopeDispatchInformation.FailoverType
 ElemenopeDispatchInformation.FailoverType ElemenopeDispatchResponse.getFailoverType()
           
 ElemenopeDispatchInformation.FailoverType ElemenopeDispatchInformation.getFailoverType()
           
 

Methods in com.createtank.elemenope with parameters of type ElemenopeDispatchInformation.FailoverType
 void ElemenopeDispatchResponse.setFailoverType(ElemenopeDispatchInformation.FailoverType failoverType)
           
 void ElemenopeDispatchInformation.setFailoverType(ElemenopeDispatchInformation.FailoverType failoverType)