
Static Public Member Functions | |
| static boolean | validateTopic (String topic, String username, int reason) |
Static Public Attributes | |
| static final String | ROOT = "CMW" |
| static final int | FOR_PUBLISHING = 0 |
| static final int | FOR_SUBSCRIBING = 1 |
Util class. Helper class for topic namespace handling.
| static boolean cern::cmw::mom::util::TopicAdminHelper::validateTopic | ( | String | topic, | |
| String | username, | |||
| int | reason | |||
| ) | [inline, static] |
Check the topic validity with respect to the username.
| topic | The topic name. | |
| username | The username. | |
| reason | The reason why the topic is about to be created. |
References FOR_PUBLISHING.
final int cern::cmw::mom::util::TopicAdminHelper::FOR_PUBLISHING = 0 [static] |
Validate topic creation for publication.
Referenced by validateTopic().
final int cern::cmw::mom::util::TopicAdminHelper::FOR_SUBSCRIBING = 1 [static] |
Validate topic creation for subscription.
final String cern::cmw::mom::util::TopicAdminHelper::ROOT = "CMW" [static] |
The root cmw topic namespace
1.6.2