Skip navigation links
A B C D E F G I L M O P Q R S U 

A

activate(ComponentContext) - Method in class org.wso2.carbon.andes.core.internal.ds.QueueManagerServiceDS
 
activate(ComponentContext) - Method in class org.wso2.carbon.andes.core.internal.ds.SubscriptionManagerServiceDS
 
addQueueAndAssignPermission(String, QueueRolePermission[]) - Method in interface org.wso2.carbon.andes.core.QueueManagerService
Create a queue and assign permissions which could be be pub, consume, change permission and etc.
addQueueAndAssignPermission(String, QueueRolePermission[]) - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
Create a queue and assign permissions which could be be pub, consume, change permission and etc.
AdministrativeManagementConstants - Class in org.wso2.carbon.andes.core.internal.util
Class to keep constants on administrative operations
AdministrativeManagementConstants() - Constructor for class org.wso2.carbon.andes.core.internal.util.AdministrativeManagementConstants
 
AndesException - Exception in org.wso2.carbon.andes.core
Exception type generic to all andes core level exceptions
AndesException() - Constructor for exception org.wso2.carbon.andes.core.AndesException
 
AndesException(String, String) - Constructor for exception org.wso2.carbon.andes.core.AndesException
 
AndesException(String) - Constructor for exception org.wso2.carbon.andes.core.AndesException
 
AndesException(String, Throwable) - Constructor for exception org.wso2.carbon.andes.core.AndesException
 
AndesException(Throwable) - Constructor for exception org.wso2.carbon.andes.core.AndesException
 

B

BROKER_SUBSCRIPTION_ATTRIBUTE - Static variable in class org.wso2.carbon.andes.core.internal.util.QueueManagementConstants
 
browseQueue(String, long, int) - Method in class org.wso2.carbon.andes.core.internal.registry.QueueManagementBeans
Invoke service bean to retrieve browse messages list
browseQueue(String, long, int) - Method in interface org.wso2.carbon.andes.core.QueueManagerService
Gets the messages of a queue
browseQueue(String, long, int) - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
Gets the messages of a queue

C

closeSubscription(String, String, String, String) - Method in class org.wso2.carbon.andes.core.internal.registry.SubscriptionManagementBeans
This method invokes the SubscriptionManagementInformationMBean initialized by andes component to close the subscription forcibly.
closeSubscription(String, String, String, String) - Method in interface org.wso2.carbon.andes.core.SubscriptionManagerService
Close subscription by subscriptionID.
closeSubscription(String, String, String, String) - Method in class org.wso2.carbon.andes.core.SubscriptionManagerServiceImpl
Close subscription by subscriptionID.
createQueue(String, String) - Method in class org.wso2.carbon.andes.core.internal.registry.QueueManagementBeans
Invoke service bean to creates a new queue.
createQueue(String) - Method in interface org.wso2.carbon.andes.core.QueueManagerService
Creates a new queue
createQueue(String) - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
Creates a new queue
createQueueManagerService() - Static method in class org.wso2.carbon.andes.core.internal.builder.QueueManagerServiceBuilder
 
createSubscriptionManagerService() - Static method in class org.wso2.carbon.andes.core.internal.builder.SubscriptionManagerServiceBuilder
 

D

DEFAULT_EXCHANGE - Static variable in class org.wso2.carbon.andes.core.internal.registry.QueueManagementBeans
 
deleteMessagesFromDeadLetterQueue(long[], String) - Method in class org.wso2.carbon.andes.core.internal.registry.QueueManagementBeans
Invoke service bean for permanently deleting messages from the Dead Letter Channel.
deleteMessagesFromDeadLetterQueue(long[], String) - Method in interface org.wso2.carbon.andes.core.QueueManagerService
Delete messages from the Dead Letter Queue and delete their content.
deleteMessagesFromDeadLetterQueue(long[], String) - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
Delete messages from the Dead Letter Queue and delete their content.
deleteQueue(String) - Method in class org.wso2.carbon.andes.core.internal.registry.QueueManagementBeans
Deletes a queue.
deleteQueue(String) - Method in interface org.wso2.carbon.andes.core.QueueManagerService
This method is triggered when deleting a queue through management console.
deleteQueue(String) - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
This method is triggered when deleting a queue through management console.
deleteTopicFromRegistry(String, String) - Method in interface org.wso2.carbon.andes.core.QueueManagerService
This method is triggered unsubscribe from a durable subscription to delete topic related entries from registry
deleteTopicFromRegistry(String, String) - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
This method is triggered unsubscribe from a durable subscription to delete topic related entries from registry
DIRECT_EXCHANGE - Static variable in class org.wso2.carbon.andes.core.internal.registry.QueueManagementBeans
 
DISPLAY_CONTINUATION - Static variable in class org.wso2.carbon.andes.core.internal.util.Utils
Shown to user has a indication that the particular message has more content than shown in UI
DISPLAY_LENGTH_EXCEEDED - Static variable in class org.wso2.carbon.andes.core.internal.util.Utils
Message shown in UI if message content exceed the limit - Further enhancement, these needs to read from a resource bundle
DLC_QUEUE_INFO_MBEAN_OPERATION - Static variable in class org.wso2.carbon.andes.core.internal.util.QueueManagementConstants
 
