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()
equals
public boolean equals(java.lang.Object another)
getParameterString
public java.lang.String getParameterString()
Copyright © 2001,2002 www.jgroups.com . All Rights Reserved.