Class MemoryDumpCmd

java.lang.Object
de.bsvrz.sys.funclib.losb.util.cmdinterface.Command
de.bsvrz.ars.ars.mgmt.commands.MemoryDumpCmd

public class MemoryDumpCmd extends de.bsvrz.sys.funclib.losb.util.cmdinterface.Command
Befehl zur Ausgabe des Arbeitsspeicherverbrauchs
  • Constructor Summary

    Constructors
    Constructor
    Description
    MemoryDumpCmd(String desc, String help, ArchiveManager archMgr)
    Kommando für CmdInterpreter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class de.bsvrz.sys.funclib.losb.util.cmdinterface.Command

    getDesc, getHelp, getIndex, getParent, println, printlnPlain, readln, setDesc, setHelp, setIndex, setParent, setStreams, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MemoryDumpCmd

      public MemoryDumpCmd(String desc, String help, ArchiveManager archMgr)
      Kommando für CmdInterpreter
      Parameters:
      desc - die Beschreibung
      help - der Hilfetext
      archMgr - Archivmanager
  • Method Details

    • execute

      public void execute() throws Exception
      Specified by:
      execute in class de.bsvrz.sys.funclib.losb.util.cmdinterface.Command
      Throws:
      Exception