DOMAIN_NAME_SEPARATOR - Static variable in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
Tenant domain name separator
dumpMessageStatus() - Method in interface org.wso2.carbon.andes.core.QueueManagerService
Dump message status to a default file.
dumpMessageStatus() - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
Dump message status to a default file.
dumpMessageStatusInformation() - Method in class org.wso2.carbon.andes.core.internal.registry.MessageStatusInformationBeans
Invoke MBean operations and dump status of all messages.
DURABLE_QUEUE_NAMES__MBEAN_ATTRIBUTE - Static variable in class org.wso2.carbon.andes.core.internal.util.QueueManagementConstants
 

E

EVENT_TOPICS - Static variable in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
 

F

filterDomainSpecificQueues(List<Queue>) - Static method in class org.wso2.carbon.andes.core.internal.util.Utils
Filter queues to suit the tenant domain.
filterDomainSpecificQueues(Set<String>) - Static method in class org.wso2.carbon.andes.core.internal.util.Utils
Filter queue name list to suit the tenant domain
filterDomainSpecificSubscribers(List<Subscription>, String) - Static method in class org.wso2.carbon.andes.core.internal.util.MQTTUtils
Filters the domain specific subscriptions from a list of subscriptions
filterDomainSpecificSubscribers(List<Subscription>) - Static method in class org.wso2.carbon.andes.core.internal.util.Utils
Filters the domain specific subscriptions from a list of subscriptions
FILTERED_SUBSCRIPTION_COUNT_MBEAN_ATTRIBUTE - Static variable in class org.wso2.carbon.andes.core.internal.util.SubscriptionManagementConstants
 
FILTERED_SUBSCRIPTIONS_MBEAN_ATTRIBUTE - Static variable in class org.wso2.carbon.andes.core.internal.util.SubscriptionManagementConstants
 

G

getAllQueueCounts() - Method in class org.wso2.carbon.andes.core.internal.registry.QueueManagementBeans
Invoke service bean to get the message count of each queue stored
getAllQueues() - Method in interface org.wso2.carbon.andes.core.QueueManagerService
Gets all the queues
getAllQueues() - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
Gets all the queues
getAllSubscriptions() - Method in class org.wso2.carbon.andes.core.internal.registry.SubscriptionManagementBeans
Deprecated.
getAllSubscriptions() - Method in interface org.wso2.carbon.andes.core.SubscriptionManagerService
 
getAllSubscriptions() - Method in class org.wso2.carbon.andes.core.SubscriptionManagerServiceImpl
Deprecated.
getAndesMsgMetadataId() - Method in class org.wso2.carbon.andes.core.types.Message
 
getBackendRoles() - Method in interface org.wso2.carbon.andes.core.QueueManagerService
Gets roles except for admin
getBackendRoles() - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
Gets roles except for admin
getConfigurationContextService() - Method in class org.wso2.carbon.andes.core.internal.ds.QueueManagerServiceValueHolder
 
getConfigurationContextService() - Method in class org.wso2.carbon.andes.core.internal.ds.SubscriptionManagerServiceValueHolder
 
getConnectedNodeAddress() - Method in class org.wso2.carbon.andes.core.types.Subscription
 
getContentType() - Method in class org.wso2.carbon.andes.core.types.Message
 
getCreatedFrom() - Method in class org.wso2.carbon.andes.core.types.Queue
 
getCreatedTime() - Method in class org.wso2.carbon.andes.core.types.Queue
 
getDestination() - Method in class org.wso2.carbon.andes.core.types.Subscription
 
getDestinationType() - Method in class org.wso2.carbon.andes.core.types.MQTTSubscription
 
getDestinationType() - Method in class org.wso2.carbon.andes.core.types.Subscription
 
getDlcMsgDestination() - Method in class org.wso2.carbon.andes.core.types.Message
 
getDLCQueue(String) - Method in class org.wso2.carbon.andes.core.internal.registry.QueueManagementBeans
Get DLC queue registered in broker by given name (tenant information included)
getDLCQueue(String) - Method in interface org.wso2.carbon.andes.core.QueueManagerService
Retrieve the dlc queue associated to a tenant
getDLCQueue(String) - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
Retrieve the dlc queue associated to a tenant
getFaultCode() - Method in exception org.wso2.carbon.andes.core.AndesException
 
getFaultCode() - Method in exception org.wso2.carbon.andes.core.QueueManagerException
 
getFaultCode() - Method in exception org.wso2.carbon.andes.core.SubscriptionManagerException
 
getFaultString() - Method in exception org.wso2.carbon.andes.core.AndesException
 
getFaultString() - Method in exception org.wso2.carbon.andes.core.QueueManagerException
 
getFaultString() - Method in exception org.wso2.carbon.andes.core.SubscriptionManagerException
 
