Package | Description |
---|---|
org.wso2.carbon.andes.core | |
org.wso2.carbon.andes.core.internal.registry |
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionManagerServiceImpl.closeSubscription(String subscriptionID,
String destination,
String protocolType,
String destinationType)
Close subscription by subscriptionID.
|
void |
SubscriptionManagerService.closeSubscription(String subscriptionID,
String destination,
String protocolType,
String destinationType)
Close subscription by subscriptionID.
|
List<Subscription> |
SubscriptionManagerServiceImpl.getAllSubscriptions()
Deprecated.
|
List<Subscription> |
SubscriptionManagerService.getAllSubscriptions() |
List<Subscription> |
SubscriptionManagerServiceImpl.getFilteredSubscriptions(boolean isDurable,
boolean isActive,
String protocolType,
String destinationType,
String filteredNamePattern,
boolean isFilteredNameByExactMatch,
String identifierPattern,
boolean isIdentifierPatternByExactMatch,
String ownNodeId,
int pageNumber,
int subscriptionCountPerPage)
Retrieve all matching subscriptions from andes for the given search criteria.
|
List<Subscription> |
SubscriptionManagerService.getFilteredSubscriptions(boolean isDurable,
boolean isActive,
String protocolType,
String destinationType,
String filteredNamePattern,
boolean isFilteredNameByExactMatch,
String identifierPattern,
boolean isIdentifierPatternByExactMatch,
String ownNodeId,
int pageNumber,
int subscriptionCountPerPage)
Retrieve all matching subscriptions from andes for the given search criteria.
|
long |
SubscriptionManagerServiceImpl.getPendingMessageCount(String queueName)
Get the pending message count for the specified subscription.
|
long |
SubscriptionManagerService.getPendingMessageCount(String queueName)
Get the pending message count for the specified subscription.
|
List<Subscription> |
SubscriptionManagerServiceImpl.getSubscriptions(String isDurable,
String isActive,
String protocolType,
String destinationType)
Retrieve all matching subscriptions from andes for the given criteria.
|
List<Subscription> |
SubscriptionManagerService.getSubscriptions(String isDurable,
String isActive,
String protocolType,
String destinationType)
Retrieve all matching subscriptions from andes for the given criteria.
|
int |
SubscriptionManagerServiceImpl.getTotalSubscriptionCountForSearchResult(boolean isDurable,
boolean isActive,
String protocolType,
String destinationType,
String filteredNamePattern,
boolean isFilteredNameByExactMatch,
String identiferPattern,
boolean isIdentifierPatternByExactMatch,
String ownNodeId)
Returns the total subscription count matching to a particular search criteria.
|
int |
SubscriptionManagerService.getTotalSubscriptionCountForSearchResult(boolean isDurable,
boolean isActive,
String protocolType,
String destinationType,
String filteredNamePattern,
boolean isFilteredNameByExactMatch,
String identifierPattern,
boolean isIdentifierPatternByExactMatch,
String ownNodeId)
Returns the total subscription count matching to a particular search criteria.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionManagementBeans.closeSubscription(String subscriptionID,
String destination,
String protocolType,
String destinationType)
This method invokes the SubscriptionManagementInformationMBean initialized by andes component to close the
subscription forcibly.
|
ArrayList<Subscription> |
SubscriptionManagementBeans.getAllSubscriptions()
Deprecated.
|
ArrayList<Subscription> |
SubscriptionManagementBeans.getFilteredSubscriptions(boolean isDurable,
boolean isActive,
String protocolType,
String destinationType,
String filteredNamePattern,
boolean isFilteredNameByExactMatch,
String identifierPattern,
boolean isIdentifierPatternByExactMatch,
String ownNodeId,
int pageNumber,
int subscriptionCountPerPage)
This method invokes the SubscriptionManagementInformationMBean initialized by andes component
to retrieve subscriptions matching to the given search criteria.
|
long |
SubscriptionManagementBeans.getPendingMessageCount(String queueName)
Get the pending message count for the specified subscription.
|
ArrayList<Subscription> |
SubscriptionManagementBeans.getSubscriptions(String isDurable,
String isActive,
String protocolType,
String destinationType)
This method invokes the SubscriptionManagementInformationMBean initialized by andes component
to gather information on subscriptions.
|
int |
SubscriptionManagementBeans.getTotalSubscriptionCountForSearchResult(boolean isDurable,
boolean isActive,
String protocolType,
String destinationType,
String filteredNamePattern,
boolean isFilteredNameByExactMatch,
String identifierPattern,
boolean isIdentifierPatternByExactMatch,
String ownNodeId)
This method invokes the SubscriptionManagementInformationMBean initialized by andes component
to retrieve total subscription count matching to the given search criteria.
|
Copyright © 2017 WSO2. All rights reserved.