public class TopicSubscriptionsPage extends MBPage
| Modifier | Constructor and Description |
|---|---|
protected |
TopicSubscriptionsPage(org.openqa.selenium.WebDriver driver)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
closeDurableTopicSubscription()
Forcibly close non durable topic subscription.
|
boolean |
closeNonDurableTopicSubscription()
Forcibly close non durable topic subscription.
|
int |
getDurableActiveSubscriptionsCount()
Gets the number of durable active subscriptions.
|
int |
getDurableInActiveSubscriptionsCount()
Gets the number of durable in-active subscriptions.
|
int |
getNonDurableSubscriptionsCount()
Gets the number of temporary active subscriptions.
|
void |
searchTopicSubscriptions(String queueNamePattern,
String identifierPattern,
int ownNodeIdIndex,
boolean isNameExactMatch,
boolean isIdentifierExactMatch)
Search topic subscriptions according to the search criteria.
|
getConfigurePage, getMonitorPage, logoutprotected TopicSubscriptionsPage(org.openqa.selenium.WebDriver driver)
driver - The selenium Web Driverpublic int getDurableActiveSubscriptionsCount()
public int getDurableInActiveSubscriptionsCount()
public void searchTopicSubscriptions(String queueNamePattern, String identifierPattern, int ownNodeIdIndex, boolean isNameExactMatch, boolean isIdentifierExactMatch)
queueNamePattern - string pattern of the topic name (* for all)identifierPattern - string pattern of the identifier (* for all)ownNodeIdIndex - index of the node Id in the dropdown the subscriptions belong topublic int getNonDurableSubscriptionsCount()
public boolean closeNonDurableTopicSubscription()
public boolean closeDurableTopicSubscription()
Copyright © 2019 WSO2. All rights reserved.