getFilteredMessagesList(ArrayList, int, int) - Static method in class org.wso2.carbon.andes.core.internal.util.Utils
Filter the whole message list to fit for the page range
getFilteredMQTTSubscriptions(MQTTSubscription, String) - Method in interface org.wso2.carbon.andes.core.SubscriptionManagerService
Retrieve all matching subscriptions from andes for the given search criteria.
getFilteredMQTTSubscriptions(MQTTSubscription, String) - Method in class org.wso2.carbon.andes.core.SubscriptionManagerServiceImpl
Retrieve all matching subscriptions from andes for the given search criteria.
getFilteredNamePattern() - Method in class org.wso2.carbon.andes.core.types.MQTTSubscription
 
getFilteredSubscriptions(boolean, boolean, String, String, String, boolean, String, boolean, String, int, int) - Method in class org.wso2.carbon.andes.core.internal.registry.SubscriptionManagementBeans
This method invokes the SubscriptionManagementInformationMBean initialized by andes component to retrieve subscriptions matching to the given search criteria.
getFilteredSubscriptions(boolean, boolean, String, String, String, boolean, String, boolean, String, int, int) - Method in interface org.wso2.carbon.andes.core.SubscriptionManagerService
Retrieve all matching subscriptions from andes for the given search criteria.
getFilteredSubscriptions(boolean, boolean, String, String, String, boolean, String, boolean, String, int, int) - Method in class org.wso2.carbon.andes.core.SubscriptionManagerServiceImpl
Retrieve all matching subscriptions from andes for the given search criteria.
getIdentifierPattern() - Method in class org.wso2.carbon.andes.core.types.MQTTSubscription
 
getInstance() - Static method in class org.wso2.carbon.andes.core.internal.ds.QueueManagerServiceValueHolder
 
getInstance() - Static method in class org.wso2.carbon.andes.core.internal.ds.SubscriptionManagerServiceValueHolder
 
getInstance() - Static method in class org.wso2.carbon.andes.core.internal.registry.MessageStatusInformationBeans
 
getInstance() - Static method in class org.wso2.carbon.andes.core.internal.registry.QueueManagementBeans
Gets the active queue managing instance.
getInstance() - Static method in class org.wso2.carbon.andes.core.internal.registry.SubscriptionManagementBeans
 
getJMSCorrelationId() - Method in class org.wso2.carbon.andes.core.types.Message
 
getJMSDeliveredMode() - Method in class org.wso2.carbon.andes.core.types.Message
 
getJMSExpiration() - Method in class org.wso2.carbon.andes.core.types.Message
 
getJMSMessageId() - Method in class org.wso2.carbon.andes.core.types.Message
 
getJMSPriority() - Method in class org.wso2.carbon.andes.core.types.Message
 
getJMSReDelivered() - Method in class org.wso2.carbon.andes.core.types.Message
 
getJMSTimeStamp() - Method in class org.wso2.carbon.andes.core.types.Message
 
getJMSType() - Method in class org.wso2.carbon.andes.core.types.Message
 
getMessageContent() - Method in class org.wso2.carbon.andes.core.types.Message
 
getMessageContentAsString(Message) - Static method in class org.wso2.carbon.andes.core.internal.util.Utils
Gets the message content as a string, after verifying its type
getMessageCount(String, String) - Method in class org.wso2.carbon.andes.core.internal.registry.QueueManagementBeans
Invoke service bean to get the message count for a destination.
getMessageCount(String, String) - Method in interface org.wso2.carbon.andes.core.QueueManagerService
Gets the message count for a queue
getMessageCount(String, String) - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
Gets the message count for a queue
getMessageCount() - Method in class org.wso2.carbon.andes.core.types.Queue
 
getMessageMetadataInDLC(String, long, int) - Method in interface org.wso2.carbon.andes.core.QueueManagerService
Returns a paginated list of message metadata destined for the inputQueueName but currently living in the Dead Letter Channel.
getMessageMetadataInDLC(String, long, int) - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
Returns a paginated list of message metadata destined for the inputQueueName but currently living in the Dead Letter Channel.
getMessagesInDLCForQueue(String, long, int) - Method in interface org.wso2.carbon.andes.core.QueueManagerService
Gets the messages in the DLC for a specific queue.
getMessagesInDLCForQueue(String, long, int) - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
Gets the messages in the DLC for a specific queue.
getMsgContentType(Message) - Static method in class org.wso2.carbon.andes.core.internal.util.Utils
Determines the type of the JMS message
getMsgProperties(Message) - Static method in class org.wso2.carbon.andes.core.internal.util.Utils
Gets properties of a JMS message
getMsgProperties() - Method in class org.wso2.carbon.andes.core.types.Message
 
getNamesOfAllDurableQueues() - Method in class org.wso2.carbon.andes.core.internal.registry.QueueManagementBeans
Invoke service bean to retrieve names of all durable queues
getNamesOfAllDurableQueues() - Method in interface org.wso2.carbon.andes.core.QueueManagerService
Retrieve names of all durable queues created
getNamesOfAllDurableQueues() - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
 
getNumberOfMessagesInDLCForQueue(String) - Method in interface org.wso2.carbon.andes.core.QueueManagerService
Gets the number of messages in DLC for a specific queue.
getNumberOfMessagesInDLCForQueue(String) - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
Gets the number of messages in DLC for a specific queue.
getNumberOfMessagesRemainingForSubscriber() - Method in class org.wso2.carbon.andes.core.types.Subscription
 
