Class MappedName

  • All Implemented Interfaces:
    Serializable

    public final class MappedName
    extends Object
    implements Serializable
    Contains mapped class name and boolean flag showing whether this mapping was accepted by other nodes or not.
    See Also:
    Serialized Form
    • Constructor Detail

      • MappedName

        public MappedName​(String clsName,
                          boolean accepted)
        Parameters:
        clsName - Class name.
        accepted - Accepted.