com.dynalivery.harmoni
Class LoadBalanceInfo

java.lang.Object
  |
  +--com.dynalivery.harmoni.LoadBalanceInfo

public class LoadBalanceInfo
extends java.lang.Object


Field Summary
 int algorithm
           
 java.lang.String chnlName
           
 
Constructor Summary
LoadBalanceInfo()
           
LoadBalanceInfo(java.lang.String chnl, int algo)
           
 
Method Summary
 int getPort()
          Get the Port
 void setPort(int portint)
          Set the Port
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chnlName

public java.lang.String chnlName

algorithm

public int algorithm
Constructor Detail

LoadBalanceInfo

public LoadBalanceInfo()

LoadBalanceInfo

public LoadBalanceInfo(java.lang.String chnl,
                       int algo)
Method Detail

setPort

public void setPort(int portint)
Set the Port
Parameters:
portint - The int port number for this object

getPort

public int getPort()
Get the Port