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 voidadd(String group)booleancontains(String groupID)protected Set<String>getUnderlyingSet()
-
-
-
Constructor Detail
-
SimpleMessageGroupSet
public SimpleMessageGroupSet()
-
-
Method Detail
-
contains
public boolean contains(String groupID)
- Specified by:
containsin interfaceMessageGroupSet
-
getUnderlyingSet
protected Set<String> getUnderlyingSet()
-
-