org.jgroups.conf
Class ProtocolParameter

java.lang.Object
  extended byorg.jgroups.conf.ProtocolParameter

public class ProtocolParameter
extends java.lang.Object

Data holder for protocol data

Version:
1.0
Author:
Filip Hanik (filip@filip.net)

Constructor Summary
ProtocolParameter(java.lang.String parameterName, java.lang.Object parameterValue)
           
 
Method Summary
 boolean equals(java.lang.Object another)
           
 java.lang.String getName()
           
 java.lang.String getParameterString()
           
 java.lang.String getParameterStringXml()
           
 java.lang.Object getValue()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtocolParameter

public ProtocolParameter(java.lang.String parameterName,
                         java.lang.Object parameterValue)
Method Detail

getName

public java.lang.String getName()

getValue

public java.lang.Object getValue()

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object another)

getParameterString

public java.lang.String getParameterString()

getParameterStringXml

public java.lang.String getParameterStringXml()


Copyright ? 2001,2002 www.jgroups.com . All Rights Reserved.