org.jgroups.conf

Class ClassMap

public class ClassMap extends Object

Maintains mapping between magic number and class

Version: 1.0

Author: Filip Hanik (filip@filip.net)

Constructor Summary
ClassMap(String clazz, String desc, boolean preload, int magicnumber)
Method Summary
booleanequals(Object another)
ClassgetClassForMap()
Returns the Class object for this class
StringgetClassName()
StringgetDescription()
intgetMagicNumber()
booleangetPreload()
inthashCode()

Constructor Detail

ClassMap

public ClassMap(String clazz, String desc, boolean preload, int magicnumber)

Method Detail

equals

public boolean equals(Object another)

getClassForMap

public Class getClassForMap()
Returns the Class object for this class

getClassName

public String getClassName()

getDescription

public String getDescription()

getMagicNumber

public int getMagicNumber()

getPreload

public boolean getPreload()

hashCode

public int hashCode()
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.