GemFire 5.7.1

Uses of Package
com.gemstone.gemfire.cache.client

Packages that use com.gemstone.gemfire.cache.client
com.gemstone.gemfire.cache Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. 
com.gemstone.gemfire.cache.client The com.gemstone.gemfire.cache.client package provides APIs used for client connectivity and caching. 
com.gemstone.gemfire.cache.util Provides utilities for use with the Caching API in the com.gemstone.gemfire.cache.util package. 
 

Classes in com.gemstone.gemfire.cache.client used by com.gemstone.gemfire.cache
ClientNotReadyException
          A ClientNotReadyException indicates a client attempted to invoke the Cache.readyForEvents() method, but failed.
ServerConnectivityException
          A generic exception indicating that a failure has happened while communicating with a gemfire server.
 

Classes in com.gemstone.gemfire.cache.client used by com.gemstone.gemfire.cache.client
Pool
          A pool for connections from a client to a set of GemFire Cache Servers.
PoolFactory
          This interface provides for the configuration and creation of instances of Pool.
ServerConnectivityException
          A generic exception indicating that a failure has happened while communicating with a gemfire server.
 

Classes in com.gemstone.gemfire.cache.client used by com.gemstone.gemfire.cache.util
ServerRefusedConnectionException
          A ServerRefusedConnectionException indicates a client attempted to connect to a server, but the handshake was rejected.
 


GemFire 5.7.1

Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.