Uses of Class
org.infinispan.loaders.remote.configuration.ExhaustedAction

Packages that use ExhaustedAction
org.infinispan.loaders.remote.configuration   
 

Uses of ExhaustedAction in org.infinispan.loaders.remote.configuration
 

Methods in org.infinispan.loaders.remote.configuration that return ExhaustedAction
 ExhaustedAction ConnectionPoolConfiguration.exhaustedAction()
           
static ExhaustedAction ExhaustedAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExhaustedAction[] ExhaustedAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.infinispan.loaders.remote.configuration with parameters of type ExhaustedAction
 ConnectionPoolConfigurationBuilder ConnectionPoolConfigurationBuilder.exhaustedAction(ExhaustedAction exhaustedAction)
          Specifies what happens when asking for a connection from a server's pool, and that pool is exhausted.
 


-->

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.