org.jgroups.conf

Class 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(String parameterName, Object parameterValue)

Method Summary

boolean
equals(Object another)
String
getName()
String
getParameterString()
String
getParameterStringXml()
Object
getValue()
int
hashCode()

Constructor Details

ProtocolParameter

public ProtocolParameter(String parameterName,
                         Object parameterValue)

Method Details

equals

public boolean equals(Object another)

getName

public String getName()

getParameterString

public String getParameterString()

getParameterStringXml

public String getParameterStringXml()

getValue

public Object getValue()

hashCode

public int hashCode()

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.