Class MetaData

java.lang.Object
com.swiftmq.mgmt.MetaData
All Implemented Interfaces:
Dumpable

public class MetaData extends Object implements Dumpable
  • Constructor Details

  • Method Details

    • getDumpId

      public int getDumpId()
      Description copied from interface: Dumpable
      Returns a unique dump id for this object.
      Specified by:
      getDumpId in interface Dumpable
      Returns:
      unique dump id
    • writeContent

      public void writeContent(DataOutput out) throws IOException
      Description copied from interface: Dumpable
      Write the content of this object to the stream.
      Specified by:
      writeContent in interface Dumpable
      Parameters:
      out - output stream
      Throws:
      IOException - if an error occurs
    • readContent

      public void readContent(DataInput in) throws IOException
      Description copied from interface: Dumpable
      Read the content of this object from the stream.
      Specified by:
      readContent in interface Dumpable
      Parameters:
      in - input stream
      Throws:
      IOException - if an error occurs
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDisplayName

      public String getDisplayName()
    • getVendor

      public String getVendor()
    • getVersion

      public String getVersion()
    • getClassName

      public String getClassName()
    • setClassName

      public void setClassName(String className)
    • getDescription

      public String getDescription()
    • toString

      public String toString()
      Overrides:
      toString in class Object