Class MamaMsgType


  • public class MamaMsgType
    extends java.lang.Object
    A utility class for retrieving and interpreting type information from Mama Messages.
    • Constructor Detail

      • MamaMsgType

        public MamaMsgType()
    • Method Detail

      • typeForMsg

        public static short typeForMsg​(MamaMsg msg)
        Extract the type from the supplied message.
        Parameters:
        msg -
        Returns:
        The type.
      • stringForType

        public static java.lang.String stringForType​(MamaMsg msg)
        Return the type name.
        Returns:
        The type name.
      • stringForType

        public static java.lang.String stringForType​(short type)
        Return the type name.
        Returns:
        The type name.