|
GemFire 6.5.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use GatewayException | |
|---|---|
| com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
| com.gemstone.gemfire.cache.util | Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
| Uses of GatewayException in com.gemstone.gemfire.cache |
|---|
| Methods in com.gemstone.gemfire.cache that throw GatewayException | |
|---|---|
Cache |
CacheFactory.create()
Creates a new cache that uses the configured distributed system. |
static Cache |
CacheFactory.create(DistributedSystem system)
Deprecated. as of 6.5 use CacheFactory.CacheFactory(Properties) instead. |
void |
GemFireCache.loadCacheXml(InputStream is)
Loads the cache configuration described in a declarative caching XML file into this cache. |
| Uses of GatewayException in com.gemstone.gemfire.cache.util |
|---|
| Methods in com.gemstone.gemfire.cache.util that throw GatewayException | |
|---|---|
void |
Gateway.addEndpoint(String id,
String host,
int port)
Add an Endpoint to this Gateway. |
Gateway |
GatewayHub.addGateway(String id)
Adds a Gateway to this GatewayHub's
known Gateways. |
void |
Gateway.addListener(GatewayEventListener listener)
Add a GatewayEventListener to this Gateway. |
void |
GatewayHub.removeGateway(String id)
Removes a Gateway from this GatewayHub. |
void |
GatewayHub.setDistributionPolicy(String distributionPolicy)
Sets the distribution policy for this GatewayHub. |
void |
GatewayHub.setStartupPolicy(String startupPolicy)
Sets the startup policy for this GatewayHub. |
|
GemFire 6.5.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||