Package org.ow2.joram.mom.amqp
Class TopicExchange.KeyAndPattern
- java.lang.Object
-
- org.ow2.joram.mom.amqp.TopicExchange.KeyAndPattern
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TopicExchange
private class TopicExchange.KeyAndPattern extends Object implements Serializable
Class used to keep trace of the key which leads to the pattern. Useful for binding and unbinding.
-
-
Field Summary
Fields Modifier and Type Field Description StringkeyPatternpatternprivate static longserialVersionUIDdefine serialVersionUID for interoperability
-
Constructor Summary
Constructors Constructor Description KeyAndPattern(String key, Pattern pattern)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
define serialVersionUID for interoperability- See Also:
- Constant Field Values
-
key
public String key
-
pattern
public Pattern pattern
-
-