getOriginHostAddress() - Method in class org.wso2.carbon.andes.core.types.Subscription
 
getOwnNodeId() - Method in class org.wso2.carbon.andes.core.types.MQTTSubscription
 
getPageNumber() - Method in class org.wso2.carbon.andes.core.types.MQTTSubscription
 
getPendingMessageCount(String) - Method in class org.wso2.carbon.andes.core.internal.registry.SubscriptionManagementBeans
Get the pending message count for the specified subscription.
getPendingMessageCount(String) - Method in interface org.wso2.carbon.andes.core.SubscriptionManagerService
Get the pending message count for the specified subscription.
getPendingMessageCount(String) - Method in class org.wso2.carbon.andes.core.SubscriptionManagerServiceImpl
Get the pending message count for the specified subscription.
getProtocolType() - Method in class org.wso2.carbon.andes.core.types.MQTTSubscription
 
getProtocolType() - Method in class org.wso2.carbon.andes.core.types.Subscription
 
getQueueByName(String) - Method in interface org.wso2.carbon.andes.core.QueueManagerService
Retrieve a queue with the number of the messages remaining by passing the name
getQueueByName(String) - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
Retrieve a queue with the number of the messages remaining by passing the name
getQueueDepth() - Method in class org.wso2.carbon.andes.core.types.Queue
 
getQueueName() - Method in class org.wso2.carbon.andes.core.types.Queue
 
getQueueRolePermission(String) - Method in interface org.wso2.carbon.andes.core.QueueManagerService
Gets role permissions assigned to a queue
getQueueRolePermission(String) - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
Gets role permissions assigned to a queue
getRealmService() - Method in class org.wso2.carbon.andes.core.internal.ds.QueueManagerServiceValueHolder
 
getRealmService() - Method in class org.wso2.carbon.andes.core.internal.ds.SubscriptionManagerServiceValueHolder
 
getRegistryService() - Method in class org.wso2.carbon.andes.core.internal.ds.QueueManagerServiceValueHolder
 
getRegistryService() - Method in class org.wso2.carbon.andes.core.internal.ds.SubscriptionManagerServiceValueHolder
 
getRoleName() - Method in class org.wso2.carbon.andes.core.types.QueueRolePermission
 
getSubscribedQueueOrTopicName() - Method in class org.wso2.carbon.andes.core.types.Subscription
 
getSubscriberQueueBoundExchange() - Method in class org.wso2.carbon.andes.core.types.Subscription
 
getSubscriberQueueName() - Method in class org.wso2.carbon.andes.core.types.Subscription
 
getSubscriptionCountPerPage() - Method in class org.wso2.carbon.andes.core.types.MQTTSubscription
 
getSubscriptionIdentifier() - Method in class org.wso2.carbon.andes.core.types.Subscription
 
getSubscriptions(String, String, String, String) - Method in class org.wso2.carbon.andes.core.internal.registry.SubscriptionManagementBeans
This method invokes the SubscriptionManagementInformationMBean initialized by andes component to gather information on subscriptions.
getSubscriptions(String, String, String, String) - Method in interface org.wso2.carbon.andes.core.SubscriptionManagerService
Retrieve all matching subscriptions from andes for the given criteria.
getSubscriptions(String, String, String, String) - Method in class org.wso2.carbon.andes.core.SubscriptionManagerServiceImpl
Retrieve all matching subscriptions from andes for the given criteria.
getTCPConnectionURL(String, String) - Static method in class org.wso2.carbon.andes.core.internal.util.Utils
Gets the TCP connection url to reach the broker by using the currently logged in user and the access key for the user, generated by andes Authentication Service
getTenantBasedQueueName(String) - Static method in class org.wso2.carbon.andes.core.internal.util.Utils
Gets tenant based queue name.
getTenantDomain() - Static method in class org.wso2.carbon.andes.core.internal.util.Utils
Method to retrieve the tenant domain of the current user.
getTotalMessagesInQueue(String) - Method in interface org.wso2.carbon.andes.core.QueueManagerService
Gets total message count in a queue
getTotalMessagesInQueue(String) - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
Gets total message count in a queue
getTotalSubscriptionCountForSearchResult(boolean, boolean, String, String, String, boolean, String, boolean, String) - Method in class org.wso2.carbon.andes.core.internal.registry.SubscriptionManagementBeans
This method invokes the SubscriptionManagementInformationMBean initialized by andes component to retrieve total subscription count matching to the given search criteria.
getTotalSubscriptionCountForSearchResult(boolean, boolean, String, String, String, boolean, String, boolean, String) - Method in interface org.wso2.carbon.andes.core.SubscriptionManagerService
Returns the total subscription count matching to a particular search criteria.
getTotalSubscriptionCountForSearchResult(boolean, boolean, String, String, String, boolean, String, boolean, String) - Method in class org.wso2.carbon.andes.core.SubscriptionManagerServiceImpl
Returns the total subscription count matching to a particular search criteria.
getUpdatedTime() - Method in class org.wso2.carbon.andes.core.types.Queue
 
