Package com.swiftmq.tools.versioning
Class VersionObjectFactory
java.lang.Object
com.swiftmq.tools.dump.DumpableFactory
com.swiftmq.tools.versioning.VersionObjectFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateDumpable
(int dumpId) Creates a new Dumpable object for the given dump id.
-
Field Details
-
VERSION_NOTIFICATION
public static final int VERSION_NOTIFICATION- See Also:
-
VERSIONED
public static final int VERSIONED- See Also:
-
-
Constructor Details
-
VersionObjectFactory
public VersionObjectFactory()
-
-
Method Details
-
createDumpable
Description copied from class:DumpableFactory
Creates a new Dumpable object for the given dump id.- Specified by:
createDumpable
in classDumpableFactory
- Parameters:
dumpId
- the dump id- Returns:
- Dumpable
-