Package com.swiftmq.impl.trace.standard
Class TraceSwiftletImpl
java.lang.Object
TraceSwiftlet
com.swiftmq.impl.trace.standard.TraceSwiftletImpl
public class TraceSwiftletImpl
extends TraceSwiftlet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected TraceSpace
createTraceSpace
(String spaceName) Abstract factory method to create a trace space.long
int
protected void
shutdown()
protected void
startup
(Configuration config)
-
Constructor Details
-
TraceSwiftletImpl
public TraceSwiftletImpl()
-
-
Method Details
-
getMaxFileSize
public long getMaxFileSize() -
getNumberFileGenerations
public int getNumberFileGenerations() -
createTraceSpace
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
-