org.springframework.data.gemfire.client
Class PoolConnection

java.lang.Object
  extended by org.springframework.data.gemfire.client.PoolConnection

public class PoolConnection
extends Object

Simple holder class used for configuring servers or locators for GemFire pools.

Author:
Costin Leau
See Also:
PoolFactory

Constructor Summary
PoolConnection()
           
 
Method Summary
 String getHost()
           
 int getPort()
           
 void setHost(String host)
           
 void setPort(int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolConnection

public PoolConnection()
Method Detail

getHost

public String getHost()
Returns:
the host

setHost

public void setHost(String host)
Parameters:
host - the host to set

getPort

public int getPort()
Returns:
the port

setPort

public void setPort(int port)
Parameters:
port - the port to set


Copyright © 2010 SpringSource, a division of VMware. All Rights Reserved.