org.jgroups.conf

Class ClassMap


public class ClassMap
extends java.lang.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

boolean
equals(Object another)
Class
getClassForMap()
Returns the Class object for this class
String
getClassName()
String
getDescription()
int
getMagicNumber()
boolean
getPreload()
int
hashCode()

Constructor Details

ClassMap

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

Method Details

equals

public boolean equals(Object another)

getClassForMap

public Class getClassForMap()
            throws ClassNotFoundException
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 B) 2001,2002 www.jgroups.com . All Rights Reserved.