Package com.swiftmq.jms.v750
Class CFFactory
- java.lang.Object
-
- com.swiftmq.tools.dump.DumpableFactory
-
- com.swiftmq.jms.v750.CFFactory
-
public class CFFactory extends DumpableFactory
-
-
Constructor Summary
Constructors Constructor Description CFFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DumpablecreateDumpable(int dumpId)Creates a new Dumpable object for the given dump id.
-
-
-
Method Detail
-
createDumpable
public Dumpable createDumpable(int dumpId)
Description copied from class:DumpableFactoryCreates a new Dumpable object for the given dump id.- Specified by:
createDumpablein classDumpableFactory- Parameters:
dumpId- the dump id- Returns:
- Dumpable
-
-