// Implementation methods
//-------------------------------------------------------------------------
protected BTree getMessageCounts() throws AlreadyClosedException {
if (messageCounts == null) {
throw new AlreadyClosedException("JDBM TopicMessageStore");
}
return messageCounts;
}