getUserRegistry() - Static method in class org.wso2.carbon.andes.core.internal.util.Utils
Gets the user registry for the current tenant

I

isActive() - Method in class org.wso2.carbon.andes.core.types.MQTTSubscription
 
isActive() - Method in class org.wso2.carbon.andes.core.types.Subscription
 
isAdmin(String) - Static method in class org.wso2.carbon.andes.core.internal.util.Utils
Checks if a given user has admin privileges.
isAllowedToConsume() - Method in class org.wso2.carbon.andes.core.types.QueueRolePermission
 
isAllowedToPublish() - Method in class org.wso2.carbon.andes.core.types.QueueRolePermission
 
isDurable() - Method in class org.wso2.carbon.andes.core.types.MQTTSubscription
 
isDurable() - Method in class org.wso2.carbon.andes.core.types.Subscription
 
isFilteredNameByExactMatch() - Method in class org.wso2.carbon.andes.core.types.MQTTSubscription
 
isIdentifierPatternByExactMatch() - Method in class org.wso2.carbon.andes.core.types.MQTTSubscription
 
isOwnDomain(String, String) - Static method in class org.wso2.carbon.andes.core.internal.util.Utils
Check whether a queue/topic belongs to given domain in order to avoid other tenant domains' users operate on the given queue/topic
isQueueInDomain(String) - Static method in class org.wso2.carbon.andes.core.internal.util.Utils
Method to check if the queue is allowed in the tenant domain.
isSSLOnly() - Static method in class org.wso2.carbon.andes.core.internal.util.Utils
Finds whether only SSL is allowed

L

log - Static variable in class org.wso2.carbon.andes.core.internal.ds.QueueManagerServiceDS
 
log - Static variable in class org.wso2.carbon.andes.core.internal.ds.SubscriptionManagerServiceDS
 

M

MB_QUEUE_STORAGE_PATH - Static variable in class org.wso2.carbon.andes.core.internal.util.QueueManagementConstants
 
Message - Class in org.wso2.carbon.andes.core.types
 
Message() - Constructor for class org.wso2.carbon.andes.core.types.Message
 
MESSAGE_DISPLAY_LENGTH_MAX - Static variable in class org.wso2.carbon.andes.core.internal.util.Utils
Maximum size a message will be displayed on UI
MESSAGE_STATUS_DUMP_FILE_NAME - Static variable in class org.wso2.carbon.andes.core.internal.util.AdministrativeManagementConstants
 
MESSAGE_STATUS_DUMP_MBEAN_OPERATION - Static variable in class org.wso2.carbon.andes.core.internal.util.AdministrativeManagementConstants
 
MessageStatusInformationBeans - Class in org.wso2.carbon.andes.core.internal.registry
Class for managing message status via MBean operations
MessageStatusInformationBeans() - Constructor for class org.wso2.carbon.andes.core.internal.registry.MessageStatusInformationBeans
 
MQTTSubscription - Class in org.wso2.carbon.andes.core.types
This bean class represents the required attributes that are needed for the MQTT subscription
MQTTSubscription() - Constructor for class org.wso2.carbon.andes.core.types.MQTTSubscription
 
MQTTUtils - Class in org.wso2.carbon.andes.core.internal.util
Provides common utilities for UI related functions and services.
MQTTUtils() - Constructor for class org.wso2.carbon.andes.core.internal.util.MQTTUtils
 

O

org.wso2.carbon.andes.core - package org.wso2.carbon.andes.core
 
org.wso2.carbon.andes.core.internal.builder - package org.wso2.carbon.andes.core.internal.builder
 
org.wso2.carbon.andes.core.internal.ds - package org.wso2.carbon.andes.core.internal.ds
 
org.wso2.carbon.andes.core.internal.registry - package org.wso2.carbon.andes.core.internal.registry
 
org.wso2.carbon.andes.core.internal.util - package org.wso2.carbon.andes.core.internal.util
 
org.wso2.carbon.andes.core.types - package org.wso2.carbon.andes.core.types
 

P

parseStringToASubscription(String) - Static method in class org.wso2.carbon.andes.core.internal.util.Utils
Parsing a string to a Subscription
PENDING_MESSAGE_COUNT_MBEAN_ATTRIBUTE - Static variable in class org.wso2.carbon.andes.core.internal.util.SubscriptionManagementConstants
 
purgeMessagesFromQueue(String, String) - Method in class org.wso2.carbon.andes.core.internal.registry.QueueManagementBeans
Invoke service bean to delete all messages of a queue.
purgeMessagesOfQueue(String) - Method in interface org.wso2.carbon.andes.core.QueueManagerService
Request broker to clean all messages not awaiting acknowledgement from the given queue.
purgeMessagesOfQueue(String) - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
Request broker to clean all messages not awaiting acknowledgement from the given queue.

Q

QPID_VHOST_NAME - Static variable in class org.wso2.carbon.andes.core.internal.util.QueueManagementConstants
 
Queue - Class in org.wso2.carbon.andes.core.types
 
