A B C D E G I J L Q R S T U V W 

A

AbstractListOptions<T> - Class in com.microsoft.windowsazure.services.servicebus.models
 
AbstractListOptions() - Constructor for class com.microsoft.windowsazure.services.servicebus.models.AbstractListOptions
 

B

BrokeredMessage - Class in com.microsoft.windowsazure.services.servicebus.models
Represents a service bus message.
BrokeredMessage() - Constructor for class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Creates an instance of the Message class.
BrokeredMessage(InputStream) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Creates an instance of the Message class using the specified InputStream.
BrokeredMessage(byte[]) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Creates an instance of the Message class using the specified byte array.
BrokeredMessage(String) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Creates an instance of the Message class using the specified string.
BrokeredMessage(BrokerProperties) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Internal

C

com.microsoft.windowsazure.services.servicebus - package com.microsoft.windowsazure.services.servicebus
This package contains the service bus service class, interface, and associated configuration and utility classes.
com.microsoft.windowsazure.services.servicebus.models - package com.microsoft.windowsazure.services.servicebus.models
This package contains the service bus data transfer object classes.
configureWithConnectionString(String, Configuration, String) - Static method in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
Creates a service bus configuration using the specified connection string.
configureWithSASAuthentication(String, String, String, String) - Static method in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
Create a service bus configuration using the given SAS authentication information.
configureWithSASAuthentication(Configuration, String, String, String, String) - Static method in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
Create a service bus configuration using the given SAS authentication information.
configureWithSASAuthentication(String, Configuration, String, String, String, String) - Static method in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
Create a service bus configuration using the given SAS authentication information.
configureWithWrapAuthentication(String, String, String, String, String) - Static method in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
Creates a service bus configuration using the specified namespace, name, and password.
configureWithWrapAuthentication(Configuration, String, String, String, String, String) - Static method in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
Creates a service bus configuration using the specified configuration, namespace, name, and password.
configureWithWrapAuthentication(String, Configuration, String, String, String, String, String) - Static method in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
Creates a service bus configuration using the specified profile, configuration, namespace, name, and password.
CONNECTION_STRING - Static variable in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
Defines the configuration connection string constant.
create() - Static method in class com.microsoft.windowsazure.services.servicebus.ServiceBusService
Creates an instance of the ServiceBusContract API.
create(Configuration) - Static method in class com.microsoft.windowsazure.services.servicebus.ServiceBusService
Creates an instance of the ServiceBusContract API using the specified configuration.
create(String) - Static method in class com.microsoft.windowsazure.services.servicebus.ServiceBusService
Creates an instance of the ServiceBusContract API.
create(String, Configuration) - Static method in class com.microsoft.windowsazure.services.servicebus.ServiceBusService
Creates an instance of the ServiceBusContract API using the specified configuration.
createContext(ClassLoader) - Static method in class JAXBDebug
 
createQueue(QueueInfo) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Creates a queue.
CreateQueueResult - Class in com.microsoft.windowsazure.services.servicebus.models
Represents the result of a createQueue operation.
CreateQueueResult(QueueInfo) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.CreateQueueResult
Creates an instance of the CreateQueueResult class.
createRule(String, String, RuleInfo) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Creates a rule.
CreateRuleResult - Class in com.microsoft.windowsazure.services.servicebus.models
Represents the result of a createRule operation.
CreateRuleResult(RuleInfo) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.CreateRuleResult
Creates an instance of the CreateRuleResult class.
createSubscription(String, SubscriptionInfo) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Creates a subscription.
CreateSubscriptionResult - Class in com.microsoft.windowsazure.services.servicebus.models
Represents the result of a createSubscription operation.
CreateSubscriptionResult(SubscriptionInfo) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.CreateSubscriptionResult
Creates an instance of the CreateSubscriptionResult class.
createTopic(TopicInfo) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Creates a topic.
CreateTopicResult - Class in com.microsoft.windowsazure.services.servicebus.models
Represents the result of a createTopic operation.
CreateTopicResult(TopicInfo) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.CreateTopicResult
Creates an instance of the CreateTopicResult class.

