Class SimpleMessageGroupSet
- java.lang.Object
-
- org.apache.activemq.broker.region.group.SimpleMessageGroupSet
-
- All Implemented Interfaces:
MessageGroupSet
public class SimpleMessageGroupSet extends Object implements MessageGroupSet
A simple implementation which just uses aSet
-
-
Constructor Summary
Constructors Constructor Description SimpleMessageGroupSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(String group)
boolean
contains(String groupID)
protected Set<String>
getUnderlyingSet()
-