Queue() - Constructor for class org.wso2.carbon.andes.core.types.Queue
 
Queue(String) - Constructor for class org.wso2.carbon.andes.core.types.Queue
 
queueExists(String) - Static method in class org.wso2.carbon.andes.core.internal.registry.QueueManagementBeans
Invoke service bean to check whether a queue exists.
QueueManagementBeans - Class in org.wso2.carbon.andes.core.internal.registry
The following class contains the MBeans invoking services related to queue resources.
QueueManagementBeans() - Constructor for class org.wso2.carbon.andes.core.internal.registry.QueueManagementBeans
 
QueueManagementConstants - Class in org.wso2.carbon.andes.core.internal.util
 
QueueManagementConstants() - Constructor for class org.wso2.carbon.andes.core.internal.util.QueueManagementConstants
 
QueueManagerException - Exception in org.wso2.carbon.andes.core
 
QueueManagerException() - Constructor for exception org.wso2.carbon.andes.core.QueueManagerException
 
QueueManagerException(String, Throwable) - Constructor for exception org.wso2.carbon.andes.core.QueueManagerException
 
QueueManagerException(String) - Constructor for exception org.wso2.carbon.andes.core.QueueManagerException
 
QueueManagerException(String, String) - Constructor for exception org.wso2.carbon.andes.core.QueueManagerException
 
QueueManagerException(Throwable) - Constructor for exception org.wso2.carbon.andes.core.QueueManagerException
 
QueueManagerService - Interface in org.wso2.carbon.andes.core
This interface provides the base for managing all queue related services
QueueManagerServiceBuilder - Class in org.wso2.carbon.andes.core.internal.builder
 
QueueManagerServiceBuilder() - Constructor for class org.wso2.carbon.andes.core.internal.builder.QueueManagerServiceBuilder
 
QueueManagerServiceDS - Class in org.wso2.carbon.andes.core.internal.ds
 
QueueManagerServiceDS() - Constructor for class org.wso2.carbon.andes.core.internal.ds.QueueManagerServiceDS
 
QueueManagerServiceImpl - Class in org.wso2.carbon.andes.core
Works as the manager class for queue related tasks done from UI.
QueueManagerServiceImpl() - Constructor for class org.wso2.carbon.andes.core.QueueManagerServiceImpl
 
QueueManagerServiceValueHolder - Class in org.wso2.carbon.andes.core.internal.ds
 
QueueManagerServiceValueHolder() - Constructor for class org.wso2.carbon.andes.core.internal.ds.QueueManagerServiceValueHolder
 
QueueRolePermission - Class in org.wso2.carbon.andes.core.types
 
QueueRolePermission() - Constructor for class org.wso2.carbon.andes.core.types.QueueRolePermission
 
QueueRolePermission(String, boolean, boolean) - Constructor for class org.wso2.carbon.andes.core.types.QueueRolePermission
 
QUEUES_COUNT_MBEAN_ATTRIBUTE - Static variable in class org.wso2.carbon.andes.core.internal.util.QueueManagementConstants
 

R

registerConfigurationContextService(ConfigurationContextService) - Method in class org.wso2.carbon.andes.core.internal.ds.QueueManagerServiceValueHolder
 
registerConfigurationContextService(ConfigurationContextService) - Method in class org.wso2.carbon.andes.core.internal.ds.SubscriptionManagerServiceValueHolder
 
registerRealmService(RealmService) - Method in class org.wso2.carbon.andes.core.internal.ds.QueueManagerServiceValueHolder
 
registerRealmService(RealmService) - Method in class org.wso2.carbon.andes.core.internal.ds.SubscriptionManagerServiceValueHolder
 
registerRegistryService(RegistryService) - Method in class org.wso2.carbon.andes.core.internal.ds.QueueManagerServiceValueHolder
 
registerRegistryService(RegistryService) - Method in class org.wso2.carbon.andes.core.internal.ds.SubscriptionManagerServiceValueHolder
 
rerouteMessagesFromDeadLetterChannelForQueue(String, String, int) - Method in interface org.wso2.carbon.andes.core.QueueManagerService
Restore messages destined for the input sourceQueue into a different targetQueue.
rerouteMessagesFromDeadLetterChannelForQueue(String, String, int) - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
Restore messages destined for the input sourceQueue into a different targetQueue.
rerouteSelectedMessagesFromDeadLetterChannel(long[], String, String) - Method in class org.wso2.carbon.andes.core.internal.registry.QueueManagementBeans
Invoke service bean for restoring messages from Dead Letter Channel to a given destination.
rerouteSelectedMessagesFromDeadLetterChannel(long[], String, String) - Method in interface org.wso2.carbon.andes.core.QueueManagerService
Restore messages from the Dead Letter Queue to another queue in the same tenant.
rerouteSelectedMessagesFromDeadLetterChannel(long[], String, String) - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
Restore messages from the Dead Letter Queue to another queue in the same tenant.
restoreSelectedMessagesFromDeadLetterChannel(long[], String) - Method in class org.wso2.carbon.andes.core.internal.registry.QueueManagementBeans
Invoke service bean for restoring messages from Dead Letter Channel to their original destinations.
restoreSelectedMessagesFromDeadLetterChannel(long[], String) - Method in interface org.wso2.carbon.andes.core.QueueManagerService
Restore messages from the Dead Letter Queue to their original queues.
restoreSelectedMessagesFromDeadLetterChannel(long[], String) - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
Restore messages from the Dead Letter Queue to their original queues.

