org.jgroups.conf
Class ProtocolParameter
java.lang.Object
org.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)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ProtocolParameter
public ProtocolParameter(java.lang.String parameterName,
java.lang.Object parameterValue)
getName
public java.lang.String getName()
getValue
public java.lang.Object getValue()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object another)
- Overrides:
equals
in class java.lang.Object
getParameterString
public java.lang.String getParameterString()
getParameterStringXml
public java.lang.String getParameterStringXml()
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.