Uses of Class
org.jgroups.conf.ClassMap
-
Packages that use ClassMap Package Description org.jgroups.conf Provides ways to configure a protocol stack. -
-
Uses of ClassMap in org.jgroups.conf
Methods in org.jgroups.conf that return ClassMap Modifier and Type Method Description protected static ClassMap[]MagicNumberReader. parse(java.io.InputStream stream)protected static ClassMapMagicNumberReader. parseClassData(org.w3c.dom.Node protocol)ClassMap[]MagicNumberReader. readMagicNumberMapping()try to read the magic number configuration file as a Resource form the classpath using getResourceAsStream if this fails this method tries to read the configuration file from mMagicNumberFile using a FileInputStream (not in classpath but somewhere else in the disk)
-