if (distributor == null) {
throw new IllegalStateException("There is no implementation of the TopicDistributionService to distribute the message");
}
distributor.distributeMessage(this, message);
}
/* (non-Javadoc)
* @see org.glassfish.hk2.api.messaging.Topic#named(java.lang.String)
*/