Class TraceSwiftletImpl

java.lang.Object
TraceSwiftlet
com.swiftmq.impl.trace.standard.TraceSwiftletImpl

public class TraceSwiftletImpl extends TraceSwiftlet
  • Constructor Details

    • TraceSwiftletImpl

      public TraceSwiftletImpl()
  • Method Details

    • getMaxFileSize

      public long getMaxFileSize()
    • getNumberFileGenerations

      public int getNumberFileGenerations()
    • createTraceSpace

      protected TraceSpace createTraceSpace(String spaceName)
      Abstract factory method to create a trace space. In any case it has to return a valid trace space object
      Parameters:
      spaceName - space name
      Returns:
      a valid trace space object
    • startup

      protected void startup(Configuration config) throws SwiftletException
      Throws:
      SwiftletException
    • shutdown

      protected void shutdown() throws SwiftletException
      Throws:
      SwiftletException