D

DEFAULT - Static variable in class com.microsoft.windowsazure.services.servicebus.models.ListQueuesOptions
 
DEFAULT - Static variable in class com.microsoft.windowsazure.services.servicebus.models.ListRulesOptions
 
DEFAULT - Static variable in class com.microsoft.windowsazure.services.servicebus.models.ListSubscriptionsOptions
 
DEFAULT - Static variable in class com.microsoft.windowsazure.services.servicebus.models.ListTopicsOptions
 
DEFAULT - Static variable in class com.microsoft.windowsazure.services.servicebus.models.ReceiveMessageOptions
Returns a new instance of the ReceiveMessageOptions class.
deleteMessage(BrokeredMessage) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Deletes a message.
deleteQueue(String) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Deletes a queue.
deleteRule(String, String, String) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Deletes a rule.
deleteSubscription(String, String) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Deletes a subscription.
deleteTopic(String) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Deletes a topic.

E

Exports - Class in com.microsoft.windowsazure.services.servicebus
 
Exports() - Constructor for class com.microsoft.windowsazure.services.servicebus.Exports
 

G

getAccessedAt() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Gets the accessed at.
getAccessedAt() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Gets the accessed at.
getAccessedAt() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Gets the accessed at.
getAction() - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
Returns the rule action used for the rule.
getAutoDeleteOnIdle() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Gets the time span before auto deletion starts.
getAutoDeleteOnIdle() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Gets the auto delete on idle.
getAutoDeleteOnIdle() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Gets the auto delete on idle.
getBody() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Returns the body of the message.
getBrokerProperties() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Returns the properties of the message.
getContentType() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Returns the content type of the message.
getCorrelationId() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Returns the correlation ID.
getCountDetails() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Gets the message count details.
getCountDetails() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Gets the message count details.
getCountDetails() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Gets the message count details.
getCreatedAt() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Gets the created at.
getCreatedAt() - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
Gets the created at.
getCreatedAt() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Gets the created at.
getCreatedAt() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Gets the created at.
getDate() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Returns the date/time of the message.
getDefaultMessageTimeToLive() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Returns the default message time-to-live (TTL).
getDefaultMessageTimeToLive() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Returns the default message time-to-live (TTL).
getDefaultMessageTimeToLive() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Returns the default message time-to-live (TTL).
getDefaultRuleDescription() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Returns the description of the default rule.
getDeliveryCount() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Returns the delivery count of the message.
getDuplicateDetectionHistoryTimeWindow() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Returns the time span during which the service bus will detect message duplication.
getDuplicateDetectionHistoryTimeWindow() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Returns the time span during which the service bus will detect message duplication.
getEntityAvailabilityStatus() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Gets the entity availability status.
getEntityAvailabilityStatus() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Gets the entity availability status.
getEntityAvailabilityStatus() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Gets the entity availability status.
getFilter() - Method in class com.microsoft.windowsazure.services.servicebus.models.AbstractListOptions
 
