GemFire 5.5

Uses of Interface
com.gemstone.gemfire.cache.util.GatewayHub

Packages that use GatewayHub
com.gemstone.gemfire.cache Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. 
 

Uses of GatewayHub in com.gemstone.gemfire.cache
 

Methods in com.gemstone.gemfire.cache that return GatewayHub
 GatewayHub Cache.addGatewayHub(String id, int port)
          Creates a new GatewayHub with the default configuration and adds it to the collection of GatewayHubs.
 GatewayHub Cache.getGatewayHub()
          Deprecated. as of GemFire 5.1, use Cache.getGatewayHubs().get(0) instead.
 GatewayHub Cache.setGatewayHub(String id, int port)
          Deprecated. as of GemFire 5.1, use Cache.addGatewayHub(java.lang.String, int) instead.
 


GemFire 5.5

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