S

sendMessage(String, String, String, String, String, int, String, int, int, long) - Method in interface org.wso2.carbon.andes.core.QueueManagerService
Send a message to the queue
sendMessage(String, String, String, String, String, int, String, int, int, long) - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
Send a message to the queue
setActive(boolean) - Method in class org.wso2.carbon.andes.core.types.MQTTSubscription
 
setActive(boolean) - Method in class org.wso2.carbon.andes.core.types.Subscription
 
setAndesMsgMetadataId(long) - Method in class org.wso2.carbon.andes.core.types.Message
 
setConfigurationContextService(ConfigurationContextService) - Method in class org.wso2.carbon.andes.core.internal.ds.QueueManagerServiceDS
 
setConfigurationContextService(ConfigurationContextService) - Method in class org.wso2.carbon.andes.core.internal.ds.SubscriptionManagerServiceDS
 
setConnectedNodeAddress(String) - Method in class org.wso2.carbon.andes.core.types.Subscription
 
setContentType(String) - Method in class org.wso2.carbon.andes.core.types.Message
 
setCreatedFrom(String) - Method in class org.wso2.carbon.andes.core.types.Queue
 
setCreatedTime(Calendar) - Method in class org.wso2.carbon.andes.core.types.Queue
 
setDestination(String) - Method in class org.wso2.carbon.andes.core.types.Subscription
 
setDestinationType(String) - Method in class org.wso2.carbon.andes.core.types.MQTTSubscription
 
setDestinationType(String) - Method in class org.wso2.carbon.andes.core.types.Subscription
 
setDlcMsgDestination(String) - Method in class org.wso2.carbon.andes.core.types.Message
 
setDurable(boolean) - Method in class org.wso2.carbon.andes.core.types.MQTTSubscription
 
setDurable(boolean) - Method in class org.wso2.carbon.andes.core.types.Subscription
 
setFilteredNameByExactMatch(boolean) - Method in class org.wso2.carbon.andes.core.types.MQTTSubscription
 
setFilteredNamePattern(String) - Method in class org.wso2.carbon.andes.core.types.MQTTSubscription
 
setIdentifierPattern(String) - Method in class org.wso2.carbon.andes.core.types.MQTTSubscription
 
setIdentifierPatternByExactMatch(boolean) - Method in class org.wso2.carbon.andes.core.types.MQTTSubscription
 
setJMSCorrelationId(String) - Method in class org.wso2.carbon.andes.core.types.Message
 
setJMSDeliveredMode(Integer) - Method in class org.wso2.carbon.andes.core.types.Message
 
setJMSExpiration(Long) - Method in class org.wso2.carbon.andes.core.types.Message
 
setJMSMessageId(String) - Method in class org.wso2.carbon.andes.core.types.Message
 
setJMSPriority(Integer) - Method in class org.wso2.carbon.andes.core.types.Message
 
setJMSReDelivered(Boolean) - Method in class org.wso2.carbon.andes.core.types.Message
 
setJMSTimeStamp(Long) - Method in class org.wso2.carbon.andes.core.types.Message
 
setJMSType(String) - Method in class org.wso2.carbon.andes.core.types.Message
 
setMessageContent(String[]) - Method in class org.wso2.carbon.andes.core.types.Message
 
setMessageCount(long) - Method in class org.wso2.carbon.andes.core.types.Queue
 
setMsgProperties(String) - Method in class org.wso2.carbon.andes.core.types.Message
 
setNumberOfMessagesRemainingForSubscriber(int) - Method in class org.wso2.carbon.andes.core.types.Subscription
 
setOriginHostAddress(String) - Method in class org.wso2.carbon.andes.core.types.Subscription
 
setOwnNodeId(String) - Method in class org.wso2.carbon.andes.core.types.MQTTSubscription
 
setPageNumber(int) - Method in class org.wso2.carbon.andes.core.types.MQTTSubscription
 
setProtocolType(String) - Method in class org.wso2.carbon.andes.core.types.MQTTSubscription
 
setProtocolType(String) - Method in class org.wso2.carbon.andes.core.types.Subscription
 
setQueueDepth(long) - Method in class org.wso2.carbon.andes.core.types.Queue
 
setQueueName(String) - Method in class org.wso2.carbon.andes.core.types.Queue
 
setRealmService(RealmService) - Method in class org.wso2.carbon.andes.core.internal.ds.QueueManagerServiceDS
 
setRealmService(RealmService) - Method in class org.wso2.carbon.andes.core.internal.ds.SubscriptionManagerServiceDS
 
setRegistryService(RegistryService) - Method in class org.wso2.carbon.andes.core.internal.ds.QueueManagerServiceDS
 
setRegistryService(RegistryService) - Method in class org.wso2.carbon.andes.core.internal.ds.SubscriptionManagerServiceDS
 