getFilter() - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
Returns the filter used for the rule.
getForwardTo() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Gets a String instance representing entity to forward to.
getForwardTo() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Gets a String representing the URI of the entity to forward to.
getItems() - Method in class com.microsoft.windowsazure.services.servicebus.models.ListQueuesResult
Returns the items in the result list.
getItems() - Method in class com.microsoft.windowsazure.services.servicebus.models.ListRulesResult
Returns the items in the result list.
getItems() - Method in class com.microsoft.windowsazure.services.servicebus.models.ListSubscriptionsResult
Returns the items in the result list.
getItems() - Method in class com.microsoft.windowsazure.services.servicebus.models.ListTopicsResult
Returns the items in the result list.
getLabel() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Returns the label of the message.
getLockDuration() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Returns the duration of the lock.
getLockDuration() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Returns the duration of the lock.
getLockedUntilUtc() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Returns the locked-until date/time.
getLockLocation() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Returns the lock location.
getLockToken() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Returns the lock token for the message.
getMaxDeliveryCount() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Returns the maximum delivery count for the queue.
getMaxDeliveryCount() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Returns the maximum delivery count for the subscription.
getMaxSizeInMegabytes() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Returns the maximum size of the queue.
getMaxSizeInMegabytes() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Returns the maximum size of the topic.
getMessageCount() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Returns the number of messages in the queue.
getMessageCount() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Returns the number of messages in the subscription.
getMessageId() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Returns the message ID.
getMessageLocation() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Returns the message location.
getName() - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
Returns the name of the rule.
getName() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Returns the name of the subscription.
getPartitioningPolicy() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Gets the partitioning policy.
getPartitioningPolicy() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Gets the partitioning policy.
getPath() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Returns the name of the queue.
getPath() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Returns the name of the topic.
getProperties() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Returns the user defined properties of the message.
getProperty(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Returns a user defined property of the message.
getQueue(String) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Retrieves a queue.
GetQueueResult - Class in com.microsoft.windowsazure.services.servicebus.models
Represents the result of a getQueue operation.
GetQueueResult(QueueInfo) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.GetQueueResult
Creates an instance of the GetQueueResult class.
getReceiveMode() - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveMessageOptions
Returns the receive mode when receiving messages.
getReplyTo() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Returns the Reply-To recipient of the message.
getReplyToSessionId() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Returns the session ID of the Reply To recipient.
getRule(String, String, String) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Retrieves a rule.
GetRuleResult - Class in com.microsoft.windowsazure.services.servicebus.models
Represents the result of a getRule operation.
GetRuleResult(RuleInfo) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.GetRuleResult
Creates an instance of the GetRuleResult class.
getScheduledEnqueueTimeUtc() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Returns the scheduled enqueue date/time.
getSequenceNumber() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Returns the message sequence number.
getSessionId() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Returns the session ID for the message.
getSizeInBytes() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Returns the size of the queue.
getSizeInBytes() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Returns the size of the topic.
getSkip() - Method in class com.microsoft.windowsazure.services.servicebus.models.AbstractListOptions
 
getStatus() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Gets the status.
getStatus() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Gets the status.
getStatus() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Gets the status.
getSubscription(String, String) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Retrieves a subscription.
getSubscriptionCount() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Gets the subscription count.
GetSubscriptionResult - Class in com.microsoft.windowsazure.services.servicebus.models
Represents the result of a getSubscription operation.
GetSubscriptionResult(SubscriptionInfo) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.GetSubscriptionResult
Creates an instance of the GetSubscriptionResult class.
getTag() - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
Gets the tag.
getTimeout() - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveMessageOptions
Returns the timeout when receiving messages.
getTimeToLive() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Returns the time-to-live for the message.
getTo() - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Returns the To recipient of the message.
getTop() - Method in class com.microsoft.windowsazure.services.servicebus.models.AbstractListOptions
 
getTopic(String) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Retrieves a topic.
GetTopicResult - Class in com.microsoft.windowsazure.services.servicebus.models
Represents the result of a getTopic operation.
GetTopicResult(TopicInfo) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.GetTopicResult
Creates an instance of the GetTopicResult class.
getUpdatedAt() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Gets the updated at.
getUpdatedAt() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Gets the updated at.
getUpdatedAt() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Gets the updated at.
getUri() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Gets the URI of the QueueInfo instance.
getUri() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Gets the uri.
getUserMetadata() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Gets the user metadata.
getUserMetadata() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Gets the user metadata.
getUserMetadata() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Gets the user metadata.
getValue() - Method in class com.microsoft.windowsazure.services.servicebus.models.CreateQueueResult
Returns the value of the result.
getValue() - Method in class com.microsoft.windowsazure.services.servicebus.models.CreateRuleResult
Returns the value of the result.
getValue() - Method in class com.microsoft.windowsazure.services.servicebus.models.CreateSubscriptionResult
Returns the value of the result.
getValue() - Method in class com.microsoft.windowsazure.services.servicebus.models.CreateTopicResult
Returns the value of the result.
getValue() - Method in class com.microsoft.windowsazure.services.servicebus.models.GetQueueResult
Returns the value of the result.
getValue() - Method in class com.microsoft.windowsazure.services.servicebus.models.GetRuleResult
Returns the value of the result.
getValue() - Method in class com.microsoft.windowsazure.services.servicebus.models.GetSubscriptionResult
Returns the value of the result.
getValue() - Method in class com.microsoft.windowsazure.services.servicebus.models.GetTopicResult
Returns the value of the result.
getValue() - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveMessageResult
Returns the value of the result.
getValue() - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveQueueMessageResult
Returns the value of the result.
getValue() - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveSubscriptionMessageResult
Returns the value of the result.

I

isAnonymousAccessible() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Checks if is anonymous accessible.
isAnonymousAccessible() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Checks if is anonymous accessible.
isDeadLetteringOnFilterEvaluationExceptions() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Indicates whether dead lettering is in effect when filter evaluation exceptions are encountered.
isDeadLetteringOnMessageExpiration() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Indicates whether dead lettering is in effect upon message expiration.
isDeadLetteringOnMessageExpiration() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Indicates whether dead lettering is in effect upon message expiration.
isEnableBatchedOperations() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Indicates whether batch operations are enabled.
isEnableBatchedOperations() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Indicates whether batch operations are enabled.
isEnableBatchedOperations() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Indicates whether batch operations are enabled.
isFilteringMessageBeforePublishing() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Checks if is filtering message before publishing.
isPeekLock() - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveMessageOptions
Indicates whether the receive mode is peek/lock.
isReceiveAndDelete() - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveMessageOptions
Indicates whether the receive mode is receive and delete.
isRequiresDuplicateDetection() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Indicates whether duplicate message detection is required.
isRequiresDuplicateDetection() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Indicates whether duplicate message detection is required.
isRequiresSession() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Indicates whether the queue is session-aware.
isRequiresSession() - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Indicates whether the subscription is session-aware.
isSupportOrdering() - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Checks if is support ordering.
isSupportOrdering() - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Checks if is support ordering.
iterateQueues(ServiceBusContract) - Static method in class com.microsoft.windowsazure.services.servicebus.Util
 
iterateTopics(ServiceBusContract) - Static method in class com.microsoft.windowsazure.services.servicebus.Util
 

J

JAXBDebug - Class in <Unnamed>
 
JAXBDebug() - Constructor for class JAXBDebug
 

L

listQueues() - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Returns a list of queues.
listQueues(ListQueuesOptions) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Returns a list of queues.
ListQueuesOptions - Class in com.microsoft.windowsazure.services.servicebus.models
 
ListQueuesOptions() - Constructor for class com.microsoft.windowsazure.services.servicebus.models.ListQueuesOptions
 
ListQueuesResult - Class in com.microsoft.windowsazure.services.servicebus.models
Represents the result of a listQueues operation.
ListQueuesResult() - Constructor for class com.microsoft.windowsazure.services.servicebus.models.ListQueuesResult
 
listRules(String, String) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Returns a list of rules.
listRules(String, String, ListRulesOptions) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Returns a list of rules.
ListRulesOptions - Class in com.microsoft.windowsazure.services.servicebus.models
 
ListRulesOptions() - Constructor for class com.microsoft.windowsazure.services.servicebus.models.ListRulesOptions
 
ListRulesResult - Class in com.microsoft.windowsazure.services.servicebus.models
Represents the result of a listRules operation.
ListRulesResult() - Constructor for class com.microsoft.windowsazure.services.servicebus.models.ListRulesResult
 
listSubscriptions(String) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Returns a list of subscriptions.
listSubscriptions(String, ListSubscriptionsOptions) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Returns a list of subscriptions.
ListSubscriptionsOptions - Class in com.microsoft.windowsazure.services.servicebus.models
 
ListSubscriptionsOptions() - Constructor for class com.microsoft.windowsazure.services.servicebus.models.ListSubscriptionsOptions
 
ListSubscriptionsResult - Class in com.microsoft.windowsazure.services.servicebus.models
Represents the result of a listSubscriptions operation.
ListSubscriptionsResult() - Constructor for class com.microsoft.windowsazure.services.servicebus.models.ListSubscriptionsResult
 
listTopics() - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Returns a list of topics.
listTopics(ListTopicsOptions) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Returns a list of topics.
ListTopicsOptions - Class in com.microsoft.windowsazure.services.servicebus.models
 
ListTopicsOptions() - Constructor for class com.microsoft.windowsazure.services.servicebus.models.ListTopicsOptions
 
ListTopicsResult - Class in com.microsoft.windowsazure.services.servicebus.models
Represents the result of a listTopics operation.
ListTopicsResult() - Constructor for class com.microsoft.windowsazure.services.servicebus.models.ListTopicsResult
 

Q

QueueInfo - Class in com.microsoft.windowsazure.services.servicebus.models
Represents a queue.
QueueInfo() - Constructor for class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Creates an instance of the QueueInfo class.
QueueInfo(Entry) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Creates an instance of the QueueInfo class using the specified entry.
QueueInfo(String) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Creates an instance of the QueueInfo class using the specified name.

R

receiveMessage(String) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Receives a message.
receiveMessage(String, ReceiveMessageOptions) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Receives a message using the specified receive message options.
ReceiveMessageOptions - Class in com.microsoft.windowsazure.services.servicebus.models
Specifies options when receiving messages.
ReceiveMessageOptions() - Constructor for class com.microsoft.windowsazure.services.servicebus.models.ReceiveMessageOptions
 
ReceiveMessageResult - Class in com.microsoft.windowsazure.services.servicebus.models
Represents the result of a receiveMessage operation.
ReceiveMessageResult(BrokeredMessage) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.ReceiveMessageResult
Creates an instance of the ReceiveQueueMessageResult class.
ReceiveMode - Enum in com.microsoft.windowsazure.services.servicebus.models
Specifies the mode when a message is received.
receiveQueueMessage(String) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Receives a queue message.
receiveQueueMessage(String, ReceiveMessageOptions) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Receives a queue message using the specified receive message options.
ReceiveQueueMessageResult - Class in com.microsoft.windowsazure.services.servicebus.models
Represents the result of a receiveQueueMessage operation.
ReceiveQueueMessageResult(BrokeredMessage) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.ReceiveQueueMessageResult
Creates an instance of the ReceiveQueueMessageResult class.
receiveSubscriptionMessage(String, String) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Receives a subscription message.
receiveSubscriptionMessage(String, String, ReceiveMessageOptions) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Receives a subscription message using the specified receive message options.
ReceiveSubscriptionMessageResult - Class in com.microsoft.windowsazure.services.servicebus.models
Represents the result of a receiveSubscriptionMessage operation.
ReceiveSubscriptionMessageResult(BrokeredMessage) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.ReceiveSubscriptionMessageResult
Creates an instance of the ReceiveSubscriptionMessageResult class.
register(Builder.Registry) - Method in class com.microsoft.windowsazure.services.servicebus.Exports
 
renewQueueLock(String, String, String) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Renew queue lock.
renewSubscriptionLock(String, String, String, String) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Renew subscription lock.
RuleInfo - Class in com.microsoft.windowsazure.services.servicebus.models
Represents a rule.
RuleInfo() - Constructor for class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
Creates an instance of the RuleInfo class.
RuleInfo(Entry) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
Creates an instance of the RuleInfo class using the specified entry.
RuleInfo(String) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
Creates an instance of the RuleInfo class using the specified name.

S

SAS_KEY - Static variable in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
Defines the configuration SAS Access key value constant.
SAS_KEY_NAME - Static variable in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
Defines the configuration SAS Access Key name constant.
sendMessage(String, BrokeredMessage) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Sends a message.
sendQueueMessage(String, BrokeredMessage) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Sends a queue message.
sendTopicMessage(String, BrokeredMessage) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Sends a topic message.
ServiceBusConfiguration - Class in com.microsoft.windowsazure.services.servicebus
Provides functionality to create a service bus configuration.
ServiceBusConfiguration() - Constructor for class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
 
ServiceBusContract - Interface in com.microsoft.windowsazure.services.servicebus
Defines the service bus contract.
ServiceBusService - Class in com.microsoft.windowsazure.services.servicebus
Access service bus functionality.
setAccessedAt(Calendar) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Sets the accessed at.
setAccessedAt(Calendar) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Sets the accessed at.
setAccessedAt(Calendar) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Sets the accessed at.
setAction(RuleAction) - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
Specifies the rule action for the rule.
setAnonymousAccessible(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Sets the anonymous accessible.
setAutoDeleteOnIdle(Duration) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Sets the time span before auto deletion starts.
setAutoDeleteOnIdle(Duration) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Sets the auto delete on idle.
setAutoDeleteOnIdle(Duration) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Sets the auto delete on idle.
setBody(InputStream) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Specifies the body of the message.
setContentType(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Sets the content type of the message.
setCorrelationId(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Sets the correlation ID.
setCreatedAt(Calendar) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Sets the created at.
setCreatedAt(Calendar) - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
Sets the created at.
setCreatedAt(Calendar) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Sets the created at.
setCreatedAt(Calendar) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Sets the created at.
setDate(Date) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Sets the date/time of the message.
setDeadLetteringOnFilterEvaluationExceptions(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Specifies whether dead lettering is in effect when filter evaluation exceptions are encountered.
setDeadLetteringOnMessageExpiration(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Specifies whether dead lettering is in effect upon message expiration.
setDeadLetteringOnMessageExpiration(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Specifies whether dead lettering is in effect upon message expiration.
setDefaultMessageTimeToLive(Duration) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Sets the default message time-to-live (TTL).
setDefaultMessageTimeToLive(Duration) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Sets the default message time-to-live (TTL).
setDefaultMessageTimeToLive(Duration) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Sets the default message time-to-live (TTL).
setDefaultRuleDescription(RuleDescription) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Specifies the description for the default rule.
setDuplicateDetectionHistoryTimeWindow(Duration) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Sets the time span during which the service bus will detect message duplication.
setDuplicateDetectionHistoryTimeWindow(Duration) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Sets the time span during which the service bus will detect message duplication.
setEnableBatchedOperations(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Specifies whether batch operations are enabled.
setEnableBatchedOperations(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Specifies whether batch operations are enabled.
setEnableBatchedOperations(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Specifies whether batch operations are enabled.
setEntityAvailabilityStatus(EntityAvailabilityStatus) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Sets the entity availability status.
setEntityAvailabilityStatus(EntityAvailabilityStatus) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Sets the entity availability status.
setEntityAvailabilityStatus(EntityAvailabilityStatus) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Sets the entity availability status.
setFilter(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.AbstractListOptions
 
setFilter(Filter) - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
Specifies the filter used for the rule.
setFilteringMessageBeforePublishing(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Sets the filtering message before publishing.
setForwardTo(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Sets the URI of the entity to forward to.
setForwardTo(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Sets the forward to.
setIsAnonymousAccessible(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Sets the is anonymous accessible.
setItems(List<QueueInfo>) - Method in class com.microsoft.windowsazure.services.servicebus.models.ListQueuesResult
Specfies the items in the result list.
setItems(List<RuleInfo>) - Method in class com.microsoft.windowsazure.services.servicebus.models.ListRulesResult
Specifies the items in the result list.
setItems(List<SubscriptionInfo>) - Method in class com.microsoft.windowsazure.services.servicebus.models.ListSubscriptionsResult
Specifies the items in the result list.
setItems(List<TopicInfo>) - Method in class com.microsoft.windowsazure.services.servicebus.models.ListTopicsResult
Specifies the items in the result list.
setLabel(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Sets the label of the message.
setLockDuration(Duration) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Sets the duration of the lock.
setLockDuration(Duration) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Sets the duration of the lock.
setMaxDeliveryCount(Integer) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Sets the maximum delivery count for the queue.
setMaxDeliveryCount(Integer) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Sets the maximum delivery count for the subscription.
setMaxSizeInMegabytes(Long) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Sets the maximum size of the queue.
setMaxSizeInMegabytes(Long) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Sets the maximum size of the topic.
setMessageCount(Long) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Sets the message count.
setMessageCount(Long) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Sets the message count.
setMessageId(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Sets the message ID.
setName(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
Sets the name of the rule.
setName(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Sets the name of the subscription.
setPartitioningPolicy(PartitioningPolicy) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Sets the partitioning policy.
setPartitioningPolicy(PartitioningPolicy) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Sets the partitioning policy.
setPath(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Sets the name of the queue.
setPath(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Sets the name of the topic.
setPeekLock() - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveMessageOptions
Sets the receive mode to peek/lock.
setProperty(String, Object) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Sets a user defined property of the message.
setReceiveAndDelete() - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveMessageOptions
Sets the receive mode to receive and delete.
setReceiveMode(ReceiveMode) - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveMessageOptions
Sets the receive mode when receiving messages.
setReplyTo(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Sets the Reply-To recipient for the message.
setReplyToSessionId(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Sets the session ID of the Reply To recipient.
setRequiresDuplicateDetection(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Specifies whether duplicate message detection is required.
setRequiresDuplicateDetection(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Specifies whether duplicate message detection is required.
setRequiresSession(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Specifies whether the queue is session-aware.
setRequiresSession(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Specifies whether the subscription is session-aware.
setScheduledEnqueueTimeUtc(Date) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Sets the scheduled enqueue time.
setSessionId(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Sets the session ID for the message.
setSizeInBytes(Long) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Sets the size in bytes.
setSizeInBytes(Long) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Sets the size in bytes.
setSkip(Integer) - Method in class com.microsoft.windowsazure.services.servicebus.models.AbstractListOptions
 
setStatus(EntityStatus) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Sets the status.
setStatus(EntityStatus) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Sets the status.
setStatus(EntityStatus) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Sets the status.
setSubscriptionCount(Integer) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Sets the subscription count.
setSupportOrdering(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Sets the support ordering.
setSupportOrdering(Boolean) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Sets the support ordering.
setTag(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
Sets the tag.
setTimeout(Integer) - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveMessageOptions
Sets the timeout when receiving messages.
setTimeToLive(Double) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Sets the time-to-live for the message.
setTo(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.BrokeredMessage
Sets the To recipient of the message.
setTop(Integer) - Method in class com.microsoft.windowsazure.services.servicebus.models.AbstractListOptions
 
setUpdatedAt(Calendar) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Sets the updated at.
setUpdatedAt(Calendar) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Sets the updated at.
setUpdatedAt(Calendar) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Sets the updated at.
setUri(URI) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Sets the URI of the QueueInfo instance.
setUserMetadata(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.QueueInfo
Sets the user metadata.
setUserMetadata(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Sets the user metadata.
setUserMetadata(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Sets the user metadata.
setValue(QueueInfo) - Method in class com.microsoft.windowsazure.services.servicebus.models.CreateQueueResult
Specfies the value of the result.
setValue(RuleInfo) - Method in class com.microsoft.windowsazure.services.servicebus.models.CreateRuleResult
Specfies the value of the result.
setValue(SubscriptionInfo) - Method in class com.microsoft.windowsazure.services.servicebus.models.CreateSubscriptionResult
Specfies the value of the result.
setValue(TopicInfo) - Method in class com.microsoft.windowsazure.services.servicebus.models.CreateTopicResult
Specfies the value of the result.
setValue(QueueInfo) - Method in class com.microsoft.windowsazure.services.servicebus.models.GetQueueResult
Specfies the value of the result.
setValue(RuleInfo) - Method in class com.microsoft.windowsazure.services.servicebus.models.GetRuleResult
Specfies the value of the result.
setValue(SubscriptionInfo) - Method in class com.microsoft.windowsazure.services.servicebus.models.GetSubscriptionResult
Specfies the value of the result.
setValue(TopicInfo) - Method in class com.microsoft.windowsazure.services.servicebus.models.GetTopicResult
Specfies the value of the result.
setValue(BrokeredMessage) - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveMessageResult
Specifies the value of the result.
setValue(BrokeredMessage) - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveQueueMessageResult
Specifies the value of the result.
setValue(BrokeredMessage) - Method in class com.microsoft.windowsazure.services.servicebus.models.ReceiveSubscriptionMessageResult
Specifies the value of the result.
SubscriptionInfo - Class in com.microsoft.windowsazure.services.servicebus.models
Represents a subscription.
SubscriptionInfo() - Constructor for class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Creates an instance of the SubscriptionInfo class.
SubscriptionInfo(Entry) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Creates an instance of the SubscriptionInfo class using the specified entry.
SubscriptionInfo(String) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.SubscriptionInfo
Creates an instance of the SubscriptionInfo class using the specified name.

T

TopicInfo - Class in com.microsoft.windowsazure.services.servicebus.models
Represents a topic.
TopicInfo() - Constructor for class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Creates an instance of the TopicInfo class.
TopicInfo(Entry) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Creates an instance of the TopicInfo class using the specified entry.
TopicInfo(String) - Constructor for class com.microsoft.windowsazure.services.servicebus.models.TopicInfo
Creates an instance of the TopicInfo class using the specified name.

U

unlockMessage(BrokeredMessage) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Unlocks a message.
updateQueue(QueueInfo) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Updates the information of a queue.
updateSubscription(String, SubscriptionInfo) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Updates a subscription.
updateTopic(TopicInfo) - Method in interface com.microsoft.windowsazure.services.servicebus.ServiceBusContract
Updates a topic.
URI - Static variable in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
Defines the configuration URI constant.
Util - Class in com.microsoft.windowsazure.services.servicebus
 
Util() - Constructor for class com.microsoft.windowsazure.services.servicebus.Util
 

V

valueOf(String) - Static method in enum com.microsoft.windowsazure.services.servicebus.models.ReceiveMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.windowsazure.services.servicebus.models.ReceiveMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

withCorrelationIdFilter(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
With correlation id filter.
withEmptyRuleAction() - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
With empty rule action.
withFalseFilter() - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
With false filter.
withSqlExpressionFilter(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
With sql expression filter.
withSqlRuleAction(String) - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
With sql rule action.
withTrueFilter() - Method in class com.microsoft.windowsazure.services.servicebus.models.RuleInfo
With true filter.
WRAP_NAME - Static variable in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
Defines the configuration wrap name constant.
WRAP_PASSWORD - Static variable in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
Defines the configuration wrap password constant.
WRAP_URI - Static variable in class com.microsoft.windowsazure.services.servicebus.ServiceBusConfiguration
Defines the configuration wrap URI constant.
A B C D E G I J L Q R S T U V W 

/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/