Package com.swiftmq.mgmt.protocol.v750
Class ProtocolFactory
- java.lang.Object
-
- com.swiftmq.tools.dump.DumpableFactory
-
- com.swiftmq.mgmt.protocol.v750.ProtocolFactory
-
public class ProtocolFactory extends DumpableFactory
-
-
Field Summary
Fields Modifier and Type Field Description static int
AUTH_REP
static int
AUTH_REQ
static int
BULK_REQ
static int
COMMAND_REP
static int
COMMAND_REQ
static int
CONNECT_REP
static int
CONNECT_REQ
static int
DISCONNECTED_REQ
static int
ENTITYADDED_REQ
static int
ENTITYLISTCLEAR_REQ
static int
ENTITYREMOVED_REQ
static int
LEASE_REQ
static int
PROPERTYCHANGED_REQ
static int
REMOVESUBSCRIPTIONFILTER_REQ
static int
ROUTERAVAILABLE_REQ
static int
ROUTERCONFIG_REQ
static int
ROUTERUNAVAILABLE_REQ
static int
SETSUBSCRIPTIONFILTER_REQ
static int
SWIFTLETADDED_REQ
static int
SWIFTLETREMOVED_REQ
-
Constructor Summary
Constructors Constructor Description ProtocolFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dumpable
createDumpable(int dumpId)
Creates a new Dumpable object for the given dump id.
-
-
-
Field Detail
-
AUTH_REQ
public static final int AUTH_REQ
- See Also:
- Constant Field Values
-
AUTH_REP
public static final int AUTH_REP
- See Also:
- Constant Field Values
-
BULK_REQ
public static final int BULK_REQ
- See Also:
- Constant Field Values
-
COMMAND_REQ
public static final int COMMAND_REQ
- See Also:
- Constant Field Values
-
COMMAND_REP
public static final int COMMAND_REP
- See Also:
- Constant Field Values
-
CONNECT_REQ
public static final int CONNECT_REQ
- See Also:
- Constant Field Values
-
CONNECT_REP
public static final int CONNECT_REP
- See Also:
- Constant Field Values
-
ENTITYADDED_REQ
public static final int ENTITYADDED_REQ
- See Also:
- Constant Field Values
-
ENTITYREMOVED_REQ
public static final int ENTITYREMOVED_REQ
- See Also:
- Constant Field Values
-
LEASE_REQ
public static final int LEASE_REQ
- See Also:
- Constant Field Values
-
PROPERTYCHANGED_REQ
public static final int PROPERTYCHANGED_REQ
- See Also:
- Constant Field Values
-
ROUTERAVAILABLE_REQ
public static final int ROUTERAVAILABLE_REQ
- See Also:
- Constant Field Values
-
ROUTERUNAVAILABLE_REQ
public static final int ROUTERUNAVAILABLE_REQ
- See Also:
- Constant Field Values
-
ROUTERCONFIG_REQ
public static final int ROUTERCONFIG_REQ
- See Also:
- Constant Field Values
-
DISCONNECTED_REQ
public static final int DISCONNECTED_REQ
- See Also:
- Constant Field Values
-
SWIFTLETADDED_REQ
public static final int SWIFTLETADDED_REQ
- See Also:
- Constant Field Values
-
SWIFTLETREMOVED_REQ
public static final int SWIFTLETREMOVED_REQ
- See Also:
- Constant Field Values
-
SETSUBSCRIPTIONFILTER_REQ
public static final int SETSUBSCRIPTIONFILTER_REQ
- See Also:
- Constant Field Values
-
REMOVESUBSCRIPTIONFILTER_REQ
public static final int REMOVESUBSCRIPTIONFILTER_REQ
- See Also:
- Constant Field Values
-
ENTITYLISTCLEAR_REQ
public static final int ENTITYLISTCLEAR_REQ
- See Also:
- Constant Field Values
-
-
Method Detail
-
createDumpable
public Dumpable createDumpable(int dumpId)
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
-
-