setSubscribedQueueOrTopicName(String) - Method in class org.wso2.carbon.andes.core.types.Subscription
 
setSubscriberQueueBoundExchange(String) - Method in class org.wso2.carbon.andes.core.types.Subscription
 
setSubscriberQueueName(String) - Method in class org.wso2.carbon.andes.core.types.Subscription
 
setSubscriptionCountPerPage(int) - Method in class org.wso2.carbon.andes.core.types.MQTTSubscription
 
setSubscriptionIdentifier(String) - Method in class org.wso2.carbon.andes.core.types.Subscription
 
setUpdatedTime(Calendar) - Method in class org.wso2.carbon.andes.core.types.Queue
 
Subscription - Class in org.wso2.carbon.andes.core.types
 
Subscription() - Constructor for class org.wso2.carbon.andes.core.types.Subscription
 
SUBSCRIPTION_CLOSE_MBEAN_ATTRIBUTE - Static variable in class org.wso2.carbon.andes.core.internal.util.SubscriptionManagementConstants
 
SubscriptionManagementBeans - Class in org.wso2.carbon.andes.core.internal.registry
 
SubscriptionManagementBeans() - Constructor for class org.wso2.carbon.andes.core.internal.registry.SubscriptionManagementBeans
 
SubscriptionManagementConstants - Class in org.wso2.carbon.andes.core.internal.util
This class holds the MBean related constants so that they can be referred and modified from a single point within carbon-business-messaging.
SubscriptionManagementConstants() - Constructor for class org.wso2.carbon.andes.core.internal.util.SubscriptionManagementConstants
 
SubscriptionManagerException - Exception in org.wso2.carbon.andes.core
 
SubscriptionManagerException() - Constructor for exception org.wso2.carbon.andes.core.SubscriptionManagerException
 
SubscriptionManagerException(String, Throwable) - Constructor for exception org.wso2.carbon.andes.core.SubscriptionManagerException
 
SubscriptionManagerException(String) - Constructor for exception org.wso2.carbon.andes.core.SubscriptionManagerException
 
SubscriptionManagerException(String, String) - Constructor for exception org.wso2.carbon.andes.core.SubscriptionManagerException
 
SubscriptionManagerException(Throwable) - Constructor for exception org.wso2.carbon.andes.core.SubscriptionManagerException
 
SubscriptionManagerService - Interface in org.wso2.carbon.andes.core
 
SubscriptionManagerServiceBuilder - Class in org.wso2.carbon.andes.core.internal.builder
 
SubscriptionManagerServiceBuilder() - Constructor for class org.wso2.carbon.andes.core.internal.builder.SubscriptionManagerServiceBuilder
 
SubscriptionManagerServiceDS - Class in org.wso2.carbon.andes.core.internal.ds
 
SubscriptionManagerServiceDS() - Constructor for class org.wso2.carbon.andes.core.internal.ds.SubscriptionManagerServiceDS
 
SubscriptionManagerServiceImpl - Class in org.wso2.carbon.andes.core
 
SubscriptionManagerServiceImpl() - Constructor for class org.wso2.carbon.andes.core.SubscriptionManagerServiceImpl
 
SubscriptionManagerServiceValueHolder - Class in org.wso2.carbon.andes.core.internal.ds
 
SubscriptionManagerServiceValueHolder() - Constructor for class org.wso2.carbon.andes.core.internal.ds.SubscriptionManagerServiceValueHolder
 
SUBSCRIPTIONS_MBEAN_ATTRIBUTE - Static variable in class org.wso2.carbon.andes.core.internal.util.SubscriptionManagementConstants
 

U

unsetConfigurationContextService(ConfigurationContextService) - Method in class org.wso2.carbon.andes.core.internal.ds.QueueManagerServiceDS
 
unsetConfigurationContextService(ConfigurationContextService) - Method in class org.wso2.carbon.andes.core.internal.ds.SubscriptionManagerServiceDS
 
unsetRealmService(RealmService) - Method in class org.wso2.carbon.andes.core.internal.ds.QueueManagerServiceDS
 
unsetRealmService(RealmService) - Method in class org.wso2.carbon.andes.core.internal.ds.SubscriptionManagerServiceDS
 
unsetRegistryService(RegistryService) - Method in class org.wso2.carbon.andes.core.internal.ds.QueueManagerServiceDS
 
unsetRegistryService(RegistryService) - Method in class org.wso2.carbon.andes.core.internal.ds.SubscriptionManagerServiceDS
 
updatePermission(String, QueueRolePermission[]) - Method in interface org.wso2.carbon.andes.core.QueueManagerService
Updates permission for a queue.
updatePermission(String, QueueRolePermission[]) - Method in class org.wso2.carbon.andes.core.QueueManagerServiceImpl
Updates permission for a queue.
Utils - Class in org.wso2.carbon.andes.core.internal.util
Provides common utilities for UI related functions and services.
Utils() - Constructor for class org.wso2.carbon.andes.core.internal.util.Utils
 
A B C D E F G I L M O P Q R S U 
Skip navigation links

Copyright © 2022 WSO2. All rights reserved.