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 intAUTH_REPstatic intAUTH_REQstatic intBULK_REQstatic intCOMMAND_REPstatic intCOMMAND_REQstatic intCONNECT_REPstatic intCONNECT_REQstatic intDISCONNECTED_REQstatic intENTITYADDED_REQstatic intENTITYLISTCLEAR_REQstatic intENTITYREMOVED_REQstatic intLEASE_REQstatic intPROPERTYCHANGED_REQstatic intREMOVESUBSCRIPTIONFILTER_REQstatic intROUTERAVAILABLE_REQstatic intROUTERCONFIG_REQstatic intROUTERUNAVAILABLE_REQstatic intSETSUBSCRIPTIONFILTER_REQstatic intSWIFTLETADDED_REQstatic intSWIFTLETREMOVED_REQ
-
Constructor Summary
Constructors Constructor Description ProtocolFactory()
-
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.
-
-
-
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:DumpableFactoryCreates a new Dumpable object for the given dump id.- Specified by:
createDumpablein classDumpableFactory- Parameters:
dumpId- the dump id- Returns:
- Dumpable
-
-